Uses of Class
org.apache.tomcat.core.Container

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 Context.getContainer()
           
 Container RequestImpl.getContainer()
           
 

Methods in org.apache.tomcat.core with parameters of type Container
 void ContextManager.addContainer(Container container)
          Notify interceptors that a new container was added.
 void ContextManager.removeContainer(Container container)
          Notify interceptors that a container was removed.
 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)
           
 



Copyright © 2000 Apache Software Foundation. All Rights Reserved.