public class SimpleInterceptionChain extends AbstractInterceptionChain
| Constructor and Description |
|---|
SimpleInterceptionChain(Collection<InterceptorInvocation> interceptorInvocations) |
SimpleInterceptionChain(InterceptorInvocation interceptorInvocation) |
SimpleInterceptionChain(Object instance,
Method method,
Object[] args,
InterceptionType interceptionType,
InterceptionContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
interceptorChainCompleted(InvocationContext ctx) |
hasNextInterceptor, invokeNext, invokeNextInterceptorpublic SimpleInterceptionChain(Object instance, Method method, Object[] args, InterceptionType interceptionType, InterceptionContext ctx)
public SimpleInterceptionChain(Collection<InterceptorInvocation> interceptorInvocations)
public SimpleInterceptionChain(InterceptorInvocation interceptorInvocation)
protected Object interceptorChainCompleted(InvocationContext ctx) throws Exception
interceptorChainCompleted in class AbstractInterceptionChainExceptionCopyright © 2013 Seam Framework. All Rights Reserved.