Uses of Interface
cn.sliew.milky.common.filter.ActionListener
-
Packages that use ActionListener Package Description cn.sliew.milky.common.filter -
-
Uses of ActionListener in cn.sliew.milky.common.filter
Classes in cn.sliew.milky.common.filter that implement ActionListener Modifier and Type Class Description classDelegatingActionListener<Response>Methods in cn.sliew.milky.common.filter with parameters of type ActionListener Modifier and Type Method Description voidActionFilter. 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 theActionListeneror by continuing the execution through the givenchainvoidActionFilterChain. proceed(Request request, ActionListener<Response> listener)Continue processing the request.voidDefaultFilterChain. proceed(Request request, ActionListener<Response> listener)static RunnableActionListener. wrap(Runnable runnable, ActionListener listener)static <T> Callable<T>ActionListener. wrap(Callable<T> callable, ActionListener<T> listener)Constructors in cn.sliew.milky.common.filter with parameters of type ActionListener Constructor Description DelegatingActionListener(ActionListener<Response> delegate)
-