public class WebRequestDelegatingRequestContext extends java.lang.Object
Delegates calls to a passed GrailsWebRequest instance.
Constructor and description |
---|
WebRequestDelegatingRequestContext
() |
Type Params | Return Type | Name and description |
---|---|---|
|
java.lang.String |
getActionName() |
|
org.springframework.context.ApplicationContext |
getApplicationContext() |
|
java.lang.String |
getControllerName() |
|
java.io.Writer |
getOut() |
|
java.util.Map |
getParams() |
|
javax.servlet.http.HttpServletRequest |
getRequest() |
|
java.lang.String |
getRequestURI() |
|
javax.servlet.http.HttpServletResponse |
getResponse() |
|
javax.servlet.ServletContext |
getServletContext() |
|
javax.servlet.http.HttpSession |
getSession() |
|
GrailsWebRequest |
getWebRequest() Retrieves the webRequest object. |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Retrieves the webRequest object.