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, serviceprotected jp.go.nict.langrid.commons.parameter.ParameterContext getParameterContext()
protected abstract void doPrepare(DaoFactory daoFactory) throws DaoException
DaoExceptionprotected 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
ConnectExceptionDaoExceptionIOExceptionjavax.servlet.ServletExceptionServiceNotFoundExceptionprotected 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
DaoExceptionprotected void doGet(javax.servlet.http.HttpServletRequest request,
         javax.servlet.http.HttpServletResponse response)
              throws javax.servlet.ServletException,
                     IOException
doGet in class javax.servlet.http.HttpServletjavax.servlet.ServletExceptionIOExceptionprotected void doPost(javax.servlet.http.HttpServletRequest request,
          javax.servlet.http.HttpServletResponse response)
               throws javax.servlet.ServletException,
                      IOException
doPost in class javax.servlet.http.HttpServletjavax.servlet.ServletExceptionIOException