public class GrailsContentBufferingResponse extends HttpServletResponseWrapper
Constructor and description |
---|
GrailsContentBufferingResponse
(HttpServletResponse response, ContentProcessor contentProcessor, SiteMeshWebAppContext webAppContext) |
Type Params | Return Type | Name and description |
---|---|---|
|
public void |
deactivateSitemesh() |
|
public Content |
getContent() |
|
public PageParser |
getPageParser(java.lang.String contentType) |
|
public HttpServletResponse |
getTargetResponse() |
|
public boolean |
isActive() |
|
public boolean |
isUsingStream() |
|
public void |
sendError(int sc) |
|
public void |
sendError(int sc, java.lang.String msg) |
|
public void |
sendRedirect(java.lang.String location) |
|
public void |
setContentType(java.lang.String contentType) |
|
public boolean |
shouldParsePage(java.lang.String contentType) |