| Package | Description |
|---|---|
| org.jboss.weld.interceptor.proxy | |
| org.jboss.weld.interceptor.spi.context |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleInterceptionChain |
| Modifier and Type | Method and Description |
|---|---|
javax.interceptor.InvocationContext |
DefaultInvocationContextFactory.newInvocationContext(InterceptionChain chain,
java.lang.Object o,
java.lang.reflect.Method method,
java.lang.Object timer) |
javax.interceptor.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.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 |
|---|---|
javax.interceptor.InvocationContext |
InvocationContextFactory.newInvocationContext(InterceptionChain chain,
java.lang.Object o,
java.lang.reflect.Method method,
java.lang.Object timer) |
javax.interceptor.InvocationContext |
InvocationContextFactory.newInvocationContext(InterceptionChain chain,
java.lang.Object o,
java.lang.reflect.Method method,
java.lang.Object[] args) |
Copyright © 2014 Seam Framework. All Rights Reserved.