MCPcopy Create free account
hub / github.com/apache/tomcat / getRequestCharacterEncoding

Method getRequestCharacterEncoding

java/org/apache/catalina/Context.java:1816–1816  ·  view source on GitHub ↗

Get the default request body encoding for this web application. @return The default request body encoding

()

Source from the content-addressed store, hash-verified

1814 * @return The default request body encoding
1815 */
1816 String getRequestCharacterEncoding();
1817
1818 /**
1819 * Set the default response body encoding for this web application.

Callers 8

getCharacterEncodingMethod · 0.95
getCharsetMethod · 0.95
getReaderMethod · 0.95
mergeMethod · 0.65
configureContextMethod · 0.65

Implementers 5

TesterContexttest/org/apache/tomcat/unittest/Tester
SelectorContextjava/org/apache/naming/SelectorContext
NamingContextjava/org/apache/naming/NamingContext.j
FailedContextjava/org/apache/catalina/startup/Faile
StandardContextjava/org/apache/catalina/core/Standard

Calls

no outgoing calls

Tested by

no test coverage detected