Uses of Interface
org.apache.geronimo.tomcat.TomcatContext

Packages that use TomcatContext
org.apache.geronimo.tomcat   
 

Uses of TomcatContext in org.apache.geronimo.tomcat
 

Classes in org.apache.geronimo.tomcat that implement TomcatContext
 class TomcatWebAppContext
          Wrapper for a WebApplicationContext that sets up its J2EE environment.
 

Methods in org.apache.geronimo.tomcat with parameters of type TomcatContext
 void GeronimoStandardContext.setContextProperties(TomcatContext ctx)
           
 void TomcatContainer.addContext(TomcatContext ctx)
          Creates and adds the context to the running host

It simply delegates the call to Tomcat's Embedded and Host classes

 void TomcatContainer.removeContext(TomcatContext ctx)
           
 



Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.