|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GrailsRequestContext
An interface that defines the methods and objects available during a Grails request context
Method Summary | |
---|---|
String |
getActionName()
|
ApplicationContext |
getApplicationContext()
The ApplicationContext instance |
String |
getControllerName()
|
Writer |
getOut()
The response writer |
Map |
getParams()
The params object |
HttpServletRequest |
getRequest()
The request object |
String |
getRequestURI()
|
HttpServletResponse |
getResponse()
The response object |
ServletContext |
getServletContext()
The servletContext object |
HttpSession |
getSession()
The session object |
Method Detail |
---|
HttpServletRequest getRequest()
HttpServletResponse getResponse()
HttpSession getSession()
ServletContext getServletContext()
Map getParams()
ApplicationContext getApplicationContext()
Writer getOut()
String getActionName()
String getControllerName()
String getRequestURI()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |