Package | Description |
---|---|
org.jboss.weld.bean | |
org.jboss.weld.event | |
org.jboss.weld.injection | |
org.jboss.weld.manager | |
org.jboss.weld.util |
Modifier and Type | Field and Description |
---|---|
protected MethodInjectionPoint<T,? super X> |
DisposalMethod.disposalMethodInjectionPoint |
Modifier and Type | Method and Description |
---|---|
List<? extends Set<? extends MethodInjectionPoint<?,?>>> |
AbstractClassBean.getInitializerMethods()
Gets the annotated methods
|
Modifier and Type | Field and Description |
---|---|
protected MethodInjectionPoint<T,? super X> |
ObserverMethodImpl.observerMethod |
Modifier and Type | Method and Description |
---|---|
MethodInjectionPoint<T,? super X> |
ObserverMethodImpl.getMethod() |
Modifier and Type | Method and Description |
---|---|
static <T,X> MethodInjectionPoint<T,X> |
MethodInjectionPoint.of(javax.enterprise.inject.spi.Bean<?> declaringBean,
WeldMethod<T,X> method) |
Modifier and Type | Method and Description |
---|---|
protected List<Set<MethodInjectionPoint<?,?>>> |
SimpleInjectionTarget.getInitializerMethods() |
Modifier and Type | Method and Description |
---|---|
static List<Set<MethodInjectionPoint<?,?>>> |
Beans.getInitializerMethods(javax.enterprise.inject.spi.Bean<?> declaringBean,
WeldClass<?> weldClass) |
static List<Set<MethodInjectionPoint<?,?>>> |
Beans.getInitializerMethodsFromDeclaredMethods(javax.enterprise.inject.spi.Bean<?> declaringBean,
WeldClass<?> weldClass) |
Modifier and Type | Method and Description |
---|---|
static Set<ParameterInjectionPoint<?,?>> |
Beans.getParameterInjectionPoints(javax.enterprise.inject.spi.Bean<?> declaringBean,
MethodInjectionPoint<?,?> method) |
Modifier and Type | Method and Description |
---|---|
static <T> void |
Beans.callInitializers(T instance,
javax.enterprise.context.spi.CreationalContext<T> creationalContext,
BeanManagerImpl manager,
Iterable<? extends MethodInjectionPoint<?,?>> initializerMethods)
Calls all initializers of the bean
|
static Set<ParameterInjectionPoint<?,?>> |
Beans.getParameterInjectionPoints(javax.enterprise.inject.spi.Bean<?> declaringBean,
List<Set<MethodInjectionPoint<?,?>>> methodInjectionPoints) |
static <T> void |
Beans.injectFieldsAndInitializers(T instance,
javax.enterprise.context.spi.CreationalContext<T> ctx,
BeanManagerImpl beanManager,
List<? extends Iterable<? extends FieldInjectionPoint<?,?>>> injectableFields,
List<? extends Iterable<? extends MethodInjectionPoint<?,?>>> initializerMethods) |
Copyright © 2013 Seam Framework. All rights reserved.