public class HttpRequestHandlerServlet extends HttpServletEE
HttpRequestHandler Bean に委譲する単純な HttpServlet。ターゲット Bean 名は、web.xml で定義されている HttpRequestHandlerServlet servlet-name と一致する必要があります。 これは、たとえば、HttpRequestHandlerServlet 定義ごとに、HttpInvokerServiceExporter または HessianServiceExporter などの単一の Spring リモートエクスポーターを公開するために使用できます。これは、DispatcherServlet コンテキストで Bean としてリモートエクスポーターを定義するための最小限の代替手段です(高度なマッピングおよびインターセプト機能が利用可能です)。
HttpRequestHandler, DispatcherServlet, 連載形式 | コンストラクターと説明 |
|---|
HttpRequestHandlerServlet() |
| 修飾子と型 | メソッドと説明 |
|---|---|
void | init() |
protected void | service(HttpServletRequestEE request, HttpServletResponseEE response) |
doDeleteEE, doGetEE, doHeadEE, doOptionsEE, doPostEE, doPutEE, doTraceEE, getLastModifiedEE, serviceEEdestroyEE, getInitParameterEE, getInitParameterNamesEE, getServletConfigEE, getServletContextEE, getServletInfoEE, getServletNameEE, initEE, logEE, logEEcloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSEpublic void init()
throws ServletExceptionEEGenericServletEE の initEE ServletExceptionEEprotected void service(HttpServletRequestEE request, HttpServletResponseEE response) throws ServletExceptionEE, IOExceptionSE
HttpServletEE の serviceEE ServletExceptionEEIOExceptionSE