Uses of Interface
org.jboss.weld.interceptor.spi.context.InterceptionChain

Packages that use InterceptionChain
org.jboss.weld.interceptor.proxy   
org.jboss.weld.interceptor.spi.context   
 

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

Classes in org.jboss.weld.interceptor.proxy that implement InterceptionChain
 class SimpleInterceptionChain
           
 

Methods in org.jboss.weld.interceptor.proxy with parameters of type InterceptionChain
 javax.interceptor.InvocationContext DefaultInvocationContextFactory.newInvocationContext(InterceptionChain chain, Object o, Method method, Object timer)
           
 javax.interceptor.InvocationContext DefaultInvocationContextFactory.newInvocationContext(InterceptionChain chain, Object o, Method method, Object[] args)
           
 

Constructors in org.jboss.weld.interceptor.proxy with parameters of type InterceptionChain
InterceptorInvocationContext(InterceptionChain interceptionChain, Object target, Method targetMethod, Object timer)
           
InterceptorInvocationContext(InterceptionChain interceptionChain, Object target, Method targetMethod, Object[] parameters)
           
 

Uses of InterceptionChain in org.jboss.weld.interceptor.spi.context
 

Methods in org.jboss.weld.interceptor.spi.context with parameters of type InterceptionChain
 javax.interceptor.InvocationContext InvocationContextFactory.newInvocationContext(InterceptionChain chain, Object o, Method method, Object timer)
           
 javax.interceptor.InvocationContext InvocationContextFactory.newInvocationContext(InterceptionChain chain, Object o, Method method, Object[] args)
           
 



Copyright © 2013 Seam Framework. All Rights Reserved.