|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of AbstractInjectionTargetBean in org.apache.webbeans.component |
|---|
| Subclasses of AbstractInjectionTargetBean in org.apache.webbeans.component | |
|---|---|
class |
ConversationBean
Conversation bean implementation. |
class |
ExtensionBean<T>
Extension service bean definition. |
class |
ManagedBean<T>
Managed bean implementation of the Bean. |
class |
NewBean<T>
Component definition with New binding annotation. |
| Uses of AbstractInjectionTargetBean in org.apache.webbeans.component.creation |
|---|
| Methods in org.apache.webbeans.component.creation that return AbstractInjectionTargetBean | |
|---|---|
AbstractInjectionTargetBean<T> |
AbstractInjectedTargetBeanCreator.getBean()
Return type-safe bean instance. |
| Constructors in org.apache.webbeans.component.creation with parameters of type AbstractInjectionTargetBean | |
|---|---|
AbstractInjectedTargetBeanCreator(AbstractInjectionTargetBean<T> bean)
Creates a new instance. |
|
| Uses of AbstractInjectionTargetBean in org.apache.webbeans.config |
|---|
| Methods in org.apache.webbeans.config with parameters of type AbstractInjectionTargetBean | ||
|---|---|---|
void |
DefinitionUtil.defineBeanInterceptorStack(AbstractInjectionTargetBean<?> bean)
Configure bean instance interceptor stack. |
|
void |
DefinitionUtil.defineDecoratorStack(AbstractInjectionTargetBean<?> bean)
Defines decorator stack of given bean. |
|
|
DefinitionUtil.defineInjectedFields(AbstractInjectionTargetBean<T> component)
|
|
|
DefinitionUtil.defineInjectedMethods(AbstractInjectionTargetBean<T> bean)
|
|
|
DefinitionUtil.defineInternalInjectedFields(AbstractInjectionTargetBean<T> component,
java.lang.Class<T> clazz,
boolean fromSuperClazz)
|
|
|
DefinitionUtil.defineInternalInjectedFieldsRecursively(AbstractInjectionTargetBean<T> component,
java.lang.Class<T> clazz)
|
|
|
DefinitionUtil.defineInternalInjectedMethodsRecursively(AbstractInjectionTargetBean<T> component,
java.lang.Class<T> clazz)
|
|
java.util.Set<ProducerMethodBean<?>> |
DefinitionUtil.defineProducerMethods(AbstractInjectionTargetBean<?> component)
Defines the Bean producer methods. |
|
| Uses of AbstractInjectionTargetBean in org.apache.webbeans.decorator |
|---|
| Subclasses of AbstractInjectionTargetBean in org.apache.webbeans.decorator | |
|---|---|
class |
WebBeansDecorator<T>
Defines decorators. |
| Methods in org.apache.webbeans.decorator with parameters of type AbstractInjectionTargetBean | ||
|---|---|---|
static void |
DecoratorUtil.checkManagedBeanDecoratorConditions(AbstractInjectionTargetBean<?> bean,
java.util.List<javax.enterprise.inject.spi.Decorator<?>> decoratorList)
|
|
static void |
WebBeansDecoratorConfig.configureDecarotors(AbstractInjectionTargetBean<?> component)
|
|
static
|
WebBeansDecoratorConfig.configureDecoratorClass(AbstractInjectionTargetBean<T> delegate)
|
|
| Constructors in org.apache.webbeans.decorator with parameters of type AbstractInjectionTargetBean | |
|---|---|
WebBeansDecorator(AbstractInjectionTargetBean<T> wrappedBean)
Creates a new decorator bean instance with the given wrapped bean. |
|
WebBeansDecorator(AbstractInjectionTargetBean<T> wrappedBean,
javax.enterprise.inject.spi.Decorator<T> customDecorator)
Creates a new decorator bean instance with the given wrapped bean. |
|
| Uses of AbstractInjectionTargetBean in org.apache.webbeans.intercept |
|---|
| Methods in org.apache.webbeans.intercept with parameters of type AbstractInjectionTargetBean | ||
|---|---|---|
void |
WebBeansInterceptorConfig.configure(AbstractInjectionTargetBean<?> component,
java.util.List<InterceptorData> stack)
Configures the given class for applicable interceptors. |
|
|
WebBeansInterceptorConfig.configureInterceptorClass(AbstractInjectionTargetBean<T> delegate,
java.lang.annotation.Annotation[] interceptorBindingTypes)
Configures WebBeans specific interceptor class. |
|
| Uses of AbstractInjectionTargetBean in org.apache.webbeans.intercept.custom |
|---|
| Constructors in org.apache.webbeans.intercept.custom with parameters of type AbstractInjectionTargetBean | |
|---|---|
CustomInterceptor(AbstractInjectionTargetBean<T> delegateBean,
javax.enterprise.inject.spi.Interceptor<T> actualInterceptor)
|
|
| Uses of AbstractInjectionTargetBean in org.apache.webbeans.intercept.webbeans |
|---|
| Constructors in org.apache.webbeans.intercept.webbeans with parameters of type AbstractInjectionTargetBean | |
|---|---|
WebBeansInterceptor(AbstractInjectionTargetBean<T> delegateBean)
|
|
| Uses of AbstractInjectionTargetBean in org.apache.webbeans.util |
|---|
| Methods in org.apache.webbeans.util with parameters of type AbstractInjectionTargetBean | ||
|---|---|---|
static
|
WebBeansUtil.createNewBean(AbstractInjectionTargetBean<T> bean)
Returns a new managed bean from given bean. |
|
|
WebBeansAnnotatedTypeUtil.defineDisposalMethods(AbstractInjectionTargetBean<X> bean,
javax.enterprise.inject.spi.AnnotatedType<X> annotatedType)
|
|
static
|
WebBeansAnnotatedTypeUtil.defineInjectedFields(AbstractInjectionTargetBean<X> bean,
javax.enterprise.inject.spi.AnnotatedType<X> annotatedType)
|
|
|
WebBeansAnnotatedTypeUtil.defineInjectedMethods(AbstractInjectionTargetBean<X> bean,
javax.enterprise.inject.spi.AnnotatedType<X> annotatedType)
|
|
|
WebBeansAnnotatedTypeUtil.defineObserverMethods(AbstractInjectionTargetBean<X> bean,
javax.enterprise.inject.spi.AnnotatedType<X> annotatedType)
|
|
|
WebBeansUtil.fireProcessInjectionTargetEvent(AbstractInjectionTargetBean<T> bean)
Returns ProcessInjectionTarget event. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||