| 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,
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,
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 © 2014 Seam Framework. All Rights Reserved.