Uses of Class
org.jboss.weld.bean.RIBean

Packages that use RIBean
org.jboss.weld.bean   
org.jboss.weld.bean.builtin   
org.jboss.weld.bean.builtin.ee   
org.jboss.weld.bootstrap   
org.jboss.weld.event   
 

Uses of RIBean in org.jboss.weld.bean
 

Subclasses of RIBean in org.jboss.weld.bean
 class AbstractBean<T,S>
          An abstract bean representation common for all beans
 class AbstractClassBean<T>
          An abstract bean representation common for class-based beans
 class AbstractProducerBean<X,T,S extends Member>
          The implicit producer bean
 class AbstractReceiverBean<X,T,S extends Member>
           
 class DecoratorImpl<T>
           
 class DisposalMethod<X,T>
           
 class InterceptorImpl<T>
           
 class ManagedBean<T>
          Represents a simple bean
 class NewManagedBean<T>
          Represents a @New simple bean
 class NewSessionBean<T>
          Represents a @New enterprise bean
 class ProducerField<X,T>
          Represents a producer field
 class ProducerMethod<X,T>
          Represents a producer method bean
 class SessionBean<T>
          An enterprise bean representation
 

Methods in org.jboss.weld.bean that return RIBean
abstract  RIBean<?> RIBean.getSpecializedBean()
           
 

Uses of RIBean in org.jboss.weld.bean.builtin
 

Subclasses of RIBean in org.jboss.weld.bean.builtin
 class AbstractBuiltInBean<T>
           
 class AbstractFacadeBean<T>
           
 class BeanManagerBean
           
 class ContextBean<T extends Context>
           
 class ConversationBean
           
 class EventBean
           
 class ExtensionBean
           
 class InjectionPointBean
          Bean for InjectionPoint metadata
 class InstanceBean
           
 

Methods in org.jboss.weld.bean.builtin that return RIBean
 RIBean<?> AbstractBuiltInBean.getSpecializedBean()
           
 

Uses of RIBean in org.jboss.weld.bean.builtin.ee
 

Subclasses of RIBean in org.jboss.weld.bean.builtin.ee
 class AbstractEEBean<T>
           
 class DefaultValidatorBean
           
 class DefaultValidatorFactoryBean
           
 class EEResourceProducerField<X,T>
           
 class PrincipalBean
           
 class UserTransactionBean
           
 

Uses of RIBean in org.jboss.weld.bootstrap
 

Methods in org.jboss.weld.bootstrap that return types with arguments of type RIBean
 Set<? extends RIBean<?>> BeanDeployerEnvironment.getBeans()
           
 

Methods in org.jboss.weld.bootstrap with parameters of type RIBean
protected
<T,X> void
ExtensionBeanDeployer.createObserverMethod(RIBean<X> declaringBean, BeanManagerImpl beanManager, WeldMethod<T,? super X> method, Set<ObserverMethodImpl<?,?>> observerMethods)
           
protected
<T,X> void
AbstractBeanDeployer.createObserverMethod(RIBean<X> declaringBean, WeldMethod<T,? super X> method)
           
protected
<X> void
ExtensionBeanDeployer.createObserverMethods(RIBean<X> declaringBean, BeanManagerImpl beanManager, WeldClass<? super X> annotatedClass, Set<ObserverMethodImpl<?,?>> observerMethods)
           
protected
<X> void
AbstractBeanDeployer.createObserverMethods(RIBean<X> declaringBean, WeldClass<? super X> annotatedClass)
           
 

Method parameters in org.jboss.weld.bootstrap with type arguments of type RIBean
 void Validator.validateBeans(Collection<? extends javax.enterprise.inject.spi.Bean<?>> beans, Collection<RIBean<?>> specializedBeans, BeanManagerImpl manager)
           
 void Validator.validateDecorators(Collection<? extends javax.enterprise.inject.spi.Decorator<?>> beans, Collection<RIBean<?>> specializedBeans, BeanManagerImpl manager)
           
 

Uses of RIBean in org.jboss.weld.event
 

Fields in org.jboss.weld.event declared as RIBean
protected  RIBean<X> ObserverMethodImpl.declaringBean
           
 

Methods in org.jboss.weld.event that return RIBean
 RIBean<X> ObserverMethodImpl.getDeclaringBean()
           
 

Methods in org.jboss.weld.event with parameters of type RIBean
static
<T,X> ObserverMethodImpl<T,X>
ObserverFactory.create(WeldMethod<T,? super X> method, RIBean<X> declaringBean, BeanManagerImpl manager)
          Creates an observer
 

Constructors in org.jboss.weld.event with parameters of type RIBean
ObserverMethodImpl(WeldMethod<T,? super X> observer, RIBean<X> declaringBean, BeanManagerImpl manager)
          Creates an Observer which describes and encapsulates an observer method (8.5).
 



Copyright © 2013 Seam Framework. All Rights Reserved.