| Package | Description |
|---|---|
| webwork.interceptor |
| Modifier and Type | Class and Description |
|---|---|
class |
ChainedInterceptor |
| Modifier and Type | Method and Description |
|---|---|
Interceptor |
InterceptorFactory.createInterceptorFor(Action action) |
Interceptor |
ChainedInterceptorFactory.createInterceptorFor(Action action) |
| Constructor and Description |
|---|
DefaultInterceptorChain(Action action,
Interceptor... interceptors) |
| Constructor and Description |
|---|
ChainedInterceptor(List<Interceptor> interceptors) |
DefaultInterceptorChain(Action action,
List<Interceptor> iteratorList) |
NestedInterceptorChain(InterceptorChain outerChain,
Iterator<Interceptor> iterator) |
NestedInterceptorChain(InterceptorChain outerChain,
List<Interceptor> interceptors) |
Copyright © 2013 Atlassian. All Rights Reserved.