public class AppContext extends DeploymentContext
| Constructor and Description |
|---|
AppContext(String id,
SystemInstance systemInstance,
ClassLoader classLoader,
Context globalJndiContext,
Context appJndiContext,
boolean standaloneModule) |
| Modifier and Type | Method and Description |
|---|---|
Context |
getAppJndiContext() |
AsynchronousPool |
getAsynchronousPool() |
List<BeanContext> |
getBeanContexts() |
javax.enterprise.inject.spi.BeanManager |
getBeanManager() |
Map<String,Object> |
getBindings() |
ClassLoader |
getClassLoader() |
List<BeanContext> |
getDeployments()
Deprecated.
|
Context |
getGlobalJndiContext() |
String |
getId() |
Collection<Injection> |
getInjections() |
long |
getStartTime() |
SystemInstance |
getSystemInstance() |
org.apache.webbeans.config.WebBeansContext |
getWebBeansContext() |
List<WebContext> |
getWebContexts() |
boolean |
isCdiEnabled() |
boolean |
isStandaloneModule() |
void |
setCdiEnabled(boolean cdiEnabled) |
void |
setWebBeansContext(org.apache.webbeans.config.WebBeansContext webBeansContext) |
get, getOptions, getProperties, setpublic AppContext(String id, SystemInstance systemInstance, ClassLoader classLoader, Context globalJndiContext, Context appJndiContext, boolean standaloneModule)
public Collection<Injection> getInjections()
public javax.enterprise.inject.spi.BeanManager getBeanManager()
public org.apache.webbeans.config.WebBeansContext getWebBeansContext()
public void setWebBeansContext(org.apache.webbeans.config.WebBeansContext webBeansContext)
public List<WebContext> getWebContexts()
public boolean isCdiEnabled()
public void setCdiEnabled(boolean cdiEnabled)
public String getId()
getId in class DeploymentContextpublic ClassLoader getClassLoader()
@Deprecated public List<BeanContext> getDeployments()
public List<BeanContext> getBeanContexts()
public SystemInstance getSystemInstance()
public Context getAppJndiContext()
public Context getGlobalJndiContext()
public boolean isStandaloneModule()
public AsynchronousPool getAsynchronousPool()
public long getStartTime()
Copyright © 1999–2014 The Apache Software Foundation. All rights reserved.