org.jboss.weld.bean.interceptor
Class WeldInterceptorInstantiator<T>
java.lang.Object
org.jboss.weld.bean.interceptor.WeldInterceptorInstantiator<T>
- Type Parameters:
T
-
- All Implemented Interfaces:
- InterceptorInstantiator<T,Object>
public class WeldInterceptorInstantiator<T>
- extends Object
- implements InterceptorInstantiator<T,Object>
- Author:
- Marius Bogoevici
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WeldInterceptorInstantiator
public WeldInterceptorInstantiator(BeanManagerImpl manager,
javax.enterprise.context.spi.CreationalContext<T> creationalContext)
createFor
public T createFor(InterceptorReference<Object> interceptorReference)
- Specified by:
createFor
in interface InterceptorInstantiator<T,Object>
Copyright © 2013 Seam Framework. All Rights Reserved.