Package | Description |
---|---|
org.jboss.weld.bean | |
org.jboss.weld.bean.builtin | |
org.jboss.weld.bean.builtin.ee | |
org.jboss.weld.util.bean |
Modifier and Type | Class and Description |
---|---|
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 |
AbstractSyntheticBean<T>
Common supertype for
Beans which are created based on extension-provided Producer implementation. |
class |
CommonBean<T>
Common superclass for beans that are identified using id.
|
class |
CustomDecoratorWrapper<T>
A wrapper for a decorated instance.
|
class |
DecoratorImpl<T> |
class |
ForwardingBean<T>
A delegating bean
|
class |
ForwardingDecorator<T> |
class |
ForwardingInterceptor<T>
Delegating implementation of
Interceptor . |
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 |
RIBean<T>
Abstract base class with functions specific to RI built-in beans
|
class |
SessionBean<T>
An enterprise bean representation
|
class |
SyntheticClassBean<T>
Represents a class bean created based on extension-provided
InjectionTarget implementation. |
class |
SyntheticDecorator<T>
Represents a
Decorator created based on extension-provided InjectionTarget implementation. |
class |
SyntheticProducerBean<T,X>
Represents a producer field or producer method created based on extension-provided
Producer implementation. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractBuiltInBean<T> |
class |
AbstractBuiltInMetadataBean<T>
Common superclass for
Bean , Interceptor and Decorator builtin beans. |
class |
AbstractDecorableBuiltInBean<T>
Built-in bean that can be decorated by a
Decorator |
class |
AbstractFacadeBean<T>
The built-in bean for facade objects.
|
class |
AbstractStaticallyDecorableBuiltInBean<T>
A decorated built-in bean for which, unlike
AbstractFacadeBean , decorators only need to be resolved once. |
class |
BeanManagerBean |
class |
BeanManagerImplBean |
class |
BeanMetadataBean
Allows a bean to obtain information about itself.
|
class |
ContextBean<T extends javax.enterprise.context.spi.Context> |
class |
ConversationBean |
class |
DecoratedBeanMetadataBean
Allows a decorator to obtain information about the bean it decorates.
|
class |
DecoratorMetadataBean
Allows a decorator to obtain information about itself.
|
class |
EventBean |
class |
EventMetadataBean
Built-in bean for event metadata.
|
class |
ExtensionBean |
class |
InjectionPointBean
Bean for InjectionPoint metadata
|
class |
InstanceBean |
class |
InterceptedBeanMetadataBean
Allows an interceptor to obtain information about the bean it intercepts.
|
class |
InterceptorMetadataBean
Allows an interceptor to obtain information about itself.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractEEBean<T> |
class |
EEResourceProducerField<X,T> |
class |
HttpServletRequestBean
Built-in bean exposing
HttpServletRequest . |
class |
HttpSessionBean
Built-in bean exposing
HttpSession . |
class |
PrincipalBean |
class |
ServletContextBean
Built-in bean exposing
ServletContext . |
class |
StaticEEResourceProducerField<X,T>
A resource producer field that is static (not injected).
|
class |
UserTransactionBean |
Modifier and Type | Class and Description |
---|---|
class |
IsolatedForwardingBean<T>
Delegating implementation of
Bean . |
static class |
IsolatedForwardingBean.Impl<T> |
class |
IsolatedForwardingDecorator<T>
Delegating implementation of
Decorator . |
static class |
IsolatedForwardingDecorator.Impl<T> |
class |
IsolatedForwardingInterceptor<T>
Delegating implementation of
Interceptor . |
static class |
IsolatedForwardingInterceptor.Impl<T> |
class |
SerializableForwardingBean<T> |
Copyright © 2016. All rights reserved.