| Package | Description |
|---|---|
| org.jboss.weld.interceptor.chain | |
| org.jboss.weld.interceptor.proxy |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractInterceptionChain |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleInterceptionChain |
| Constructor and Description |
|---|
InterceptorInvocationContext(InterceptionChain interceptionChain,
java.lang.reflect.Constructor<?> constructor,
java.lang.Object[] parameters,
java.util.Map<java.lang.String,java.lang.Object> contextData) |
InterceptorInvocationContext(InterceptionChain interceptionChain,
java.lang.Object target,
java.lang.reflect.Method targetMethod,
java.lang.Object timer) |
InterceptorInvocationContext(InterceptionChain interceptionChain,
java.lang.Object target,
java.lang.reflect.Method targetMethod,
java.lang.Object[] parameters) |
Copyright © 2014. All Rights Reserved.