public class ClosureGrailsControllerHelper extends AbstractGrailsControllerHelper
allowedMethodsSupport, application, applicationContext, developerMode, developmentMode, grailsAttributes, servletContext| Constructor and Description |
|---|
ClosureGrailsControllerHelper() |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.Object |
invoke(groovy.lang.GroovyObject controller,
java.lang.Object action) |
protected groovy.lang.Closure<?> |
retrieveAction(groovy.lang.GroovyObject controller,
java.lang.String actionName,
javax.servlet.http.HttpServletResponse response) |
executeAction, getControllerClassByName, getControllerClassByURI, getControllerInstance, getGrailsAttributes, getServletContext, handleAction, handleAction, handleActionResponse, handleURI, handleURI, hasCompileTimeSupportForAllowedMethods, setApplicationContext, setGrailsApplication, setServletContextprotected groovy.lang.Closure<?> retrieveAction(groovy.lang.GroovyObject controller,
java.lang.String actionName,
javax.servlet.http.HttpServletResponse response)
retrieveAction in class AbstractGrailsControllerHelperprotected java.lang.Object invoke(groovy.lang.GroovyObject controller,
java.lang.Object action)
invoke in class AbstractGrailsControllerHelper