public class WebRequestDelegatingRequestContext extends java.lang.Object implements GrailsRequestContext
| Constructor and Description |
|---|
WebRequestDelegatingRequestContext() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getActionName() |
org.springframework.context.ApplicationContext |
getApplicationContext()
The ApplicationContext instance.
|
java.lang.String |
getControllerName() |
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() |
javax.servlet.http.HttpServletResponse |
getResponse()
The response object.
|
javax.servlet.ServletContext |
getServletContext()
The servletContext object.
|
javax.servlet.http.HttpSession |
getSession()
The session object.
|
GrailsWebRequest |
getWebRequest()
Retrieves the webRequest object.
|
public GrailsWebRequest getWebRequest()
public javax.servlet.http.HttpServletRequest getRequest()
GrailsRequestContextgetRequest in interface GrailsRequestContextpublic javax.servlet.http.HttpServletResponse getResponse()
GrailsRequestContextgetResponse in interface GrailsRequestContextpublic javax.servlet.http.HttpSession getSession()
GrailsRequestContextgetSession in interface GrailsRequestContextpublic javax.servlet.ServletContext getServletContext()
GrailsRequestContextgetServletContext in interface GrailsRequestContextpublic java.util.Map getParams()
GrailsRequestContextgetParams in interface GrailsRequestContextpublic org.springframework.context.ApplicationContext getApplicationContext()
GrailsRequestContextgetApplicationContext in interface GrailsRequestContextpublic java.io.Writer getOut()
GrailsRequestContextgetOut in interface GrailsRequestContextpublic java.lang.String getActionName()
getActionName in interface GrailsRequestContextpublic java.lang.String getControllerName()
getControllerName in interface GrailsRequestContextpublic java.lang.String getRequestURI()
getRequestURI in interface GrailsRequestContext