@CompileStatic class UrlMappingsInfoHandlerAdapter extends Object implements HandlerAdapter, ApplicationContextAware
A HandlerAdapter that takes a matched UrlMappingInfo and executes the underlying controller producing an appropriate model
| Modifiers | Name | Description |
|---|---|---|
protected Collection<ActionResultTransformer> |
actionResultTransformers |
|
protected Map<String, Object> |
controllerCache |
|
protected ResponseRedirector |
redirector |
| Type | Name and description |
|---|---|
ApplicationContext |
applicationContext |
| Constructor and description |
|---|
UrlMappingsInfoHandlerAdapter() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
long |
getLastModified(HttpServletRequest request, Object handler) |
|
ModelAndView |
handle(HttpServletRequest request, HttpServletResponse response, Object handler) |
|
void |
setActionResultTransformers(Collection<ActionResultTransformer> actionResultTransformers) |
|
void |
setApplicationContext(ApplicationContext applicationContext) |
|
void |
setLinkGenerator(LinkGenerator linkGenerator) |
|
boolean |
supports(Object handler) |