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(ServletContextEvent event,
WeldManager manager) |
Constructor and Description |
---|
JettyWeldInjector(WeldManager manager) |
Constructor and Description |
---|
AbstractInjector(WeldManager manager) |
Modifier and Type | Method and Description |
---|---|
static void |
WeldForwardingAnnotationProcessor.replaceAnnotationProcessor(ServletContextEvent sce,
WeldManager manager) |
Constructor and Description |
---|
WeldAnnotationProcessor(WeldManager manager) |
Modifier and Type | Method and Description |
---|---|
static void |
WeldForwardingInstanceManager.replacInstanceManager(ServletContextEvent sce,
WeldManager manager) |
Constructor and Description |
---|
WeldInstanceManager(WeldManager manager) |
Modifier and Type | Class and Description |
---|---|
class |
BeanManagerImpl
Implementation of the Bean Manager.
|
Modifier and Type | Method and Description |
---|---|
WeldManager |
WeldManager.createActivity()
Create a new child activity.
|
WeldManager |
WeldManager.getCurrent() |
WeldManager |
WeldManager.setCurrent(Class<? extends Annotation> scopeType)
Associate an activity with the current context for a normal scope
|
Copyright © 2013 Seam Framework. All Rights Reserved.