public interface ActionFilterChain
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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–2016. All rights reserved.