Uses of Class
org.apache.openejb.core.WebContext

Packages that use WebContext
org.apache.openejb   
org.apache.openejb.core   
org.apache.openejb.spi   
 

Uses of WebContext in org.apache.openejb
 

Methods in org.apache.openejb that return types with arguments of type WebContext
 List<WebContext> AppContext.getWebContexts()
           
 

Uses of WebContext in org.apache.openejb.core
 

Methods in org.apache.openejb.core that return WebContext
 WebContext CoreContainerSystem.getWebContext(String id)
           
 WebContext[] CoreContainerSystem.WebDeployments()
           
 

Methods in org.apache.openejb.core with parameters of type WebContext
 void CoreContainerSystem.addWebContext(WebContext webDeployment)
           
 void CoreContainerSystem.removeWebContext(WebContext info)
           
 

Uses of WebContext in org.apache.openejb.spi
 

Methods in org.apache.openejb.spi that return WebContext
 WebContext ContainerSystem.getWebContext(String id)
           
 



Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.