Uses of Interface
org.jboss.weld.interceptor.spi.instance.InterceptorInstantiator

Packages that use InterceptorInstantiator
org.jboss.weld.bean.interceptor   
org.jboss.weld.interceptor.proxy   
 

Uses of InterceptorInstantiator in org.jboss.weld.bean.interceptor
 

Classes in org.jboss.weld.bean.interceptor that implement InterceptorInstantiator
 class WeldInterceptorInstantiator<T>
           
 

Uses of InterceptorInstantiator in org.jboss.weld.interceptor.proxy
 

Constructors in org.jboss.weld.interceptor.proxy with parameters of type InterceptorInstantiator
InterceptorMethodHandler(Object targetInstance, ClassMetadata<?> targetClassMetadata, InterceptionModel<ClassMetadata<?>,?> interceptionModel, InterceptorInstantiator<?,?> interceptorInstantiator, InvocationContextFactory invocationContextFactory)
           
InterceptorProxyCreatorImpl(InterceptorInstantiator<?,?> interceptorInstantiator, InvocationContextFactory invocationContextFactory, InterceptionModel<ClassMetadata<?>,?> interceptionModel)
           
 



Copyright © 2013 Seam Framework. All Rights Reserved.