public class MethodGrailsControllerHelper extends AbstractGrailsControllerHelper
| Modifier and Type | Field and Description |
|---|---|
static java.lang.Class<?>[] |
NOARGS |
allowedMethodsSupport, application, applicationContext, developerMode, developmentMode, grailsAttributes, servletContext| Constructor and Description |
|---|
MethodGrailsControllerHelper() |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.Object |
invoke(groovy.lang.GroovyObject controller,
java.lang.Object action) |
protected java.lang.reflect.Method |
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 java.lang.reflect.Method 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