Interface | Description |
---|---|
ContentTypes | |
Context | |
Context.Impl |
Impl is used to hide stuff that a user should not see on
code completion.
|
Filter |
A simple filter that can be applied to controller methods or while classes.
|
FilterChain |
A filter chain
|
Ninja | |
Renderable |
Renderables can be returned inside a result.
|
RouteBuilder | |
Router |
Class | Description |
---|---|
AssetsController |
This controller serves public resources under /public
|
AsyncResult |
An async result
|
Configuration |
The basic configuration of the main ninja framework.
|
Cookie |
An HTTP cookie
|
Cookie.Builder | |
NinjaDefault | |
Result | |
Results |
Convenience methods for the generation of Results.
|
Route |
A route
|
RouterImpl | |
SecureFilter |
A simple default implementation of a SecureFilter.
|
WrappedContext |
A wrapped context.
|
Enum | Description |
---|---|
Context.HTTP_STATUS | Deprecated |
Exception | Description |
---|---|
RoutingException |
Exception thrown when an error in route configuration is found
|
Annotation Type | Description |
---|---|
FilterWith |
A simple annotation that let's you put a filter on a controller method or
class.
|
Copyright © 2014. All Rights Reserved.