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