Package | Description |
---|---|
ninja |
Modifier and Type | Method and Description |
---|---|
String |
Router.getReverseRoute(MethodReference controllerMethodRef)
Deprecated.
Reverse routing in the Router is not validated and does not
URL-escape path or query parameters. Use
ninja.ReverseRouter
to build your reverse routes. |
String |
RouterImpl.getReverseRoute(MethodReference controllerMethodRef) |
String |
Router.getReverseRoute(MethodReference controllerMethodRef,
Map<String,Object> parameterMap)
Deprecated.
Reverse routing in the Router is not validated and does not
URL-escape path or query parameters. Use
ninja.ReverseRouter
to build your reverse routes. |
String |
RouterImpl.getReverseRoute(MethodReference controllerMethodRef,
Map<String,Object> parameterMap) |
String |
Router.getReverseRoute(MethodReference controllerMethodRef,
Object... parameterMap)
Deprecated.
Reverse routing in the Router is not validated and does not
URL-escape path or query parameters. Use
ninja.ReverseRouter
to build your reverse routes. |
String |
RouterImpl.getReverseRoute(MethodReference controllerMethodRef,
Object... parameterMap) |
String |
Router.getReverseRoute(MethodReference controllerMethodRef,
Optional<Map<String,Object>> parameterMap)
Deprecated.
Reverse routing in the Router is not validated and does not
URL-escape path or query parameters. Use
ninja.ReverseRouter
to build your reverse routes. |
String |
RouterImpl.getReverseRoute(MethodReference controllerMethodRef,
Optional<Map<String,Object>> parameterMap) |
void |
RouteBuilder.with(MethodReference controllerMethodRef)
Deprecated.
|
ReverseRouter.Builder |
ReverseRouter.with(MethodReference methodRef)
Retrieves a the reverse route for the method reference (e.g.
|
void |
RouteBuilderImpl.with(MethodReference methodRef)
Deprecated.
|
Copyright © 2019 ninjaframework. All rights reserved.