Returns a PrintWriter object that can send character text to the client. The PrintWriter uses the character encoding returned by #getCharacterEncoding. If the response's character encoding has not been specified as described in getCharacterEncoding (i.e
()
| 126 | * @see #setCharacterEncoding |
| 127 | */ |
| 128 | PrintWriter getWriter() throws IOException; |
| 129 | |
| 130 | /** |
| 131 | * Sets the character encoding (MIME charset) of the response being sent to the client, for example, to UTF-8. If |
no outgoing calls