|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ContextInterceptor in org.apache.tomcat.core |
Classes in org.apache.tomcat.core that implement ContextInterceptor | |
class |
BaseInterceptor
|
Methods in org.apache.tomcat.core that return ContextInterceptor | |
ContextInterceptor[] |
Container.getContextInterceptors()
Return the context interceptors as an array. |
ContextInterceptor[] |
ContextManager.getContextInterceptors()
Return the context interceptors as an array. |
ContextInterceptor[] |
Context.getContextInterceptors()
Deprecated. |
Methods in org.apache.tomcat.core with parameters of type ContextInterceptor | |
void |
Container.addContextInterceptor(ContextInterceptor ci)
|
void |
ContextManager.addContextInterceptor(ContextInterceptor ci)
|
void |
Context.addContextInterceptor(ContextInterceptor ci)
Deprecated. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |