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

Packages that use WebContext
org.apache.openejb   
org.apache.openejb.cdi   
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.cdi
 

Methods in org.apache.openejb.cdi that return WebContext
 WebContext StartupObject.getWebContext()
           
 

Methods in org.apache.openejb.cdi with parameters of type WebContext
 void CdiBuilder.build(AppInfo appInfo, AppContext appContext, List<BeanContext> allDeployments, WebContext webContext)
           
 

Constructors in org.apache.openejb.cdi with parameters of type WebContext
CustomELAdapter(AppContext appContext, WebContext webContext)
           
StartupObject(AppContext appContext, AppInfo appInfo, List<BeanContext> beanContexts, WebContext webContext)
           
 

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-2013 The Apache Software Foundation. All Rights Reserved.