|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ContextManager in org.apache.tomcat.core |
Fields in org.apache.tomcat.core declared as ContextManager | |
protected ContextManager |
ServletWrapper.contextM
|
protected ContextManager |
RequestImpl.contextM
|
Methods in org.apache.tomcat.core that return ContextManager | |
ContextManager |
Container.getContextManager()
|
ContextManager |
Request.getContextManager()
|
ContextManager |
Context.getContextManager()
|
ContextManager |
RequestImpl.getContextManager()
|
Methods in org.apache.tomcat.core with parameters of type ContextManager | |
void |
Container.setContextManager(ContextManager cm)
|
void |
Request.setContextManager(ContextManager cm)
Pointer to the server engine - for errors, etc |
void |
ContextInterceptor.engineInit(ContextManager cm)
Called when the ContextManger is started. |
void |
ContextInterceptor.engineShutdown(ContextManager cm)
Called before the ContextManager is stoped. |
void |
ContextInterceptor.addContext(ContextManager cm,
Context ctx)
Called when a context is added to a CM. |
void |
ContextInterceptor.removeContext(ContextManager cm,
Context ctx)
Called when a context is removed from a CM. |
void |
BaseInterceptor.setContextManager(ContextManager cm)
|
void |
BaseInterceptor.engineInit(ContextManager cm)
Called when the ContextManger is started |
void |
BaseInterceptor.engineShutdown(ContextManager cm)
Called before the ContextManager is stoped. |
void |
BaseInterceptor.addContext(ContextManager cm,
Context ctx)
Called when a context is added to a CM |
void |
BaseInterceptor.removeContext(ContextManager cm,
Context ctx)
Called when a context is removed from a CM |
void |
Context.setContextManager(ContextManager cm)
|
void |
RequestImpl.setContextManager(ContextManager cm)
|
void |
ServerConnector.setContextManager(ContextManager ctx)
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |