|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD |
interface ActionResultTransformer
Interface for classes which transform the result of an action. These can be registered with the Spring context and are loaded and applied to action responses
Method Summary | |
---|---|
java.lang.Object
|
transformActionResult(GrailsWebRequest webRequest, java.lang.String viewName, java.lang.Object actionResult)
Transforms an action result |
Method Detail |
---|
java.lang.Object transformActionResult(GrailsWebRequest webRequest, java.lang.String viewName, java.lang.Object actionResult)
webRequest
- The web requestviewName
- The view nameactionResult
- The return value of an action
Groovy Documentation