A holder for the original Wrapped response for use when using includes.
| Type | Name and description | 
|---|---|
| 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 | Name | 
|---|---|
| class java.lang.Object | java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() | 
Return the HttpServletResponse currently bound to the thread.
nullBind the given HttpServletResponse to the current thread.
response -  the HttpServletResponse to expose