public interface ActionFilter<Request,Response>
| 限定符和类型 | 方法和说明 |
|---|---|
void |
apply(Request request,
ActionListener<Response> listener,
ActionFilterChain<Request,Response> chain)
Enables filtering the execution of an action on the request side, either by sending a response through the
ActionListener or by continuing the execution through the given chain |
int |
order()
The position of the filter in the chain.
|
int order()
void apply(Request request, ActionListener<Response> listener, ActionFilterChain<Request,Response> chain)
ActionListener or by continuing the execution through the given chainCopyright © 2021. All rights reserved.