Uses of Interface
org.apache.webbeans.component.OwbBean
-
Packages that use OwbBean Package Description org.apache.webbeans.component org.apache.webbeans.component.third org.apache.webbeans.config org.apache.webbeans.configurator org.apache.webbeans.context.control -
-
Uses of OwbBean in org.apache.webbeans.component
Classes in org.apache.webbeans.component that implement OwbBean Modifier and Type Class Description classAbstractOwbBean<T>Abstract implementation of theOwbBeancontract.classAbstractProducerBean<T>Abstract class for producer components.classBeanManagerBeanclassBeanMetadataBean<T>Implicit metadata bean definition.classBuiltInOwbBean<T>classCdiInterceptorBean<T>InterceptorBean implementation for CDI-style Beans.classConversationBeanConversation bean implementation.classDecoratorBean<T>Decorator Bean implementation.classDecoratorMetadataBean<T>Implicit metadata bean definition.classEjbInterceptorBean<T>InterceptorBean implementation for EJB-style Beans.classEventBean<T>Implicit observable bean definition.classEventMetadataBeanImplicit event metadata bean definition.classExtensionBean<T>Extension service bean definition.classInjectionPointBeanclassInjectionTargetBean<T>Abstract class for injection target beans.classInstanceBean<T>classInterceptedOrDecoratedBeanMetadataBean<T>Implicit metadata bean definition.classInterceptionFactoryBeanclassInterceptorBean<T>AbstractInterceptorBean implementation.classInterceptorMetadataBean<T>Implicit metadata bean definition.classManagedBean<T>Managed bean implementation of theBean.classPrincipalBeanclassProducerAwareInjectionTargetBean<T>classProducerFieldBean<T>Defines the producer field component implementation.classProducerMethodBean<T>Concrete implementation of theAbstractOwbBean.classResourceBean<X,T extends Annotation>classSelfInterceptorBean<T>Implicit self-interceptor Bean implementation. -
Uses of OwbBean in org.apache.webbeans.component.third
Classes in org.apache.webbeans.component.third that implement OwbBean Modifier and Type Class Description classPassivationCapableThirdpartyBeanImpl<T>classThirdpartyBeanImpl<T> -
Uses of OwbBean in org.apache.webbeans.config
Methods in org.apache.webbeans.config with parameters of type OwbBean Modifier and Type Method Description <T> voidDeploymentValidationService. validatePassivationCapable(OwbBean<T> bean)If bean is passivation capable, it validate all of its dependencies.jakarta.enterprise.inject.UnproxyableResolutionExceptionDeploymentValidationService. validateProxyable(OwbBean<?> bean, boolean ignoreFinalMethods)Checks the unproxyable condition. -
Uses of OwbBean in org.apache.webbeans.configurator
Classes in org.apache.webbeans.configurator that implement OwbBean Modifier and Type Class Description classBeanConfiguratorImpl.ConstructedBean1:1 with the BeanConfigurator.classBeanConfiguratorImpl.ConstructedPrioritizedBean -
Uses of OwbBean in org.apache.webbeans.context.control
Classes in org.apache.webbeans.context.control that implement OwbBean Modifier and Type Class Description classRequestContextControllerBean
-