|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BeanAttributesImpl | |
|---|---|
| org.apache.webbeans.component | |
| org.apache.webbeans.component.creation | |
| org.apache.webbeans.component.third | |
| Uses of BeanAttributesImpl in org.apache.webbeans.component |
|---|
| Subclasses of BeanAttributesImpl in org.apache.webbeans.component | |
|---|---|
class |
AbstractOwbBean<T>
Abstract implementation of the OwbBean contract. |
class |
AbstractProducerBean<T>
Abstract class for producer components. |
class |
BeanManagerBean
|
class |
BeanMetadataBean<T>
Implicit metadata bean definition. |
class |
BuiltInOwbBean<T>
|
class |
CdiInterceptorBean<T>
Interceptor
Bean implementation for CDI-style Beans. |
class |
ConversationBean
Conversation bean implementation. |
class |
DecoratorBean<T>
Decorator Bean implementation. |
class |
DecoratorMetadataBean<T>
Implicit metadata bean definition. |
class |
EjbInterceptorBean<T>
Interceptor Bean implementation for EJB-style Beans. |
class |
EventBean<T>
Implicit observable bean definition. |
class |
ExtensionBean<T>
Extension service bean definition. |
class |
InjectionPointBean
|
class |
InjectionTargetBean<T>
Abstract class for injection target beans. |
class |
InstanceBean<T>
|
class |
InterceptedOrDecoratedBeanMetadataBean<T>
Implicit metadata bean definition. |
class |
InterceptorBean<T>
Abstract Interceptor Bean implementation. |
class |
InterceptorMetadataBean<T>
Implicit metadata bean definition. |
class |
ManagedBean<T>
Managed bean implementation of the Bean. |
class |
NewManagedBean<T>
Component definition with New binding annotation. |
class |
ProducerFieldBean<T>
Defines the producer field component implementation. |
class |
ProducerMethodBean<T>
Concrete implementation of the AbstractOwbBean. |
class |
ResourceBean<X,T extends Annotation>
|
class |
SelfInterceptorBean<T>
Implicit self-interceptor Bean implementation. |
| Constructors in org.apache.webbeans.component with parameters of type BeanAttributesImpl | |
|---|---|
BuiltInOwbBean(WebBeansContext webBeansContext,
WebBeansType webBeansType,
BeanAttributesImpl<T> beanAttributes,
Class<T> returnType,
boolean nullable,
ProducerFactory<T> producerFactory)
|
|
CdiInterceptorBean(WebBeansContext webBeansContext,
AnnotatedType<T> annotatedType,
BeanAttributesImpl<T> beanAttributes,
Class<T> beanClass,
Set<Annotation> interceptorBindings,
boolean enabled,
Map<InterceptionType,Method[]> interceptionMethods,
Method aroundConstruct)
|
|
EjbInterceptorBean(WebBeansContext webBeansContext,
AnnotatedType<T> annotated,
BeanAttributesImpl<T> beanAttributes,
Class<T> beanClass,
Map<InterceptionType,Method[]> interceptionMethods,
Method aroundConstruct)
|
|
InterceptorBean(WebBeansContext webBeansContext,
AnnotatedType<T> annotatedType,
BeanAttributesImpl<T> beanAttributes,
Class<T> beanClass,
Map<InterceptionType,Method[]> interceptionMethods,
Method aroundConstructMethod)
|
|
ManagedBean(WebBeansContext webBeansContext,
WebBeansType webBeansType,
AnnotatedType<T> annotated,
BeanAttributesImpl<T> beanAttributes,
Class<T> beanClass)
|
|
NewManagedBean(WebBeansContext webBeansContext,
WebBeansType webBeansType,
AnnotatedType<T> annotatedType,
BeanAttributesImpl<T> beanAttributes,
Class<T> beanClass,
Set<InjectionPoint> injectionPoints)
|
|
ProducerFieldBean(InjectionTargetBean<?> ownerComponent,
BeanAttributesImpl<T> beanAttributes,
Class<T> returnType,
ProducerFactory<T> producerFactory)
Defines the new producer field component. |
|
ProducerMethodBean(InjectionTargetBean<P> ownerComponent,
BeanAttributesImpl<T> beanAttributes,
Class<T> returnType,
MethodProducerFactory<P> producerFactory)
Creates a new instance. |
|
ResourceBean(InjectionTargetBean<?> ownerComponent,
ResourceReference<X,T> resourceReference,
BeanAttributesImpl<X> beanAttributes,
Class<X> beanClass)
|
|
SelfInterceptorBean(WebBeansContext webBeansContext,
AnnotatedType<T> annotatedType,
BeanAttributesImpl<T> beanAttributes,
Class<T> beanClass,
Map<InterceptionType,Method[]> interceptionMethods,
Method aroundConstruct)
|
|
| Uses of BeanAttributesImpl in org.apache.webbeans.component.creation |
|---|
| Fields in org.apache.webbeans.component.creation declared as BeanAttributesImpl | |
|---|---|
protected BeanAttributesImpl<T> |
ManagedBeanBuilder.beanAttributes
|
protected BeanAttributesImpl<T> |
InterceptorBeanBuilder.beanAttributes
|
protected BeanAttributesImpl<T> |
DecoratorBeanBuilder.beanAttributes
|
protected BeanAttributesImpl<T> |
AbstractProducerBeanBuilder.beanAttributes
|
| Methods in org.apache.webbeans.component.creation that return BeanAttributesImpl | |
|---|---|
BeanAttributesImpl<T> |
BeanAttributesBuilder.build()
|
| Uses of BeanAttributesImpl in org.apache.webbeans.component.third |
|---|
| Subclasses of BeanAttributesImpl in org.apache.webbeans.component.third | |
|---|---|
class |
PassivationCapableThirdpartyBeanImpl<T>
|
class |
ThirdpartyBeanImpl<T>
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||