org.jboss.weld.bean.interceptor
Class WeldInterceptorInstantiator<T>

java.lang.Object
  extended by 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

Constructor Summary
WeldInterceptorInstantiator(BeanManagerImpl manager, javax.enterprise.context.spi.CreationalContext<T> creationalContext)
           
 
Method Summary
 T createFor(InterceptorReference<Object> interceptorReference)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WeldInterceptorInstantiator

public WeldInterceptorInstantiator(BeanManagerImpl manager,
                                   javax.enterprise.context.spi.CreationalContext<T> creationalContext)
Method Detail

createFor

public T createFor(InterceptorReference<Object> interceptorReference)
Specified by:
createFor in interface InterceptorInstantiator<T,Object>


Copyright © 2013 Seam Framework. All Rights Reserved.