| 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,
Object o,
Method method,
Object timer) |
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 |
|---|---|
InvocationContext |
InvocationContextFactory.newInvocationContext(InterceptionChain chain,
Object o,
Method method,
Object timer) |
InvocationContext |
InvocationContextFactory.newInvocationContext(InterceptionChain chain,
Object o,
Method method,
Object[] args) |
Copyright © 2014 Seam Framework. All Rights Reserved.