Defines the methods and objects available during a Grails request context.
Type | Name and description |
---|---|
java.lang.String |
getActionName() @return The Action name |
org.springframework.context.ApplicationContext |
getApplicationContext() The ApplicationContext instance. |
java.lang.String |
getControllerName() @return The Controller Name |
java.io.Writer |
getOut() The response writer. |
java.util.Map |
getParams() The params object. |
javax.servlet.http.HttpServletRequest |
getRequest() The request object. |
java.lang.String |
getRequestURI() @return The Request URI |
javax.servlet.http.HttpServletResponse |
getResponse() The response object. |
javax.servlet.ServletContext |
getServletContext() The servletContext object. |
javax.servlet.http.HttpSession |
getSession() The session object. |
The ApplicationContext instance.
The response writer.
The params object.
The request object.
The response object.
The servletContext object.
The session object.