Uses of Interface
cn.sliew.milky.common.filter.ActionFilterChain
-
Packages that use ActionFilterChain Package Description cn.sliew.milky.common.filter -
-
Uses of ActionFilterChain in cn.sliew.milky.common.filter
Classes in cn.sliew.milky.common.filter that implement ActionFilterChain Modifier and Type Class Description classDefaultFilterChain<Request,Response>Methods in cn.sliew.milky.common.filter with parameters of type ActionFilterChain 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 givenchain
-