|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.codehaus.groovy.grails.web.servlet.WrappedResponseHolder
public class WrappedResponseHolder
A holder for the original Wrapped response for use when using includes.
| Constructor Summary | |
|---|---|
WrappedResponseHolder()
|
|
| Method Summary | |
|---|---|
static javax.servlet.http.HttpServletResponse |
getWrappedResponse()
Return the HttpServletResponse currently bound to the thread. |
static void |
setWrappedResponse(javax.servlet.http.HttpServletResponse response)
Bind the given HttpServletResponse to the current thread. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WrappedResponseHolder()
| Method Detail |
|---|
public static void setWrappedResponse(javax.servlet.http.HttpServletResponse response)
response - the HttpServletResponse to exposepublic static javax.servlet.http.HttpServletResponse getWrappedResponse()
null
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||