| Package | Description |
|---|---|
| webwork.interceptor |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultInterceptorChain
TODO: Document this class / interface here
|
class |
NestedInterceptorChain |
| Modifier and Type | Method and Description |
|---|---|
String |
ChainedInterceptor.intercept(InterceptorChain chain) |
String |
Interceptor.intercept(InterceptorChain chain)
The intercept method of the Interceptor is called by the dispatcher when an action is passed through the chain.
|
| Constructor and Description |
|---|
NestedInterceptorChain(InterceptorChain outerChain,
Iterator<Interceptor> iterator) |
NestedInterceptorChain(InterceptorChain outerChain,
List<Interceptor> interceptors) |
Copyright © 2013 Atlassian. All Rights Reserved.