| 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 | |
| UsernamePasswordValidator |
Defines a validator for authentication filters like ninja.BasicAuthFilter.
|
| Class | Description |
|---|---|
| AssetsController |
This controller serves public resources under /assets.
|
| AssetsControllerHelper | |
| AsyncResult |
An async result
|
| AuthenticityFilter | |
| BasicAuthFilter |
A Ninja filter that implements HTTP BASIC Authentication.
|
| Bootstrap |
Bootstrap for a Ninja application.
|
| 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 © 2016 ninjaframework. All Rights Reserved.