public class WebRequestDelegatingRequestContext extends Object implements GrailsRequestContext
Delegates calls to a passed GrailsWebRequest instance.
| Constructor and description |
|---|
WebRequestDelegatingRequestContext() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
public String |
getActionName() |
|
public ApplicationContext |
getApplicationContext() |
|
public String |
getControllerName() |
|
public Writer |
getOut() |
|
public Map |
getParams() |
|
public HttpServletRequest |
getRequest() |
|
public String |
getRequestURI() |
|
public HttpServletResponse |
getResponse() |
|
public ServletContext |
getServletContext() |
|
public HttpSession |
getSession() |
|
public GrailsWebRequest |
getWebRequest()Retrieves the webRequest object. |
Retrieves the webRequest object.