MCPcopy Index your code
hub / github.com/apache/tomcat / getWriter

Method getWriter

java/jakarta/servlet/ServletResponse.java:128–128  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

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

Callers 15

runMethod · 0.95
doGetMethod · 0.65
doGetMethod · 0.65
doGetMethod · 0.65
doGetMethod · 0.65
renderHTMLMethod · 0.65
renderJSONMethod · 0.65
doGetMethod · 0.65
doGetMethod · 0.65
runMethod · 0.65
writeStockMethod · 0.65
serviceMethod · 0.65

Implementers 4

ServletResponseWrapperjava/jakarta/servlet/ServletResponseWr
TesterHttpServletResponsetest/org/apache/catalina/filters/Teste
Responsejava/org/apache/catalina/connector/Res
ResponseFacadejava/org/apache/catalina/connector/Res

Calls

no outgoing calls

Tested by 15

runMethod · 0.76
doGetMethod · 0.52
doGetMethod · 0.52
doGetMethod · 0.52
doGetMethod · 0.52
doGetMethod · 0.52
doGetMethod · 0.52
doGetMethod · 0.52
doGetMethod · 0.52
doGetMethod · 0.52
doGetMethod · 0.52
serviceMethod · 0.52