public interface ActionFilterChain
| Modifier and Type | Method and Description |
|---|---|
void |
proceed(String action,
ActionResponse response,
ActionListener listener)
Continue processing the response.
|
void |
proceed(Task task,
String action,
ActionRequest request,
ActionListener listener)
Continue processing the request.
|
void proceed(Task task, String action, ActionRequest request, ActionListener listener)
listenervoid proceed(String action, ActionResponse response, ActionListener listener)
listenerCopyright © 2009–2017. All rights reserved.