public class ConstructorInterceptionInstantiator<T> extends ForwardingInstantiator<T>
Instantiator
that takes care of AroundConstruct
interceptor invocation.Constructor and Description |
---|
ConstructorInterceptionInstantiator(Instantiator<T> delegate,
InterceptionModel<ClassMetadata<?>> model) |
Modifier and Type | Method and Description |
---|---|
T |
newInstance(CreationalContext<T> ctx,
BeanManagerImpl manager) |
String |
toString() |
delegate, getConstructor, hasDecoratorSupport, hasInterceptorSupport
public ConstructorInterceptionInstantiator(Instantiator<T> delegate, InterceptionModel<ClassMetadata<?>> model)
public T newInstance(CreationalContext<T> ctx, BeanManagerImpl manager)
newInstance
in interface Instantiator<T>
newInstance
in class ForwardingInstantiator<T>
Copyright © 2013 Seam Framework. All Rights Reserved.