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

Packages that use AbstractInjectionTargetBean
org.apache.webbeans.component   
org.apache.webbeans.component.creation   
org.apache.webbeans.component.xml   
org.apache.webbeans.config   
org.apache.webbeans.decorator   
org.apache.webbeans.decorator.xml   
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 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.component.xml
 

Subclasses of AbstractInjectionTargetBean in org.apache.webbeans.component.xml
 class XMLManagedBean<T>
           
 

Uses of AbstractInjectionTargetBean in org.apache.webbeans.config
 

Methods in org.apache.webbeans.config with parameters of type AbstractInjectionTargetBean
static void DefinitionUtil.defineBeanInterceptorStack(AbstractInjectionTargetBean<?> bean)
          Configure bean instance interceptor stack.
static void DefinitionUtil.defineDecoratorStack(AbstractInjectionTargetBean<?> bean)
          Defines decorator stack of given bean.
static
<T> void
DefinitionUtil.defineInjectedFields(AbstractInjectionTargetBean<T> component)
           
static
<T> void
DefinitionUtil.defineInjectedMethods(AbstractInjectionTargetBean<T> bean)
           
static
<T> void
DefinitionUtil.defineInternalInjectedFields(AbstractInjectionTargetBean<T> component, Class<T> clazz, boolean fromSuperClazz)
           
static
<T> void
DefinitionUtil.defineInternalInjectedFieldsRecursively(AbstractInjectionTargetBean<T> component, Class<T> clazz)
           
static
<T> void
DefinitionUtil.defineInternalInjectedMethodsRecursively(AbstractInjectionTargetBean<T> component, Class<T> clazz)
           
static 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, List<Decorator<?>> decoratorList)
           
static void WebBeansDecoratorConfig.configureDecarotors(AbstractInjectionTargetBean<?> component)
           
static
<T> void
WebBeansDecoratorConfig.configureDecoratorClass(AbstractInjectionTargetBean<T> delegate)
           
static
<T> void
WebBeansDecoratorConfig.configureXMLDecoratorClass(AbstractInjectionTargetBean<T> delegate, XMLInjectionPointModel model)
           
 

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, Decorator<T> customDecorator)
          Creates a new decorator bean instance with the given wrapped bean.
 

Uses of AbstractInjectionTargetBean in org.apache.webbeans.decorator.xml
 

Subclasses of AbstractInjectionTargetBean in org.apache.webbeans.decorator.xml
 class WebBeansXMLDecorator<T>
           
 

Constructors in org.apache.webbeans.decorator.xml with parameters of type AbstractInjectionTargetBean
WebBeansXMLDecorator(AbstractInjectionTargetBean<T> delegateComponent, XMLInjectionPointModel model)
           
 

Uses of AbstractInjectionTargetBean in org.apache.webbeans.intercept
 

Methods in org.apache.webbeans.intercept with parameters of type AbstractInjectionTargetBean
static void WebBeansInterceptorConfig.configure(AbstractInjectionTargetBean<?> component, List<InterceptorData> stack)
          Configures the given class for applicable interceptors.
static
<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, 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
<T> NewBean<T>
WebBeansUtil.createNewBean(AbstractInjectionTargetBean<T> bean)
          Returns a new managed bean from given bean.
static
<X> void
WebBeansAnnotatedTypeUtil.defineDisposalMethods(AbstractInjectionTargetBean<X> bean, AnnotatedType<X> annotatedType)
           
static
<X> void
WebBeansAnnotatedTypeUtil.defineInjectedFields(AbstractInjectionTargetBean<X> bean, AnnotatedType<X> annotatedType)
           
static
<X> void
WebBeansAnnotatedTypeUtil.defineInjectedMethods(AbstractInjectionTargetBean<X> bean, AnnotatedType<X> annotatedType)
           
static
<X> Set<ObserverMethod<?>>
WebBeansAnnotatedTypeUtil.defineObserverMethods(AbstractInjectionTargetBean<X> bean, AnnotatedType<X> annotatedType)
           
static
<T> GProcessInjectionTarget
WebBeansUtil.fireProcessInjectionTargetEvent(AbstractInjectionTargetBean<T> bean)
          Returns ProcessInjectionTarget event.
 



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