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 InterceptionChain
Throwable
public boolean hasNextInterceptor()
hasNextInterceptor
in interface InterceptionChain
Copyright © 2013 Seam Framework. All rights reserved.