Package | Description |
---|---|
org.jboss.weld.interceptor.chain | |
org.jboss.weld.interceptor.proxy | |
org.jboss.weld.interceptor.spi.context |
Modifier and Type | Class and Description |
---|---|
class |
AbstractInterceptionChain |
Modifier and Type | Class and Description |
---|---|
class |
SimpleInterceptionChain |
Modifier and Type | Method and Description |
---|---|
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) |
Constructor and Description |
---|
InterceptorInvocationContext(InterceptionChain interceptionChain,
Constructor<?> constructor,
Object[] parameters,
Map<String,Object> contextData) |
InterceptorInvocationContext(InterceptionChain interceptionChain,
Object target,
Method targetMethod,
Object timer) |
InterceptorInvocationContext(InterceptionChain interceptionChain,
Object target,
Method targetMethod,
Object[] parameters) |
Modifier and Type | Method and Description |
---|---|
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.