| Package | Description |
|---|---|
| ninja |
| Modifier and Type | Method and Description |
|---|---|
FilterChain |
Route.getFilterChain() |
| Modifier and Type | Method and Description |
|---|---|
Result |
SecureFilter.filter(FilterChain chain,
Context context) |
Result |
Filter.filter(FilterChain filterChain,
Context context)
Filter the request.
|
| Constructor and Description |
|---|
Route(String httpMethod,
String uri,
Class controllerClass,
Method controllerMethod,
FilterChain filterChain) |
Copyright © 2013. All Rights Reserved.