|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.tomcat.core.BaseInterceptor | +--org.apache.tomcat.facade.TagPoolManagerInterceptor
This interceptor sets up tag pooling if it is enabled, it will add a TagPoolManagerImpl to the application context. JSPs will then find it and use tag pooling. To disable tag pooling, just dont include this interceptor.
TagPoolManager
Fields inherited from class org.apache.tomcat.core.BaseInterceptor |
---|
cm, ct, ctx, debug, DECLINED, loghelper, OK |
Constructor Summary | |
---|---|
TagPoolManagerInterceptor()
|
Method Summary | |
---|---|
void |
contextInit(Context ctx)
This hook is called when an application context is initialized. |
void |
contextShutdown(Context ctx)
This hook is called when an application context is shutdown. |
Methods inherited from class org.apache.tomcat.core.BaseInterceptor |
---|
addContainer, addContext, addHandler, addInterceptor, addSecurityConstraint, afterBody, authenticate, authorize, beforeBody, beforeCommit, contextMap, contextState, engineInit, engineShutdown, engineStart, engineState, engineStop, findSession, getContext, getContextManager, getDebug, getInfo, getLog, getNote, getNote, handleError, log, log, log, log, postReadRequest, postRequest, postService, postServletDestroy, postServletInit, preService, preServletDestroy, preServletInit, 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 TagPoolManagerInterceptor()
Method Detail |
public void contextInit(Context ctx) throws TomcatException
contextInit
in class BaseInterceptor
ctx
- TomcatException
- public void contextShutdown(Context ctx) throws TomcatException
contextShutdown
in class BaseInterceptor
ctx
- TomcatException
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |