|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Container | |
---|---|
org.apache.tomcat.core | Architecture |
org.apache.tomcat.facade | Servlet Facades |
org.apache.tomcat.modules.aaa | |
org.apache.tomcat.modules.config | |
org.apache.tomcat.modules.loggers | |
org.apache.tomcat.modules.mappers |
Uses of Container in org.apache.tomcat.core |
---|
Fields in org.apache.tomcat.core declared as Container | |
protected Container |
BaseInterceptor.ct
|
protected Container |
Request.security
|
protected Container |
Request.container
|
Methods in org.apache.tomcat.core that return Container | |
Container |
Request.getSecurityContext()
Return the associated security properties for the request. |
Container |
Request.getContainer()
Return the container ( URL pattern ) where this request has been mapped. |
Container |
Container.getClone()
|
Container |
Context.getContainer()
Default container for this context. |
Container |
Context.getContainer(java.lang.String path)
Return the container ( properties ) associated with a path ( relative to this context ) |
Container |
ContextManager.getContainer()
Default container. |
Container |
ContextManager.createContainer()
|
Methods in org.apache.tomcat.core with parameters of type Container | |
void |
BaseInterceptor.addContainer(Container container)
Notify that certain properties are defined for a URL pattern. |
void |
BaseInterceptor.removeContainer(Container container)
A rule was removed, update the internal strucures. |
void |
BaseInterceptor.addSecurityConstraint(Context ctx,
java.lang.String path,
Container ct)
|
void |
Request.setSecurityContext(Container ct)
|
void |
Request.setContainer(Container container)
|
void |
Context.addContainer(Container ct)
Add a new container. |
void |
Context.removeContainer(Container ct)
Remove a container |
void |
ContextManager.setContainer(Container newDefaultContainer)
|
Uses of Container in org.apache.tomcat.facade |
---|
Methods in org.apache.tomcat.facade with parameters of type Container | |
void |
Servlet22Interceptor.addContainer(Container ct)
|
Uses of Container in org.apache.tomcat.modules.aaa |
---|
Methods in org.apache.tomcat.modules.aaa with parameters of type Container | |
void |
AccessInterceptor.removeContainer(Container ct)
|
void |
AccessInterceptor.addContainer(Container ct)
|
Uses of Container in org.apache.tomcat.modules.config |
---|
Methods in org.apache.tomcat.modules.config with parameters of type Container | |
protected boolean |
BaseJkConfig.addMapping(Context ctx,
Container ct,
java.io.PrintWriter pw)
|
protected boolean |
JservConfig.addMapping(Context ctx,
Container ct,
java.io.PrintWriter pw)
|
Uses of Container in org.apache.tomcat.modules.loggers |
---|
Methods in org.apache.tomcat.modules.loggers with parameters of type Container | |
void |
LogEvents.addContainer(Container ct)
|
Uses of Container in org.apache.tomcat.modules.mappers |
---|
Methods in org.apache.tomcat.modules.mappers with parameters of type Container | |
void |
SimpleMapper1.addContainer(Container ct)
Associate URL pattern to a set of propreties. |
void |
SimpleMapper1.removeContainer(Container ct)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |