Uses of Class
org.jboss.weld.util.bean.ForwardingBeanAttributes
-
Packages that use ForwardingBeanAttributes Package Description org.jboss.weld.bean JBoss, Home of Professional Open Source Copyright 2015, Red Hat, Inc.org.jboss.weld.bean.builtin JBoss, Home of Professional Open Source Copyright 2015, Red Hat, Inc.org.jboss.weld.bean.builtin.ee JBoss, Home of Professional Open Source Copyright 2015, Red Hat, Inc.org.jboss.weld.util.bean JBoss, Home of Professional Open Source Copyright 2015, Red Hat, Inc. -
-
Uses of ForwardingBeanAttributes in org.jboss.weld.bean
Subclasses of ForwardingBeanAttributes in org.jboss.weld.bean Modifier and Type Class Description classAbstractBean<T,S>An abstract bean representation common for all beansclassAbstractClassBean<T>An abstract bean representation common for class-based beansclassAbstractProducerBean<X,T,S extends Member>The implicit producer beanclassAbstractSyntheticBean<T>Common supertype forBeanswhich are created based on extension-providedProducerimplementation.classCommonBean<T>Common superclass for beans that are identified using id.classCustomDecoratorWrapper<T>A wrapper for a decorated instance.classDecoratorImpl<T>classForwardingBean<T>A delegating beanclassForwardingDecorator<T>classForwardingInterceptor<T>Delegating implementation ofInterceptor.classInterceptorImpl<T>classManagedBean<T>Represents a simple beanclassNewManagedBean<T>Represents a @New simple beanclassNewSessionBean<T>Represents a @New enterprise beanclassProducerField<X,T>Represents a producer fieldclassProducerMethod<X,T>Represents a producer method beanclassRIBean<T>Abstract base class with functions specific to RI built-in beansclassSessionBean<T>An enterprise bean representationclassSyntheticClassBean<T>Represents a class bean created based on extension-providedInjectionTargetimplementation.classSyntheticDecorator<T>Represents aDecoratorcreated based on extension-providedInjectionTargetimplementation.classSyntheticProducerBean<T,X>Represents a producer field or producer method created based on extension-providedProducerimplementation. -
Uses of ForwardingBeanAttributes in org.jboss.weld.bean.builtin
Subclasses of ForwardingBeanAttributes in org.jboss.weld.bean.builtin Modifier and Type Class Description classAbstractBuiltInBean<T>classAbstractBuiltInMetadataBean<T>Common superclass forBean,InterceptorandDecoratorbuiltin beans.classAbstractDecorableBuiltInBean<T>Built-in bean that can be decorated by aDecoratorclassAbstractFacadeBean<T>The built-in bean for facade objects.classAbstractStaticallyDecorableBuiltInBean<T>A decorated built-in bean for which, unlikeAbstractFacadeBean, decorators only need to be resolved once.classBeanManagerBeanclassBeanManagerImplBeanclassBeanMetadataBeanAllows a bean to obtain information about itself.classContextBean<T extends javax.enterprise.context.spi.Context>classConversationBeanclassDecoratedBeanMetadataBeanAllows a decorator to obtain information about the bean it decorates.classDecoratorMetadataBeanAllows a decorator to obtain information about itself.classEventBeanclassEventMetadataBeanBuilt-in bean for event metadata.classExtensionBean<E extends javax.enterprise.inject.spi.Extension>classInjectionPointBeanBean for InjectionPoint metadataclassInstanceBeanclassInterceptedBeanMetadataBeanAllows an interceptor to obtain information about the bean it intercepts.classInterceptorMetadataBeanAllows an interceptor to obtain information about itself. -
Uses of ForwardingBeanAttributes in org.jboss.weld.bean.builtin.ee
Subclasses of ForwardingBeanAttributes in org.jboss.weld.bean.builtin.ee Modifier and Type Class Description classAbstractEEBean<T>classEEResourceProducerField<X,T>classHttpServletRequestBeanBuilt-in bean exposingHttpServletRequest.classHttpSessionBeanBuilt-in bean exposingHttpSession.classPrincipalBeanclassServletContextBeanBuilt-in bean exposingServletContext.classStaticEEResourceProducerField<X,T>A resource producer field that is static (not injected).classUserTransactionBean -
Uses of ForwardingBeanAttributes in org.jboss.weld.util.bean
Subclasses of ForwardingBeanAttributes in org.jboss.weld.util.bean Modifier and Type Class Description classIsolatedForwardingBean<T>Delegating implementation ofBean.static classIsolatedForwardingBean.Impl<T>classIsolatedForwardingDecorator<T>Delegating implementation ofDecorator.static classIsolatedForwardingDecorator.Impl<T>classIsolatedForwardingInterceptor<T>Delegating implementation ofInterceptor.static classIsolatedForwardingInterceptor.Impl<T>classSerializableForwardingBean<T>
-