| Modifier and Type | Class and Description |
|---|---|
class |
BeanManagerProxy
Client view of
BeanManagerImpl. |
| Modifier and Type | Method and Description |
|---|---|
WeldManager |
BeanManagerProxy.createActivity() |
WeldManager |
BeanManagerProxy.getCurrent() |
WeldManager |
BeanManagerProxy.setCurrent(java.lang.Class<? extends java.lang.annotation.Annotation> scopeType) |
| Modifier and Type | Method and Description |
|---|---|
WeldManager |
Bootstrap.getManager(BeanDeploymentArchive beanDeploymentArchive)
Get the manager used for this beanDeploymentArchive.
|
| Modifier and Type | Method and Description |
|---|---|
WeldManager |
ForwardingBootstrap.getManager(BeanDeploymentArchive beanDeploymentArchive) |
| Modifier and Type | Method and Description |
|---|---|
WeldManager |
ContainerContext.getManager() |
| Constructor and Description |
|---|
ContainerContext(ServletContext context,
WeldManager manager) |
| Constructor and Description |
|---|
JettyWeldInjector(WeldManager manager) |
| Constructor and Description |
|---|
AbstractInjector(WeldManager manager) |
| Modifier and Type | Method and Description |
|---|---|
static void |
WeldForwardingInstanceManager.replaceInstanceManager(ServletContext context,
WeldManager manager) |
| Constructor and Description |
|---|
WeldInstanceManager(WeldManager manager) |
| Modifier and Type | Class and Description |
|---|---|
class |
BeanManagerImpl
Implementation of the Bean Manager.
|
| Modifier and Type | Field and Description |
|---|---|
static java.util.Comparator<WeldManager> |
BeanManagers.ID_COMPARATOR |
| Modifier and Type | Method and Description |
|---|---|
WeldManager |
WeldManager.createActivity()
Create a new child activity.
|
WeldManager |
WeldManager.getCurrent() |
WeldManager |
WeldManager.setCurrent(java.lang.Class<? extends java.lang.annotation.Annotation> scopeType)
Associate an activity with the current context for a normal scope
|
WeldManager |
WeldManager.unwrap() |
Copyright © 2014. All Rights Reserved.