public interface Interceptor
| 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.
|
String intercept(InterceptorChain chain) throws Exception
chain - the interceptor chain that contains the next interceptor and the ultimate actionException - if something goes wrongCopyright © 2013 Atlassian. All Rights Reserved.