|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Router.Route | |
|---|---|
| org.resthub.web.springmvc.router | |
| org.resthub.web.springmvc.router.support | |
| Uses of Router.Route in org.resthub.web.springmvc.router |
|---|
| Fields in org.resthub.web.springmvc.router with type parameters of type Router.Route | |
|---|---|
static List<Router.Route> |
Router.routes
|
| Methods in org.resthub.web.springmvc.router that return Router.Route | |
|---|---|
static Router.Route |
Router.getRoute(String method,
String path,
String action,
String params,
String headers)
|
static Router.Route |
Router.getRoute(String method,
String path,
String action,
String params,
String headers,
String sourceFile,
int line)
|
static Router.Route |
Router.route(HTTPRequestAdapter request)
|
| Uses of Router.Route in org.resthub.web.springmvc.router.support |
|---|
| Methods in org.resthub.web.springmvc.router.support that return Router.Route | |
|---|---|
Router.Route |
RouterHandler.getRoute()
|
| Methods in org.resthub.web.springmvc.router.support with parameters of type Router.Route | |
|---|---|
org.springframework.web.method.HandlerMethod |
RouterHandlerResolver.resolveHandler(Router.Route route,
String fullAction,
HTTPRequestAdapter req)
Returns a proper HandlerMethod given the matching Route |
| Constructors in org.resthub.web.springmvc.router.support with parameters of type Router.Route | |
|---|---|
RouterHandler(Object bean,
Method method,
Router.Route route)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||