Package ninja

Interface Summary
ContentTypes  
Context  
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 Summary
AssetsController This controller serves public resources under /public
AsyncResult An async result
Configuration The basic configuration of the main ninja framework.
ContextImpl  
Cookie An HTTP cookie
Cookie.Builder  
NinjaBootup  
NinjaImpl Main implementation of the ninja framework.
NinjaModuleRegistryImpl  
NinjaServletDispatcher A simple servlet filter that allows us to run Ninja inside any servlet container.
Result  
Results  
Route A route
RouterImpl  
SecureFilter A simple default implementation of a SecureFilter.
WrappedContext A wrapped context.
 

Enum Summary
Context.HTTP_STATUS Deprecated.
 

Exception Summary
RoutingException Exception thrown when an error in route configuration is found
 

Annotation Types Summary
FilterWith A simple annotation that let's you put a filter on a controller method or class.
 



Copyright © 2012. All Rights Reserved.