public class ProxyDecoratorApplyingSessionBeanInstantiator<T> extends AbstractDecoratorApplyingInstantiator<T>
| Constructor and Description |
|---|
ProxyDecoratorApplyingSessionBeanInstantiator(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, getDelegate, getOuterDelegate, getProxyClass, hasDecoratorSupport, hasInterceptorSupport, newInstance, registerOuterDecoratorprotected T applyDecorators(T instance, CreationalContext<T> creationalContext, InjectionPoint originalInjectionPoint, BeanManagerImpl manager)
applyDecorators in class AbstractDecoratorApplyingInstantiator<T>Copyright © 2012 Seam Framework. All Rights Reserved.