Uses of Interface
org.jboss.weld.bean.WeldBean
-
Packages that use WeldBean Package Description org.jboss.weld.bean org.jboss.weld.bean.builtin org.jboss.weld.bean.builtin.ee -
-
Uses of WeldBean in org.jboss.weld.bean
Subinterfaces of WeldBean in org.jboss.weld.bean Modifier and Type Interface Description interfaceClassBean<T>Marker forBeanimplementations that are defined by a Java class.interfaceSessionBean<T>Beanimplementation representing an enterprise session bean.Classes in org.jboss.weld.bean that implement WeldBean 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>classCommonBean<T>Common superclass for beans that are identified using id.classDecoratorImpl<T>classInterceptorImpl<T>classManagedBean<T>Represents a simple beanclassNewManagedBean<T>Represents a @New simple 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 beansclassSyntheticClassBean<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 WeldBean in org.jboss.weld.bean.builtin
Classes in org.jboss.weld.bean.builtin that implement WeldBean Modifier and Type Class Description classAbstractBuiltInBean<T>classAbstractBuiltInMetadataBean<T>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 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 Extension>classInjectionPointBeanBean for InjectionPoint metadataclassInstanceBeanclassInterceptedBeanMetadataBeanAllows an interceptor to obtain information about the bean it intercepts.classInterceptionFactoryBeanclassInterceptorMetadataBeanAllows an interceptor to obtain information about itself.classRequestContextControllerBean -
Uses of WeldBean in org.jboss.weld.bean.builtin.ee
Classes in org.jboss.weld.bean.builtin.ee that implement WeldBean Modifier and Type Class Description classAbstractEEBean<T>classEEResourceProducerField<X,T>classPrincipalBeanclassStaticEEResourceProducerField<X,T>A resource producer field that is static (not injected).
-