public class DefaultInterceptorChain extends Object implements InterceptorChain
| Constructor and Description |
|---|
DefaultInterceptorChain(Action action,
Interceptor... interceptors) |
DefaultInterceptorChain(Action action,
List<Interceptor> iteratorList) |
public DefaultInterceptorChain(Action action, Interceptor... interceptors)
public DefaultInterceptorChain(Action action, List<Interceptor> iteratorList)
public String proceed() throws Exception
proceed in interface InterceptorChainExceptionCopyright © 2013 Atlassian. All Rights Reserved.