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