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 |
---|---|---|
|
void |
flushBuffer() |
|
java.lang.Object |
getContent() |
|
java.lang.Object |
getContent(java.lang.String encoding) |
|
java.lang.String |
getContentType() |
|
ServletOutputStream |
getOutputStream() |
|
java.lang.String |
getRedirectURL() |
|
int |
getStatus() |
|
java.io.PrintWriter |
getWriter() |
|
boolean |
isCommitted() |
|
boolean |
isReady() |
|
void |
reset() |
|
void |
resetBuffer() |
|
void |
sendError(int i, java.lang.String s) |
|
void |
sendError(int i) |
|
void |
sendRedirect(java.lang.String s) |
|
void |
setContentLength(int len) |
|
void |
setContentType(java.lang.String s) |
|
void |
setLocale(Locale locale) |
|
void |
setStatus(int i) |
|
void |
setStatus(int sc, java.lang.String sm) |
|
void |
setWriteListener(WriteListener writeListener) |
|
void |
write(byte[] b, int off, int len) |
|
void |
write(byte[] b) |
|
void |
write(int b) |