| Interface | Description |
|---|---|
| ContentTypes | |
| Context | |
| Context.Impl |
Impl is used to hide stuff that a user should not see on
code completion.
|
| ControllerMethods.ControllerMethod |
Marker interface that all functional interfaces will extend.
|
| ControllerMethods.ControllerMethod0 | |
| ControllerMethods.ControllerMethod1<A> | |
| ControllerMethods.ControllerMethod10<A,B,C,D,E,F,G,H,I,J> | |
| ControllerMethods.ControllerMethod11<A,B,C,D,E,F,G,H,I,J,K> | |
| ControllerMethods.ControllerMethod12<A,B,C,D,E,F,G,H,I,J,K,L> | |
| ControllerMethods.ControllerMethod13<A,B,C,D,E,F,G,H,I,J,K,L,M> | |
| ControllerMethods.ControllerMethod14<A,B,C,D,E,F,G,H,I,J,K,L,M,N> | |
| ControllerMethods.ControllerMethod15<A,B,C,D,E,F,G,H,I,J,K,L,M,N,O> | |
| ControllerMethods.ControllerMethod2<A,B> | |
| ControllerMethods.ControllerMethod3<A,B,C> | |
| ControllerMethods.ControllerMethod4<A,B,C,D> | |
| ControllerMethods.ControllerMethod5<A,B,C,D,E> | |
| ControllerMethods.ControllerMethod6<A,B,C,D,E,F> | |
| ControllerMethods.ControllerMethod7<A,B,C,D,E,F,G> | |
| ControllerMethods.ControllerMethod8<A,B,C,D,E,F,G,H> | |
| ControllerMethods.ControllerMethod9<A,B,C,D,E,F,G,H,I> | |
| 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.
|
| WithControllerMethod<T> |
Interface that exposes multiple with methods that accept a large number of
various argument combinations.
|
| 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.
|
| ControllerMethods |
Functional interfaces for Ninja controller methods accepting up to X
number of arguments with type inference.
|
| Cookie |
An HTTP cookie
|
| Cookie.Builder | |
| NinjaDefault | |
| Result | |
| Results |
Convenience methods for the generation of Results.
|
| ReverseRouter |
Reverse routing.
|
| ReverseRouter.Builder | |
| Route |
A route
|
| RouteBuilderImpl | |
| RouteParameter |
Parameter in 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 © 2019 ninjaframework. All rights reserved.