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 FilterChain
Route. getFilterChain()
Methods in ninja with parameters of type FilterChain Modifier and Type Method Description Result
AuthenticityFilter. filter(FilterChain filterChain, Context context)
Result
BasicAuthFilter. filter(FilterChain chain, Context context)
Result
Filter. filter(FilterChain filterChain, Context context)
Filter the request.Result
SecureFilter. filter(FilterChain chain, Context context)
Constructors in ninja with parameters of type FilterChain Constructor Description Route(String httpMethod, String uri, Method controllerMethod, FilterChain filterChain)
-