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   
org.apache.openejb.util   
 

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
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.getWebContextByHost(String id, String host)
           
 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)
          Deprecated. 
 WebContext ContainerSystem.getWebContextByHost(String id, String host)
           
 

Uses of WebContext in org.apache.openejb.util
 

Methods in org.apache.openejb.util with parameters of type WebContext
 T AppFinder.Transformer.from(WebContext webCtx)
           
 org.apache.webbeans.config.WebBeansContext AppFinder.WebBeansContextTransformer.from(WebContext webCtx)
           
 AppContext AppFinder.AppContextTransformer.from(WebContext webCtx)
           
 



Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.