Uses of Class
ninja.Route

Packages that use Route
ninja   
ninja.template   
 

Uses of Route in ninja
 

Methods in ninja that return Route
 Route WrappedContext.getRoute()
           
 Route ContextImpl.getRoute()
           
 Route Context.getRoute()
          Get the route for this context
 Route RouterImpl.getRouteFor(String httpMethod, String uri)
           
 Route Router.getRouteFor(String httpMethod, String uri)
          Get the route for the given method and URI
 

Methods in ninja with parameters of type Route
 void ContextImpl.setRoute(Route route)
           
 

Uses of Route in ninja.template
 

Methods in ninja.template with parameters of type Route
 String TemplateEngineHelper.getTemplateForResult(Route route, Result result, String suffix)
           
 



Copyright © 2012. All Rights Reserved.