|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |