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(String contentType) |
|
public HttpServletResponse |
getTargetResponse() |
|
public boolean |
isActive() |
|
public boolean |
isUsingStream() |
|
public void |
sendError(int sc) |
|
public void |
sendError(int sc, String msg) |
|
public void |
sendRedirect(String location) |
|
public void |
setContentType(String contentType) |
|
public boolean |
shouldParsePage(String contentType) |