Uses of Class
org.apache.webbeans.component.AbstractInjectionTargetBean

Packages that use AbstractInjectionTargetBean
org.apache.webbeans.component   
org.apache.webbeans.component.creation   
org.apache.webbeans.config   
org.apache.webbeans.decorator   
org.apache.webbeans.intercept   
org.apache.webbeans.intercept.custom   
org.apache.webbeans.intercept.webbeans   
org.apache.webbeans.util   
 

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 NewManagedBean<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.
<T> void
DefinitionUtil.defineInjectedFields(AbstractInjectionTargetBean<T> component)
           
<T> void
DefinitionUtil.defineInjectedMethods(AbstractInjectionTargetBean<T> bean)
           
<T> void
DefinitionUtil.defineInternalInjectedFields(AbstractInjectionTargetBean<T> component, Class<T> clazz, boolean fromSuperClazz)
           
<T> void
DefinitionUtil.defineInternalInjectedFieldsRecursively(AbstractInjectionTargetBean<T> component, Class<T> clazz)
           
<T> void
DefinitionUtil.defineInternalInjectedMethodsRecursively(AbstractInjectionTargetBean<T> component, Class<T> clazz)
           
 Set<ProducerMethodBean<?>> DefinitionUtil.defineProducerMethods(AbstractInjectionTargetBean<?> component)
          Defines the Bean producer methods.
 Set<ProducerMethodBean<?>> DefinitionUtil.defineProducerMethods(AbstractInjectionTargetBean<?> component, Class<?> clazz)
           
 

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, List<javax.enterprise.inject.spi.Decorator<?>> decoratorList)
           
static
<T> void
WebBeansDecoratorConfig.configureDecoratorClass(AbstractInjectionTargetBean<T> delegate)
           
static void WebBeansDecoratorConfig.configureDecorators(AbstractInjectionTargetBean<?> component)
           
 

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 and custom decorator 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, List<InterceptorData> stack)
          Configures the given class for applicable interceptors.
<T> void
WebBeansInterceptorConfig.configureInterceptorClass(AbstractInjectionTargetBean<T> delegate, 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
<T> GProcessInjectionTarget
WebBeansUtil.createProcessInjectionTargetEvent(AbstractInjectionTargetBean<T> bean)
           
<X> void
WebBeansAnnotatedTypeUtil.defineDisposalMethods(AbstractInjectionTargetBean<X> bean, javax.enterprise.inject.spi.AnnotatedType<X> annotatedType)
           
static
<X> void
WebBeansAnnotatedTypeUtil.defineInjectedFields(AbstractInjectionTargetBean<X> bean, javax.enterprise.inject.spi.AnnotatedType<X> annotatedType)
           
<X> void
WebBeansAnnotatedTypeUtil.defineInjectedMethods(AbstractInjectionTargetBean<X> bean, javax.enterprise.inject.spi.AnnotatedType<X> annotatedType)
           
<X> Set<javax.enterprise.inject.spi.ObserverMethod<?>>
WebBeansAnnotatedTypeUtil.defineObserverMethods(AbstractInjectionTargetBean<X> bean, javax.enterprise.inject.spi.AnnotatedType<X> annotatedType)
           
<T> GProcessInjectionTarget
WebBeansUtil.fireProcessInjectionTargetEvent(AbstractInjectionTargetBean<T> bean)
          Returns ProcessInjectionTarget event.
 



Copyright © 2008-2011 The Apache Software Foundation. All Rights Reserved.