|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface GrailsRequestContext
Defines the methods and objects available during a Grails request context.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
javax.servlet.http.HttpServletRequest getRequest()
javax.servlet.http.HttpServletResponse getResponse()
javax.servlet.http.HttpSession getSession()
javax.servlet.ServletContext getServletContext()
java.util.Map getParams()
org.springframework.context.ApplicationContext getApplicationContext()
java.io.Writer getOut()
java.lang.String getActionName()
java.lang.String getControllerName()
java.lang.String getRequestURI()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||