| Interface | Description |
|---|---|
| ContentTypes | |
| Context | |
| Context.Impl | |
| Filter |
A simple filter that can be applied to controller methods or while classes.
|
| FilterChain |
A filter chain
|
| Ninja |
The main entry class for the framework.
|
| NinjaModule |
That is virtually the main() class of your Application.
|
| NinjaModuleRegistry | |
| 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 | |
| NinjaImpl |
Main implementation of the ninja framework.
|
| NinjaModuleRegistryImpl | |
| 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 © 2013. All Rights Reserved.