| 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 |
|---|---|
InvocationContext |
DefaultInvocationContextFactory.newInvocationContext(InterceptionChain chain,
java.lang.Object o,
java.lang.reflect.Method method,
java.lang.Object timer) |
InvocationContext |
DefaultInvocationContextFactory.newInvocationContext(InterceptionChain chain,
java.lang.Object o,
java.lang.reflect.Method method,
java.lang.Object[] args) |
| 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) |
| Modifier and Type | Method and Description |
|---|---|
InvocationContext |
InvocationContextFactory.newInvocationContext(InterceptionChain chain,
java.lang.Object o,
java.lang.reflect.Method method,
java.lang.Object timer) |
InvocationContext |
InvocationContextFactory.newInvocationContext(InterceptionChain chain,
java.lang.Object o,
java.lang.reflect.Method method,
java.lang.Object[] args) |
Copyright © 2013 Seam Framework. All Rights Reserved.