public abstract class AbstractInterceptionChain extends java.lang.Object implements InterceptionChain
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractInterceptionChain(java.util.Collection<InterceptorInvocation> interceptorInvocations) |
protected |
AbstractInterceptionChain(InterceptorInvocation interceptorInvocation) |
protected |
AbstractInterceptionChain(java.lang.Object instance,
java.lang.reflect.Method method,
java.lang.Object[] args,
InterceptionType interceptionType,
InterceptionContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNextInterceptor() |
protected abstract java.lang.Object |
interceptorChainCompleted(InvocationContext invocationContext) |
protected java.lang.Object |
invokeNext(InvocationContext invocationContext) |
java.lang.Object |
invokeNextInterceptor(InvocationContext invocationContext) |
protected AbstractInterceptionChain(java.lang.Object instance,
java.lang.reflect.Method method,
java.lang.Object[] args,
InterceptionType interceptionType,
InterceptionContext ctx)
protected AbstractInterceptionChain(java.util.Collection<InterceptorInvocation> interceptorInvocations)
protected AbstractInterceptionChain(InterceptorInvocation interceptorInvocation)
public java.lang.Object invokeNextInterceptor(InvocationContext invocationContext) throws java.lang.Exception
invokeNextInterceptor in interface InterceptionChainjava.lang.Exceptionprotected java.lang.Object invokeNext(InvocationContext invocationContext) throws java.lang.Exception
java.lang.Exceptionprotected abstract java.lang.Object interceptorChainCompleted(InvocationContext invocationContext) throws java.lang.Exception
java.lang.Exceptionpublic boolean hasNextInterceptor()
hasNextInterceptor in interface InterceptionChainCopyright © 2013 Seam Framework. All Rights Reserved.