Uses of Class
org.ow2.jonas.web.base.BaseWebContainerService

Packages that use BaseWebContainerService
org.ow2.jonas.web.base.proxy   
org.ow2.jonas.web.jetty6   
org.ow2.jonas.web.tomcat6   
org.ow2.jonas.web.tomcat6.versioning   
 

Uses of BaseWebContainerService in org.ow2.jonas.web.base.proxy
 

Methods in org.ow2.jonas.web.base.proxy that return BaseWebContainerService
 BaseWebContainerService HttpOnDemandProxy.getWebContainerService()
           
 

Methods in org.ow2.jonas.web.base.proxy with parameters of type BaseWebContainerService
 void HttpOnDemandProxy.setWebContainerService(BaseWebContainerService webContainerService)
          Sets the web container service that is linked to this component.
 

Uses of BaseWebContainerService in org.ow2.jonas.web.jetty6
 

Subclasses of BaseWebContainerService in org.ow2.jonas.web.jetty6
 class Jetty6Service
          This class provides an implementation of the Jetty service (as web container service).
 

Uses of BaseWebContainerService in org.ow2.jonas.web.tomcat6
 

Subclasses of BaseWebContainerService in org.ow2.jonas.web.tomcat6
 class Tomcat6Service
          Implementation of the web container service for Tomcat 6.
 

Uses of BaseWebContainerService in org.ow2.jonas.web.tomcat6.versioning
 

Methods in org.ow2.jonas.web.tomcat6.versioning with parameters of type BaseWebContainerService
static void ContextFinder.setParent(BaseWebContainerService webContainer)
           
 



Copyright © 2010 OW2 Consortium. All Rights Reserved.