Defines the methods and objects available during a Grails request context.
Type Params | Return Type | Name and description |
---|---|---|
|
java.lang.String |
getActionName()
|
|
ApplicationContext |
getApplicationContext() The ApplicationContext instance. |
|
java.lang.String |
getControllerName()
|
|
Writer |
getOut() The response writer. |
|
Map |
getParams() The params object. |
|
HttpServletRequest |
getRequest() The request object. |
|
java.lang.String |
getRequestURI()
|
|
HttpServletResponse |
getResponse() The response object. |
|
ServletContext |
getServletContext() The servletContext object. |
|
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.