public interface ResponseContext
Modifier and Type | Method and Description |
---|---|
void |
addCookie(javax.servlet.http.Cookie cookie) |
String |
encodeRedirectURL(String url) |
String |
encodeURL(String url) |
void |
flushBuffer() |
int |
getBufferSize() |
String |
getCharacterEncoding() |
String |
getContentType() |
Object |
getExternalResponse() |
Locale |
getLocale() |
OutputStream |
getOutputStream() |
PrintWriter |
getWriter() |
boolean |
isCommitted() |
void |
reset() |
void |
resetBuffer() |
void |
sendRedirect(String location) |
void |
setBufferSize(int size) |
void |
setContentType(String type) |
Object getExternalResponse()
void addCookie(javax.servlet.http.Cookie cookie)
void sendRedirect(String location) throws IOException
IOException
Locale getLocale()
String getCharacterEncoding()
String getContentType()
void setContentType(String type)
int getBufferSize()
void setBufferSize(int size)
PrintWriter getWriter() throws IOException
IOException
OutputStream getOutputStream() throws IOException
IOException
void flushBuffer() throws IOException
IOException
void resetBuffer()
boolean isCommitted()
void reset()
Copyright © 2008–2015 Apache Software Foundation. All rights reserved.