Implements action invocation through Closure.
Fields inherited from class | Fields |
---|---|
class AbstractGrailsControllerHelper |
allowedMethodsSupport, application, applicationContext, developerMode, developmentMode, grailsAttributes, servletContext |
Constructor and description |
---|
MixedGrailsControllerHelper
() |
Type | Name and description |
---|---|
protected java.lang.Object |
invoke(groovy.lang.GroovyObject controller, java.lang.Object action) |
protected java.lang.Object |
retrieveAction(groovy.lang.GroovyObject controller, java.lang.String actionName, javax.servlet.http.HttpServletResponse response) |
protected java.lang.Object |
sendNotFoundError(javax.servlet.http.HttpServletResponse response) |
Methods inherited from class | Name |
---|---|
class AbstractGrailsControllerHelper |
executeAction, getControllerClassByName, getControllerClassByURI, getControllerInstance, getGrailsAttributes, getServletContext, handleAction, handleAction, handleActionResponse, handleURI, handleURI, hasCompileTimeSupportForAllowedMethods, invoke, retrieveAction, setApplicationContext, setGrailsApplication, setServletContext |