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 RouteRouteBuilderImpl. buildRoute(com.google.inject.Injector injector)Build the route.RouteContext. getRoute()Get the route for this contextRouteReverseRouter.Builder. getRoute()RouteWrappedContext. getRoute()RouteRouter. getRouteFor(String httpMethod, String uri)Get the route for the given method and URIRouteRouterImpl. 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 voidContext.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 StringTemplateEngineHelper. 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 RouteAbstractContext. routeMethods in ninja.utils that return Route Modifier and Type Method Description RouteAbstractContext. getRoute()Methods in ninja.utils with parameters of type Route Modifier and Type Method Description voidAbstractContext. setRoute(Route route) -
Uses of Route in ninja.websockets
Methods in ninja.websockets with parameters of type Route Modifier and Type Method Description voidDefaultWebSockets. compileRoute(Route route)voidWebSockets. compileRoute(Route route)Configure the container for the websocket route.
-