Uses of Interface
org.jboss.weld.interceptor.spi.model.InterceptionModel

Packages that use InterceptionModel
org.jboss.weld.bean.interceptor   
org.jboss.weld.interceptor.builder   
org.jboss.weld.interceptor.proxy   
org.jboss.weld.manager   
 

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

Constructors in org.jboss.weld.bean.interceptor with parameters of type InterceptionModel
InterceptorBindingsAdapter(InterceptionModel<ClassMetadata<?>,?> interceptionModel)
           
 

Uses of InterceptionModel in org.jboss.weld.interceptor.builder
 

Subinterfaces of InterceptionModel in org.jboss.weld.interceptor.builder
 interface BuildableInterceptionModel<T,I>
          An interception model that can be manipulated by the builder.
 

Methods in org.jboss.weld.interceptor.builder that return InterceptionModel
 InterceptionModel<T,I> InterceptionModelBuilder.build()
           
 

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

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

Uses of InterceptionModel in org.jboss.weld.manager
 

Methods in org.jboss.weld.manager that return types with arguments of type InterceptionModel
 Map<Class<?>,InterceptionModel<ClassMetadata<?>,?>> BeanManagerImpl.getInterceptorModelRegistry()
           
 



Copyright © 2013 Seam Framework. All Rights Reserved.