| Interface | Description |
|---|---|
| NewBean |
Marker interface for @New beans
|
| WeldDecorator<T> |
Sub-interface of
Decorator that contains metadata information about Weld-deployed
Decorators (including custom decorators). |
| 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
|
| AbstractReceiverBean<X,T,S extends Member> | |
| CustomDecoratorWrapper<T> |
A wrapper for a decorated instance.
|
| DecoratorImpl<T> | |
| DisposalMethod<X,T> | |
| ForwardingBean<T> |
A delegating bean
|
| ForwardingDecorator<T> | |
| InterceptorImpl<T> | |
| ManagedBean<T> |
Represents a simple bean
|
| 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
|
| RIBean<T> |
Abstract base class with functions specific to RI built-in beans
|
| SessionBean<T> |
An enterprise bean representation
|
Copyright © 2014 Seam Framework. All Rights Reserved.