public abstract class AbstractLangridServlet
extends javax.servlet.http.HttpServlet
Constructor and Description |
---|
AbstractLangridServlet() |
Modifier and Type | Method and Description |
---|---|
protected void |
doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
protected void |
doPost(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
protected abstract void |
doPrepare(DaoFactory daoFactory) |
protected abstract void |
doProcess(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
ServiceContext serviceContext,
DaoContext daoContext,
String userId,
String serviceGridId,
String serviceId) |
protected DaoFactory |
getDaoFactory() |
protected GridDao |
getGridDao() |
protected String |
getGridId() |
protected NodeDao |
getNodeDao() |
protected jp.go.nict.langrid.commons.parameter.ParameterContext |
getParameterContext() |
protected ServiceDao |
getServiceDao() |
protected ServiceTypeDao |
getServiceTypeDao() |
protected SystemPropertyDao |
getSystemPropertyDao() |
protected TemporaryUserDao |
getTemporaryUserDao() |
protected UserDao |
getUserDao() |
protected void |
prepare() |
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service
protected jp.go.nict.langrid.commons.parameter.ParameterContext getParameterContext()
protected abstract void doPrepare(DaoFactory daoFactory) throws DaoException
DaoException
protected abstract void doProcess(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, ServiceContext serviceContext, DaoContext daoContext, String userId, String serviceGridId, String serviceId) throws ConnectException, DaoException, IOException, javax.servlet.ServletException, ServiceNotFoundException
ConnectException
DaoException
IOException
javax.servlet.ServletException
ServiceNotFoundException
protected DaoFactory getDaoFactory()
protected GridDao getGridDao()
protected NodeDao getNodeDao()
protected UserDao getUserDao()
protected TemporaryUserDao getTemporaryUserDao()
protected ServiceTypeDao getServiceTypeDao()
protected ServiceDao getServiceDao()
protected SystemPropertyDao getSystemPropertyDao()
protected String getGridId()
protected final void prepare() throws DaoException
DaoException
protected void doGet(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, IOException
doGet
in class javax.servlet.http.HttpServlet
javax.servlet.ServletException
IOException
protected void doPost(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, IOException
doPost
in class javax.servlet.http.HttpServlet
javax.servlet.ServletException
IOException