Uses of Interface
org.apache.geronimo.management.geronimo.WebContainer

Packages that use WebContainer
org.apache.geronimo.console.util   
org.apache.geronimo.console.webmanager   
org.apache.geronimo.jetty6   
org.apache.geronimo.management.geronimo   
org.apache.geronimo.tomcat   
 

Uses of WebContainer in org.apache.geronimo.console.util
 

Methods in org.apache.geronimo.console.util that return WebContainer
static WebContainer PortletManager.getWebContainer(javax.portlet.PortletRequest request, AbstractName containerName)
           
 

Uses of WebContainer in org.apache.geronimo.console.webmanager
 

Methods in org.apache.geronimo.console.webmanager with parameters of type WebContainer
 void StatisticsHelper.gatherStatistics(WebContainer container, javax.portlet.RenderRequest renderRequest)
           
 

Uses of WebContainer in org.apache.geronimo.jetty6
 

Subinterfaces of WebContainer in org.apache.geronimo.jetty6
 interface JettyContainer
           
 

Classes in org.apache.geronimo.jetty6 that implement WebContainer
 class JettyContainerImpl
           
 

Methods in org.apache.geronimo.jetty6 that return WebContainer
 WebContainer JettyWebAppContext.getContainer()
           
 

Methods in org.apache.geronimo.jetty6 with parameters of type WebContainer
 WebAccessLog JettyManagerImpl.getAccessLog(WebContainer container)
           
 AbstractName JettyManagerImpl.getConnectorConfiguration(WebManager.ConnectorType connectorType, List<WebManager.ConnectorAttribute> connectorAttributes, WebContainer container, String uniqueName)
           
 

Uses of WebContainer in org.apache.geronimo.management.geronimo
 

Methods in org.apache.geronimo.management.geronimo that return WebContainer
 WebContainer WebModule.getContainer()
          Gets the ObjectName of the WebContainer that's hosting this WebModule.
 

Methods in org.apache.geronimo.management.geronimo with parameters of type WebContainer
 WebAccessLog WebManager.getAccessLog(WebContainer container)
          Gets the WebAccessLog implementation for a web container.
 AbstractName WebManager.getConnectorConfiguration(WebManager.ConnectorType connectorType, List<WebManager.ConnectorAttribute> connectorAttributes, WebContainer container, String uniqueName)
           
 

Uses of WebContainer in org.apache.geronimo.tomcat
 

Subinterfaces of WebContainer in org.apache.geronimo.tomcat
 interface TomcatWebContainer
           
 

Classes in org.apache.geronimo.tomcat that implement WebContainer
 class TomcatContainer
          Apache Tomcat GBean http://wiki.apache.org/geronimo/Tomcat http://nagoya.apache.org/jira/browse/GERONIMO-215
 

Methods in org.apache.geronimo.tomcat that return WebContainer
 WebContainer TomcatWebAppContext.getContainer()
           
 

Methods in org.apache.geronimo.tomcat with parameters of type WebContainer
 WebAccessLog TomcatManagerImpl.getAccessLog(WebContainer container)
           
 AbstractName TomcatManagerImpl.getConnectorConfiguration(WebManager.ConnectorType connectorType, List<WebManager.ConnectorAttribute> connectorAttributes, WebContainer container, String uniqueName)
           
 



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