@groovy.transform.CompileStatic class UrlMappingsInfoHandlerAdapter extends java.lang.Object implements ApplicationContextAware, HandlerAdapter
A HandlerAdapter that takes a matched UrlMappingInfo and executes the underlying controller producing an appropriate model
| Modifiers | Name | Description |
|---|---|---|
protected java.util.Collection<ActionResultTransformer> |
actionResultTransformers |
|
protected java.util.Map<java.lang.String, java.lang.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, java.lang.Object handler) |
|
ModelAndView |
handle(HttpServletRequest request, HttpServletResponse response, java.lang.Object handler) |
|
void |
setApplicationContext(ApplicationContext applicationContext) |
|
boolean |
supports(java.lang.Object handler) |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#equals(java.lang.Object), java.lang.Object#getClass(), java.lang.Object#hashCode(), java.lang.Object#notify(), java.lang.Object#notifyAll(), java.lang.Object#toString(), java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#wait(long, int) |
Groovy Documentation