Uses of Class
org.jboss.weld.bean.builtin.AbstractBuiltInBean
-
Packages that use AbstractBuiltInBean Package Description org.jboss.weld.bean.builtin org.jboss.weld.bean.builtin.ee org.jboss.weld.bootstrap org.jboss.weld.module -
-
Uses of AbstractBuiltInBean in org.jboss.weld.bean.builtin
Subclasses of AbstractBuiltInBean in org.jboss.weld.bean.builtin Modifier and Type Class Description 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 AbstractBuiltInBean in org.jboss.weld.bean.builtin.ee
Subclasses of AbstractBuiltInBean in org.jboss.weld.bean.builtin.ee Modifier and Type Class Description classAbstractEEBean<T>classPrincipalBean -
Uses of AbstractBuiltInBean in org.jboss.weld.bootstrap
Methods in org.jboss.weld.bootstrap with parameters of type AbstractBuiltInBean Modifier and Type Method Description voidAbstractBeanDeployer. addBuiltInBean(AbstractBuiltInBean<?> bean)voidBeanDeployerEnvironment. addBuiltInBean(AbstractBuiltInBean<?> bean) -
Uses of AbstractBuiltInBean in org.jboss.weld.module
Methods in org.jboss.weld.module with parameters of type AbstractBuiltInBean Modifier and Type Method Description voidWeldModule.PreBeanRegistrationContext. registerBean(AbstractBuiltInBean<?> bean)Register an additional built-in bean with the given bean archive deployment.
-