public class IncludeResponseWrapper extends HttpServletResponseWrapper
Response wrapper used to capture the content of a response (such as within in an include).
Constructor and description |
---|
IncludeResponseWrapper(HttpServletResponse httpServletResponse) |
Type Params | Return Type | Name and description |
---|---|---|
|
public void |
flushBuffer() |
|
public java.lang.Object |
getContent() |
|
public java.lang.Object |
getContent(java.lang.String encoding) |
|
public java.lang.String |
getContentType() |
|
public ServletOutputStream |
getOutputStream() |
|
public java.lang.String |
getRedirectURL() |
|
public int |
getStatus() |
|
public java.io.PrintWriter |
getWriter() |
|
public boolean |
isCommitted() |
|
public boolean |
isReady() |
|
public void |
reset() |
|
public void |
resetBuffer() |
|
public void |
sendError(int i, java.lang.String s) |
|
public void |
sendError(int i) |
|
public void |
sendRedirect(java.lang.String s) |
|
public void |
setContentLength(int len) |
|
public void |
setContentType(java.lang.String s) |
|
public void |
setLocale(java.util.Locale locale) |
|
public void |
setStatus(int i) |
|
public void |
setWriteListener(WriteListener writeListener) |
|
public void |
write(byte[] b, int off, int len) |
|
public void |
write(byte[] b) |
|
public void |
write(int b) |