public class SimpleInterceptionChain extends AbstractInterceptionChain
| Constructor and Description |
|---|
SimpleInterceptionChain(InterceptorInvocation interceptorInvocation) |
SimpleInterceptionChain(List<InterceptorClassMetadata<?>> interceptorMetadata,
InterceptionContext ctx,
InterceptionType interceptionType) |
SimpleInterceptionChain(Object instance,
Method method,
Object[] args,
InterceptionType interceptionType,
InterceptionContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
interceptorChainCompleted(InvocationContext ctx) |
hasNextInterceptor, invokeNext, invokeNextInterceptorpublic SimpleInterceptionChain(Object instance, Method method, Object[] args, InterceptionType interceptionType, InterceptionContext ctx)
public SimpleInterceptionChain(InterceptorInvocation interceptorInvocation)
public SimpleInterceptionChain(List<InterceptorClassMetadata<?>> interceptorMetadata, InterceptionContext ctx, InterceptionType interceptionType)
protected Object interceptorChainCompleted(InvocationContext ctx) throws Exception
interceptorChainCompleted in class AbstractInterceptionChainExceptionCopyright © 2014 Seam Framework. All Rights Reserved.