@Vetoed
See: Description
| Interface | Description |
|---|---|
| DecorableBean<T> |
Marker interface for a
Bean that can have decorators. |
| NewBean |
Marker interface for @New beans
|
| WeldDecorator<T> |
Sub-interface of
Decorator that contains metadata information about Weld-deployed
Decorators (including custom decorators). |
| WrappedContextual<T> |
Marker interface indicating that this Contextual wraps another contextual.
|
| Class | Description |
|---|---|
| AbstractBean<T,S> |
An abstract bean representation common for all beans
|
| AbstractClassBean<T> |
An abstract bean representation common for class-based beans
|
| AbstractProducerBean<X,T,S extends Member> |
The implicit producer bean
|
| AbstractSyntheticBean<T> |
Common supertype for
Beans which are created based on extension-provided Producer implementation. |
| BeanIdentifiers | |
| CommonBean<T> |
Common superclass for beans that are identified using id.
|
| ContextualInstance |
Convenience facade for using
ContextualInstanceStrategy. |
| ContextualInstanceStrategy<T> |
This component allows optimized strategies for obtaining contextual instances of a given bean to be plugged in.
|
| CustomDecoratorWrapper<T> |
A wrapper for a decorated instance.
|
| DecoratorImpl<T> | |
| DisposalMethod<X,T> | |
| ForwardingBean<T> |
A delegating bean
|
| ForwardingDecorator<T> | |
| ForwardingInterceptor<T> |
Delegating implementation of
Interceptor. |
| InterceptorImpl<T> | |
| ManagedBean<T> |
Represents a simple bean
|
| ManagedBeanIdentifier | |
| NewManagedBean<T> |
Represents a @New simple bean
|
| NewSessionBean<T> |
Represents a @New enterprise bean
|
| ProducerField<X,T> |
Represents a producer field
|
| ProducerMethod<X,T> |
Represents a producer method bean
|
| ProducerMethodIdentifier | |
| RIBean<T> |
Abstract base class with functions specific to RI built-in beans
|
| SessionBean<T> |
An enterprise bean representation
|
| StringBeanIdentifier | |
| SyntheticBeanFactory |
Creates a container-provided implementation of the
Bean interfaces based on given BeanAttributes,
Class and Producer implementations. |
| SyntheticClassBean<T> |
Represents a class bean created based on extension-provided
InjectionTarget implementation. |
| SyntheticDecorator<T> |
Represents a
Decorator created based on extension-provided InjectionTarget implementation. |
| SyntheticProducerBean<T,X> |
Represents a producer field or producer method created based on extension-provided
Producer implementation. |
Copyright © 2017. All rights reserved.