Uses of Class
ninja.Route
-
Packages that use Route Package Description ninja ninja.template ninja.utils ninja.websockets -
-
Uses of Route in ninja
Methods in ninja that return Route Modifier and Type Method Description Route
RouteBuilderImpl. buildRoute(com.google.inject.Injector injector)
Build the route.Route
Context. getRoute()
Get the route for this contextRoute
ReverseRouter.Builder. getRoute()
Route
WrappedContext. getRoute()
Route
Router. getRouteFor(String httpMethod, String uri)
Get the route for the given method and URIRoute
RouterImpl. getRouteFor(String httpMethod, String uri)
Methods in ninja that return types with arguments of type Route Modifier and Type Method Description Optional<Route>
Router. getRouteForControllerClassAndMethod(Class<?> controllerClass, String controllerMethodName)
Optional<Route>
RouterImpl. getRouteForControllerClassAndMethod(Class<?> controllerClass, String controllerMethodName)
List<Route>
Router. getRoutes()
Returns the list of compiled routes.List<Route>
RouterImpl. getRoutes()
Methods in ninja with parameters of type Route Modifier and Type Method Description void
Context.Impl. setRoute(Route route)
Constructors in ninja with parameters of type Route Constructor Description Builder(String contextPath, Route route)
-
Uses of Route in ninja.template
Methods in ninja.template with parameters of type Route Modifier and Type Method Description String
TemplateEngineHelper. getTemplateForResult(Route route, Result result, String suffix)
-
Uses of Route in ninja.utils
Fields in ninja.utils declared as Route Modifier and Type Field Description protected Route
AbstractContext. route
Methods in ninja.utils that return Route Modifier and Type Method Description Route
AbstractContext. getRoute()
Methods in ninja.utils with parameters of type Route Modifier and Type Method Description void
AbstractContext. setRoute(Route route)
-
Uses of Route in ninja.websockets
Methods in ninja.websockets with parameters of type Route Modifier and Type Method Description void
DefaultWebSockets. compileRoute(Route route)
void
WebSockets. compileRoute(Route route)
Configure the container for the websocket route.
-