public interface ServletResponse
Modifier and Type | Method and Description |
---|---|
void |
flushBuffer() |
int |
getBufferSize() |
java.lang.String |
getCharacterEncoding() |
java.lang.String |
getContentType() |
java.util.Locale |
getLocale() |
ServletOutputStream |
getOutputStream() |
java.io.PrintWriter |
getWriter() |
boolean |
isCommitted() |
void |
reset() |
void |
resetBuffer() |
void |
setBufferSize(int size) |
void |
setCharacterEncoding(java.lang.String charset) |
void |
setContentLength(int len) |
void |
setContentType(java.lang.String type) |
void |
setLocale(java.util.Locale loc) |
void flushBuffer() throws java.io.IOException
java.io.IOException
int getBufferSize()
void reset()
void resetBuffer()
void setBufferSize(int size)
boolean isCommitted()
java.lang.String getCharacterEncoding()
void setCharacterEncoding(java.lang.String charset)
java.lang.String getContentType()
void setContentType(java.lang.String type)
void setContentLength(int len)
java.util.Locale getLocale()
void setLocale(java.util.Locale loc)
ServletOutputStream getOutputStream() throws java.io.IOException
java.io.IOException
java.io.PrintWriter getWriter() throws java.io.IOException
java.io.IOException
Copyright © 2013. All Rights Reserved.