| Package | Description |
|---|---|
| org.resthub.web.springmvc.router | |
| org.resthub.web.springmvc.router.support |
| Modifier and Type | Field and Description |
|---|---|
static List<Router.Route> |
Router.routes |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
static Collection<Router.Route> |
Router.resolveActions(String action) |
| Modifier and Type | Method and Description |
|---|---|
Router.Route |
RouterHandler.getRoute() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.web.method.HandlerMethod |
RouterHandlerResolver.resolveHandler(Router.Route route,
String fullAction,
HTTPRequestAdapter req)
Returns a proper HandlerMethod given the matching Route
|
| Constructor and Description |
|---|
RouterHandler(Object bean,
Method method,
Router.Route route) |
Copyright © 2010-2014. All Rights Reserved.