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