|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Container in org.apache.tomcat.core |
Methods in org.apache.tomcat.core that return Container | |
Container |
Container.getClone()
|
Container |
Request.getContainer()
|
Container |
Context.getContainer(java.lang.String path)
|
Container |
RequestImpl.getContainer()
|
Methods in org.apache.tomcat.core with parameters of type Container | |
void |
ContextManager.addContainer(Container container)
|
void |
ContextManager.removeContainer(Container container)
|
void |
Request.setContainer(Container handler)
|
void |
ContextInterceptor.addContainer(Container container)
A new location was added to the server. |
void |
ContextInterceptor.removeContainer(Container container)
A rule was removed, update the internal strucures. |
void |
BaseInterceptor.addContainer(Container container)
|
void |
BaseInterceptor.removeContainer(Container container)
|
void |
BaseInterceptor.addSecurityConstraint(Context ctx,
java.lang.String path,
Container ct)
|
void |
Context.removeContainer(Container ct)
|
void |
RequestImpl.setContainer(Container container)
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |