public class RouterHandlerResolver extends Object
| Constructor and Description |
|---|
RouterHandlerResolver() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.web.method.HandlerMethod |
resolveHandler(Router.Route route,
String fullAction,
HTTPRequestAdapter req)
Returns a proper HandlerMethod given the matching Route
|
void |
setCachedControllers(Map<String,Object> controllers) |
public org.springframework.web.method.HandlerMethod resolveHandler(Router.Route route, String fullAction, HTTPRequestAdapter req) throws ActionNotFoundException
route - the matching Route for the current requestfullAction - string "controller.action"ActionNotFoundExceptionCopyright © 2010-2014. All Rights Reserved.