|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD |
public interface GrailsRequestContext
Defines the methods and objects available during a Grails request context.
Method Summary | |
---|---|
java.lang.String
|
getActionName()
@return The Action name |
org.springframework.context.ApplicationContext
|
getApplicationContext()
The ApplicationContext instance. |
java.lang.String
|
getControllerName()
@return The Controller Name |
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()
@return The Request URI |
javax.servlet.http.HttpServletResponse
|
getResponse()
The response object. |
javax.servlet.ServletContext
|
getServletContext()
The servletContext object. |
javax.servlet.http.HttpSession
|
getSession()
The session object. |
Method Detail |
---|
public java.lang.String getActionName()
public org.springframework.context.ApplicationContext getApplicationContext()
public java.lang.String getControllerName()
public java.io.Writer getOut()
@SuppressWarnings("rawtypes") public java.util.Map getParams()
public javax.servlet.http.HttpServletRequest getRequest()
public java.lang.String getRequestURI()
public javax.servlet.http.HttpServletResponse getResponse()
public javax.servlet.ServletContext getServletContext()
public javax.servlet.http.HttpSession getSession()
Groovy Documentation