| Interface | Description |
|---|---|
| Instantiator<T> |
Implementation of this interface is capable of producing Java objects.
|
| Class | Description |
|---|---|
| AbstractDecoratorApplyingInstantiator<T> |
Common functionality for an instantiator capable of applying decorators to a given instance.
|
| AbstractInjectionTarget<T> | |
| AbstractMemberProducer<X,T> |
Common functionality for
Producers backing producer fields and producer methods. |
| AbstractProducer<T> | |
| DecoratorInjectionTarget<T> |
InjectionTarget implementation used for decorators. |
| DefaultInjectionTarget<T> | |
| DefaultInstantiator<T> |
Creates a new Java object by calling its class constructor.
|
| InjectionTargetInitializationContext<T> |
Carries extended metadata -
EnhancedAnnotatedType for a given InjectionTarget. |
| InjectionTargetService | |
| InterceptionModelInitializer<T> |
Initializes
InterceptionModel for a Bean or a non-contextual component. |
| InterceptorApplyingInstantiator<T> |
A wrapper over
SubclassedComponentInstantiator that registers interceptors within the method handler. |
| ProducerFieldProducer<X,T> |
Producer implementation for producer fields. |
| ProducerMethodProducer<X,T> |
Producer implementation for producer methods. |
| SubclassDecoratorApplyingInstantiator<T> |
A wrapper over
SubclassedComponentInstantiator that registers decorators using the enhanced subclass. |
| SubclassedComponentInstantiator<T> |
Instantiates an enhanced subclass of a given component class.
|
Copyright © 2012 Seam Framework. All Rights Reserved.