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

Method getCharset

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

Obtain the character set name to use with the given Locale. Note that different Contexts may have different mappings of Locale to character set. @param locale The locale for which the mapped character set should be returned @return The name of the character set to use with the given Locale

(Locale locale)

Source from the content-addressed store, hash-verified

158 * @return The name of the character set to use with the given Locale
159 */
160 String getCharset(Locale locale);
161
162
163 /**

Callers 15

setLocaleMethod · 0.95
getCharsetMethod · 0.65
getCharsetMethod · 0.65
getCharsetMethod · 0.65
convertCookiesMethod · 0.65
addCookieMethod · 0.65
recycleMethod · 0.65
executeMethod · 0.65
createLinkMethod · 0.65
createQueryStringMethod · 0.65
executeMethod · 0.65
executeMethod · 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