T - public interface Instantiator<T>
DefaultInstantiator or SubclassedComponentInstantiator.| Modifier and Type | Method and Description |
|---|---|
boolean |
hasDecoratorSupport()
Indicates whether instances created by this Instantiator support decorators.
|
boolean |
hasInterceptorSupport()
Indicates whether instances created by this Instantiator support interception.
|
T |
newInstance(CreationalContext<T> ctx,
BeanManagerImpl manager) |
T newInstance(CreationalContext<T> ctx, BeanManagerImpl manager)
boolean hasInterceptorSupport()
boolean hasDecoratorSupport()
Copyright © 2012 Seam Framework. All Rights Reserved.