Uses of Interface
ninja.FilterChain
-
Packages that use FilterChain Package Description ninja -
-
Uses of FilterChain in ninja
Methods in ninja that return FilterChain Modifier and Type Method Description FilterChainRoute. getFilterChain()Methods in ninja with parameters of type FilterChain Modifier and Type Method Description ResultAuthenticityFilter. filter(FilterChain filterChain, Context context)ResultBasicAuthFilter. filter(FilterChain chain, Context context)ResultFilter. filter(FilterChain filterChain, Context context)Filter the request.ResultSecureFilter. filter(FilterChain chain, Context context)Constructors in ninja with parameters of type FilterChain Constructor Description Route(String httpMethod, String uri, Method controllerMethod, FilterChain filterChain)
-