public interface ServletResponse
| Modifier and Type | Method and Description |
|---|---|
void |
flushBuffer() |
int |
getBufferSize() |
String |
getCharacterEncoding() |
String |
getContentType() |
Locale |
getLocale() |
ServletOutputStream |
getOutputStream() |
PrintWriter |
getWriter() |
boolean |
isCommitted() |
void |
reset() |
void |
resetBuffer() |
void |
setBufferSize(int size) |
void |
setCharacterEncoding(String charset) |
void |
setContentLength(int len) |
void |
setContentType(String type) |
void |
setLocale(Locale loc) |
void flushBuffer()
throws IOException
IOExceptionint getBufferSize()
void reset()
void resetBuffer()
void setBufferSize(int size)
boolean isCommitted()
String getCharacterEncoding()
void setCharacterEncoding(String charset)
String getContentType()
void setContentType(String type)
void setContentLength(int len)
Locale getLocale()
void setLocale(Locale loc)
ServletOutputStream getOutputStream() throws IOException
IOExceptionPrintWriter getWriter() throws IOException
IOExceptionCopyright © 2014. All rights reserved.