| Package | Description |
|---|---|
| org.jboss.weld.bootstrap.api | |
| org.jboss.weld.bootstrap.api.helpers | |
| org.jboss.weld.injection | |
| org.jboss.weld.manager | |
| org.jboss.weld.manager.api |
| 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 |
|---|---|
protected WeldManager |
WeldInjectionPoint.WeldInjectionPointSerializationProxy.getBeanManager() |
protected WeldManager |
MethodInjectionPoint.getBeanManager() |
protected WeldManager |
FieldInjectionPoint.getBeanManager() |
protected WeldManager |
ConstructorInjectionPoint.getBeanManager() |
| Modifier and Type | Method and Description |
|---|---|
static <T,X> FieldInjectionPoint<T,X> |
FieldInjectionPoint.of(Bean<?> declaringBean,
WeldClass<?> injectionTargetClass,
WeldField<T,X> field,
WeldManager beanManager) |
static <T,X> MethodInjectionPoint<T,X> |
MethodInjectionPoint.of(Bean<?> declaringBean,
WeldMethod<T,X> method,
WeldManager beanManager) |
static <T,X> ParameterInjectionPoint<T,X> |
ParameterInjectionPoint.of(Bean<?> declaringBean,
WeldParameter<T,X> parameter,
WeldManager beanManager) |
static <T> ConstructorInjectionPoint<T> |
ConstructorInjectionPoint.of(Bean<T> declaringBean,
WeldConstructor<T> constructor,
WeldManager beanManager) |
| Constructor and Description |
|---|
ConstructorInjectionPoint(Bean<T> declaringBean,
WeldConstructor<T> constructor,
WeldManager beanManager) |
FieldInjectionPoint(Bean<?> declaringBean,
WeldClass<?> injectionTargetClass,
WeldField<T,X> field,
WeldManager manager) |
MethodInjectionPoint(Bean<?> declaringBean,
WeldMethod<T,X> method,
WeldManager beanManager) |
ProxyClassConstructorInjectionPointWrapper(Bean<T> declaringBean,
WeldConstructor<T> weldConstructor,
ConstructorInjectionPoint<T> originalConstructorInjectionPoint,
WeldManager beanManager) |
WeldInjectionPointSerializationProxy(WeldInjectionPoint<T,S> injectionPoint,
WeldManager beanManager) |
| 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 © 2016 Seam Framework. All Rights Reserved.