| Modifier and Type | Class and Description |
|---|---|
class |
AbstractOwbBean<T>
Abstract implementation of the
OwbBean contract. |
class |
AbstractProducerBean<T>
Abstract class for producer components.
|
class |
BeanManagerBean |
class |
BeanMetadataBean<T>
Implicit metadata bean definition.
|
class |
BuiltInOwbBean<T> |
class |
CdiInterceptorBean<T>
Interceptor
Bean implementation for CDI-style Beans. |
class |
ConversationBean
Conversation bean implementation.
|
class |
DecoratorBean<T>
Decorator Bean implementation.
|
class |
DecoratorMetadataBean<T>
Implicit metadata bean definition.
|
class |
EjbInterceptorBean<T>
Interceptor Bean implementation for EJB-style Beans. |
class |
EventBean<T>
Implicit observable bean definition.
|
class |
EventMetadataBean
Implicit event metadata bean definition.
|
class |
ExtensionBean<T>
Extension service bean definition.
|
class |
InjectionPointBean |
class |
InjectionTargetBean<T>
Abstract class for injection target beans.
|
class |
InstanceBean<T> |
class |
InterceptedOrDecoratedBeanMetadataBean<T>
Implicit metadata bean definition.
|
class |
InterceptionFactoryBean |
class |
InterceptorBean<T>
Abstract
Interceptor Bean implementation. |
class |
InterceptorMetadataBean<T>
Implicit metadata bean definition.
|
class |
ManagedBean<T>
Managed bean implementation of the
Bean. |
class |
NewManagedBean<T>
Component definition with
New binding annotation. |
class |
PrincipalBean |
class |
ProducerAwareInjectionTargetBean<T> |
class |
ProducerFieldBean<T>
Defines the producer field component implementation.
|
class |
ProducerMethodBean<T>
Concrete implementation of the
AbstractOwbBean. |
class |
ResourceBean<X,T extends Annotation> |
class |
SelfInterceptorBean<T>
Implicit self-interceptor Bean implementation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PassivationCapableThirdpartyBeanImpl<T> |
class |
ThirdpartyBeanImpl<T> |
| Modifier and Type | Method and Description |
|---|---|
<T> void |
DeploymentValidationService.validatePassivationCapable(OwbBean<T> bean)
If bean is passivation capable, it validate all of its dependencies.
|
javax.enterprise.inject.UnproxyableResolutionException |
DeploymentValidationService.validateProxyable(OwbBean<?> bean,
boolean ignoreFinalMethods)
Checks the unproxyable condition.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BeanConfiguratorImpl.ConstructedBean
1:1 with the BeanConfigurator.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RequestContextControllerBean |
| Modifier and Type | Method and Description |
|---|---|
<T> NewManagedBean<T> |
WebBeansUtil.createNewComponent(OwbBean<T> bean,
Class<T> type)
New WebBeans component class.
|
Copyright © 2008–2020 The Apache Software Foundation. All rights reserved.