|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.tomcat.core.BaseInterceptor
org.apache.tomcat.modules.generators.Jdk12Interceptor
JDK1.2 specific options. Fix the class loader, etc.
| Field Summary |
| Fields inherited from class org.apache.tomcat.core.BaseInterceptor |
ct, ctx, DECLINED, loghelper, OK |
| Constructor Summary | |
Jdk12Interceptor()
|
|
| Method Summary | |
int |
postInitCheck(Request req,
Handler sw)
|
int |
postService(Request request,
Response response)
Called after service method ends. |
void |
postServletDestroy(Context ctx,
Handler sw)
|
void |
postServletInit(Context ctx,
Handler sw)
|
int |
preInitCheck(Request req,
Handler sw)
Setup before calling init. |
int |
preService(Request request,
Response response)
Called before service method is invoked. |
void |
preServletDestroy(Context ctx,
Handler sw)
Servlet Destroy notification |
void |
preServletInit(Context ctx,
Handler sw)
Servlet Init notification |
| Methods inherited from class org.apache.tomcat.core.BaseInterceptor |
addContainer, addContext, addHandler, addInterceptor, addSecurityConstraint, afterBody, authenticate, authorize, beforeBody, beforeCommit, contextInit, contextMap, contextShutdown, contextState, copyContext, engineInit, engineShutdown, engineStart, engineState, engineStop, findSession, getContext, getContextManager, getDebug, getInfo, getLog, getNote, getNote, handleError, log, log, log, log, postReadRequest, postRequest, registerHooks, reload, removeContainer, removeContext, removeHandler, removeInterceptor, requestMap, sessionState, setContext, setContextManager, setDebug, setInfo, setNote, setNote |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Jdk12Interceptor()
| Method Detail |
public void preServletInit(Context ctx,
Handler sw)
throws TomcatException
BaseInterceptor
preServletInit in class BaseInterceptorTomcatException
public int preInitCheck(Request req,
Handler sw)
throws TomcatException
BaseInterceptor
preInitCheck in class BaseInterceptorTomcatException
public void preServletDestroy(Context ctx,
Handler sw)
throws TomcatException
preServletDestroy in class BaseInterceptorTomcatException
public void postServletDestroy(Context ctx,
Handler sw)
throws TomcatException
postServletDestroy in class BaseInterceptorTomcatException
public void postServletInit(Context ctx,
Handler sw)
throws TomcatException
postServletInit in class BaseInterceptorTomcatException
public int postInitCheck(Request req,
Handler sw)
throws TomcatException
postInitCheck in class BaseInterceptorTomcatException
public int preService(Request request,
Response response)
preService in class BaseInterceptor
public int postService(Request request,
Response response)
BaseInterceptor
postService in class BaseInterceptor
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||