public class SessionBeanInstantiator<T> extends Object implements Instantiator<T>
| Constructor and Description |
|---|
SessionBeanInstantiator(EnhancedAnnotatedType<T> type,
SessionBean<T> bean) |
| Modifier and Type | Method and Description |
|---|---|
protected EnterpriseTargetBeanInstance |
createEnterpriseTargetBeanInstance(CreationalContext<T> creationalContext) |
SessionBean<T> |
getBean() |
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) |
public SessionBeanInstantiator(EnhancedAnnotatedType<T> type, SessionBean<T> bean)
public T newInstance(CreationalContext<T> ctx, BeanManagerImpl manager)
newInstance in interface Instantiator<T>protected EnterpriseTargetBeanInstance createEnterpriseTargetBeanInstance(CreationalContext<T> creationalContext)
public boolean hasInterceptorSupport()
InstantiatorhasInterceptorSupport in interface Instantiator<T>public boolean hasDecoratorSupport()
InstantiatorhasDecoratorSupport in interface Instantiator<T>public SessionBean<T> getBean()
Copyright © 2012 Seam Framework. All Rights Reserved.