T - public class SubclassDecoratorApplyingInstantiator<T> extends AbstractDecoratorApplyingInstantiator<T>
SubclassedComponentInstantiator that registers decorators using the enhanced subclass. This is used
for enabling decorators on managed beans.| Constructor and Description |
|---|
SubclassDecoratorApplyingInstantiator(Instantiator<T> delegate,
Bean<T> bean,
List<Decorator<?>> decorators) |
| Modifier and Type | Method and Description |
|---|---|
protected T |
applyDecorators(T instance,
CreationalContext<T> creationalContext,
InjectionPoint originalInjectionPoint,
BeanManagerImpl manager) |
getBean, getDecorators, getOuterDelegate, getProxyClass, hasDecoratorSupport, newInstance, registerOuterDecoratordelegate, getConstructor, hasInterceptorSupportprotected T applyDecorators(T instance, CreationalContext<T> creationalContext, InjectionPoint originalInjectionPoint, BeanManagerImpl manager)
applyDecorators in class AbstractDecoratorApplyingInstantiator<T>Copyright © 2013 Seam Framework. All Rights Reserved.