Method Summary |
|
String | encodeURL(String url) Encodes the URL to include some additional information (e.g. |
String | getCharacterEncoding() Returns the character encoding used to write out the response. |
Locale | getLocale() Returns the locale associated with the response. |
OutputStream | getOutputStream() Returns an OutputStream that can be used to write to response. |
PrintWriter | getWriter() Returns a PrintWriter that can be used to write to response. |
void | sendRedirect(String location) Sends an HTTP redirect to a specified location URL. |
void | setCharacterEncoding(String encoding) Sets the character encoding used to write out the response. |
void | setContentType(String type) Sets the MIME content type of the output. |