Uses of Class
org.apache.webbeans.component.BeanAttributesImpl
-
Packages that use BeanAttributesImpl Package Description org.apache.webbeans.component org.apache.webbeans.component.creation org.apache.webbeans.component.third org.apache.webbeans.context.control -
-
Uses of BeanAttributesImpl in org.apache.webbeans.component
Subclasses of BeanAttributesImpl in org.apache.webbeans.component Modifier and Type Class Description classAbstractOwbBean<T>Abstract implementation of theOwbBeancontract.classAbstractProducerBean<T>Abstract class for producer components.classBeanManagerBeanclassBeanMetadataBean<T>Implicit metadata bean definition.classBuiltInOwbBean<T>classCdiInterceptorBean<T>InterceptorBean implementation for CDI-style Beans.classConversationBeanConversation bean implementation.classDecoratorBean<T>Decorator Bean implementation.classDecoratorMetadataBean<T>Implicit metadata bean definition.classEjbInterceptorBean<T>InterceptorBean implementation for EJB-style Beans.classEventBean<T>Implicit observable bean definition.classEventMetadataBeanImplicit event metadata bean definition.classExtensionBean<T>Extension service bean definition.classInjectionPointBeanclassInjectionTargetBean<T>Abstract class for injection target beans.classInstanceBean<T>classInterceptedOrDecoratedBeanMetadataBean<T>Implicit metadata bean definition.classInterceptionFactoryBeanclassInterceptorBean<T>AbstractInterceptorBean implementation.classInterceptorMetadataBean<T>Implicit metadata bean definition.classManagedBean<T>Managed bean implementation of theBean.classNewManagedBean<T>Component definition withNewbinding annotation.classPrincipalBeanclassProducerAwareInjectionTargetBean<T>classProducerFieldBean<T>Defines the producer field component implementation.classProducerMethodBean<T>Concrete implementation of theAbstractOwbBean.classResourceBean<X,T extends Annotation>classSelfInterceptorBean<T>Implicit self-interceptor Bean implementation.Constructors in org.apache.webbeans.component with parameters of type BeanAttributesImpl Constructor Description BuiltInOwbBean(WebBeansContext webBeansContext, WebBeansType webBeansType, BeanAttributesImpl<T> beanAttributes, Class<T> returnType, javax.enterprise.inject.spi.ProducerFactory<T> producerFactory)NewManagedBean(WebBeansContext webBeansContext, WebBeansType webBeansType, javax.enterprise.inject.spi.AnnotatedType<T> annotatedType, BeanAttributesImpl<T> beanAttributes, Class<T> beanClass, Set<javax.enterprise.inject.spi.InjectionPoint> injectionPoints) -
Uses of BeanAttributesImpl in org.apache.webbeans.component.creation
Methods in org.apache.webbeans.component.creation that return BeanAttributesImpl Modifier and Type Method Description BeanAttributesImpl<T>BeanAttributesBuilder. build()Constructors in org.apache.webbeans.component.creation with parameters of type BeanAttributesImpl Constructor Description EjbInterceptorBeanBuilder(WebBeansContext webBeansContext, javax.enterprise.inject.spi.AnnotatedType<T> annotatedType, BeanAttributesImpl<T> beanAttributes)SelfInterceptorBeanBuilder(WebBeansContext webBeansContext, javax.enterprise.inject.spi.AnnotatedType<T> annotatedType, BeanAttributesImpl<T> beanAttributes) -
Uses of BeanAttributesImpl in org.apache.webbeans.component.third
Subclasses of BeanAttributesImpl in org.apache.webbeans.component.third Modifier and Type Class Description classPassivationCapableThirdpartyBeanImpl<T>classThirdpartyBeanImpl<T> -
Uses of BeanAttributesImpl in org.apache.webbeans.context.control
Subclasses of BeanAttributesImpl in org.apache.webbeans.context.control Modifier and Type Class Description classRequestContextControllerBean
-