Uses of Class
org.jboss.weld.bean.RIBean
-
Packages that use RIBean 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.bootstrap JBoss, Home of Professional Open Source Copyright 2015, Red Hat, Inc.org.jboss.weld.event JBoss, Home of Professional Open Source Copyright 2015, Red Hat, Inc. -
-
Uses of RIBean in org.jboss.weld.bean
Subclasses of RIBean 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 beanclassDecoratorImpl<T>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 beanclassSessionBean<T>An enterprise bean representationMethods in org.jboss.weld.bean with parameters of type RIBean Modifier and Type Method Description static <T> TContextualInstance. get(RIBean<T> bean, BeanManagerImpl manager, javax.enterprise.context.spi.CreationalContext<?> ctx)static <T> TContextualInstance. getIfExists(RIBean<T> bean, BeanManagerImpl manager) -
Uses of RIBean in org.jboss.weld.bean.builtin
Subclasses of RIBean 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 RIBean in org.jboss.weld.bean.builtin.ee
Subclasses of RIBean 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 RIBean in org.jboss.weld.bootstrap
Methods in org.jboss.weld.bootstrap that return types with arguments of type RIBean Modifier and Type Method Description Set<? extends RIBean<?>>BeanDeployerEnvironment. getBeans()Methods in org.jboss.weld.bootstrap with parameters of type RIBean Modifier and Type Method Description protected <T,X>
voidExtensionBeanDeployer. createObserverMethod(RIBean<X> declaringBean, BeanManagerImpl beanManager, EnhancedAnnotatedMethod<T,? super X> method, Set<ObserverInitializationContext<?,?>> observerMethodInitializers)protected <X> voidExtensionBeanDeployer. createObserverMethods(RIBean<X> declaringBean, BeanManagerImpl beanManager, EnhancedAnnotatedType<? super X> annotatedClass, Set<ObserverInitializationContext<?,?>> observerMethodInitializers)voidAbstractBeanDeployer. fireBeanEvents(RIBean<?> bean) -
Uses of RIBean in org.jboss.weld.event
Fields in org.jboss.weld.event declared as RIBean Modifier and Type Field Description protected RIBean<X>ObserverMethodImpl. declaringBeanMethods in org.jboss.weld.event that return RIBean Modifier and Type Method Description RIBean<X>ObserverMethodImpl. getDeclaringBean()Methods in org.jboss.weld.event with parameters of type RIBean Modifier and Type Method Description static <T,X>
ObserverMethodImpl<T,X>ObserverFactory. create(EnhancedAnnotatedMethod<T,? super X> method, RIBean<X> declaringBean, BeanManagerImpl manager)Creates an observerprotected StringObserverMethodImpl. createId(EnhancedAnnotatedMethod<?,?> observer, RIBean<?> declaringBean)protected StringExtensionObserverMethodImpl. createTypeId(RIBean<?> declaringBean)protected StringObserverMethodImpl. createTypeId(RIBean<?> declaringBean)protected MethodInjectionPoint<T,? super X>ExtensionObserverMethodImpl. initMethodInjectionPoint(EnhancedAnnotatedMethod<T,? super X> observer, RIBean<X> declaringBean, BeanManagerImpl manager)protected MethodInjectionPoint<T,? super X>ObserverMethodImpl. initMethodInjectionPoint(EnhancedAnnotatedMethod<T,? super X> observer, RIBean<X> declaringBean, BeanManagerImpl manager)Constructors in org.jboss.weld.event with parameters of type RIBean Constructor Description ExtensionObserverMethodImpl(EnhancedAnnotatedMethod<T,? super X> observer, RIBean<X> declaringBean, BeanManagerImpl manager)ObserverMethodImpl(EnhancedAnnotatedMethod<T,? super X> observer, RIBean<X> declaringBean, BeanManagerImpl manager)Creates an Observer which describes and encapsulates an observer method (8.5).
-