Uses of Interface
ninja.FilterChain

Packages that use FilterChain
filters   
ninja   
 

Uses of FilterChain in filters
 

Methods in filters with parameters of type FilterChain
 Result TeaPotFilter.filter(FilterChain chain, Context context)
           
 Result LoggerFilter.filter(FilterChain chain, Context context)
           
 

Uses of FilterChain in ninja
 

Methods in ninja that return FilterChain
 FilterChain Route.getFilterChain()
           
 

Methods in ninja with parameters of type FilterChain
 Result SecureFilter.filter(FilterChain chain, Context context)
           
 Result Filter.filter(FilterChain filterChain, Context context)
          Filter the request.
 

Constructors in ninja with parameters of type FilterChain
Route(String httpMethod, String uri, Class controllerClass, Method controllerMethod, FilterChain filterChain)
           
 



Copyright © 2012. All Rights Reserved.