public class SimpleInterceptionChain extends Object implements InterceptionChain
| Constructor and Description |
|---|
SimpleInterceptionChain(Collection<InterceptorInvocation> interceptorInvocations,
Object target,
Method targetMethod) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNextInterceptor() |
Object |
invokeNextInterceptor(javax.interceptor.InvocationContext invocationContext) |
public SimpleInterceptionChain(Collection<InterceptorInvocation> interceptorInvocations, Object target, Method targetMethod)
public Object invokeNextInterceptor(javax.interceptor.InvocationContext invocationContext) throws Throwable
invokeNextInterceptor in interface InterceptionChainThrowablepublic boolean hasNextInterceptor()
hasNextInterceptor in interface InterceptionChainCopyright © 2014 Seam Framework. All Rights Reserved.