|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |