| Package | Description |
|---|---|
| ninja | |
| ninja.template |
| Modifier and Type | Method and Description |
|---|---|
Route |
WrappedContext.getRoute() |
Route |
Context.getRoute()
Get the route for this context
|
Route |
RouterImpl.getRouteFor(java.lang.String httpMethod,
java.lang.String uri) |
Route |
Router.getRouteFor(java.lang.String httpMethod,
java.lang.String uri)
Get the route for the given method and URI
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Route> |
RouterImpl.getRoutes() |
java.util.List<Route> |
Router.getRoutes()
Returns the list of compiled routes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Context.Impl.setRoute(Route route) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
TemplateEngineHelper.getTemplateForResult(Route route,
Result result,
java.lang.String suffix) |
Copyright © 2014 ninjaframework. All Rights Reserved.