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 Object |
getContent() |
|
public Object |
getContent(String encoding) |
|
public String |
getContentType() |
|
public ServletOutputStream |
getOutputStream() |
|
public String |
getRedirectURL() |
|
public int |
getStatus() |
|
public PrintWriter |
getWriter() |
|
public boolean |
isCommitted() |
|
public boolean |
isReady() |
|
public void |
reset() |
|
public void |
resetBuffer() |
|
public void |
sendError(int i, String s) |
|
public void |
sendError(int i) |
|
public void |
sendRedirect(String s) |
|
public void |
setContentLength(int len) |
|
public void |
setContentType(String s) |
|
public void |
setLocale(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) |