jp.go.nict.langrid.servicesupervisor.invocationprocessor
クラス AbstractLangridServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
jp.go.nict.langrid.servicesupervisor.invocationprocessor.AbstractLangridServlet
- すべての実装されたインタフェース:
- Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig
- 直系の既知のサブクラス:
- InvocationProcessor
public abstract class AbstractLangridServlet
- extends javax.servlet.http.HttpServlet
サーブレットの基底クラス。
- バージョン:
- $Revision: 12822 $
- 作成者:
- Takao Nakaguchi, $Author: Takao Nakaguchi $
- 関連項目:
- 直列化された形式
メソッドの概要 |
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 |
doProcess(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
ServiceContext serviceContext,
DaoContext daoContext,
String userGridId,
String userId,
String gridId,
String serviceId,
String query)
|
protected DaoFactory |
getDaoFactory()
|
protected FederationDao |
getFederationDao()
|
protected GridDao |
getGridDao()
|
protected NodeDao |
getNodeDao()
|
protected ParameterContext |
getParameterContext()
|
protected ServiceDao |
getServiceDao()
|
protected SubscriptionDao |
getSubscriptionDao()
|
protected TemporaryUserDao |
getTemporaryUserDao()
|
protected UserDao |
getUserDao()
|
void |
init()
|
クラス javax.servlet.http.HttpServlet から継承されたメソッド |
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service |
クラス javax.servlet.GenericServlet から継承されたメソッド |
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log |
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractLangridServlet
public AbstractLangridServlet()
init
public void init()
throws javax.servlet.ServletException
- オーバーライド:
- クラス
javax.servlet.GenericServlet
内の init
- 例外:
javax.servlet.ServletException
getParameterContext
protected ParameterContext getParameterContext()
doProcess
protected abstract void doProcess(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
ServiceContext serviceContext,
DaoContext daoContext,
String userGridId,
String userId,
String gridId,
String serviceId,
String query)
throws IOException,
javax.servlet.ServletException
- 例外:
IOException
javax.servlet.ServletException
getDaoFactory
protected DaoFactory getDaoFactory()
getGridDao
protected GridDao getGridDao()
getFederationDao
protected FederationDao getFederationDao()
getNodeDao
protected NodeDao getNodeDao()
getUserDao
protected UserDao getUserDao()
getTemporaryUserDao
protected TemporaryUserDao getTemporaryUserDao()
getServiceDao
protected ServiceDao getServiceDao()
getSubscriptionDao
protected SubscriptionDao getSubscriptionDao()
doGet
protected void doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
IOException
- オーバーライド:
- クラス
javax.servlet.http.HttpServlet
内の doGet
- 例外:
javax.servlet.ServletException
IOException
doPost
protected void doPost(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
IOException
- オーバーライド:
- クラス
javax.servlet.http.HttpServlet
内の doPost
- 例外:
javax.servlet.ServletException
IOException