public class ChainedInterceptor extends Object implements Interceptor
| Constructor and Description |
|---|
ChainedInterceptor(List<Interceptor> interceptors) |
| Modifier and Type | Method and Description |
|---|---|
String |
intercept(InterceptorChain chain)
The intercept method of the Interceptor is called by the dispatcher when an action is passed through the chain.
|
public ChainedInterceptor(List<Interceptor> interceptors)
public String intercept(InterceptorChain chain) throws Exception
Interceptorintercept in interface Interceptorchain - the interceptor chain that contains the next interceptor and the ultimate actionException - if something goes wrongCopyright © 2013 Atlassian. All Rights Reserved.