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

Method getLocale

java/org/apache/tomcat/util/res/StringManager.java:165–167  ·  view source on GitHub ↗

Identify the Locale this StringManager is associated with. @return The Locale associated with the StringManager

()

Source from the content-addressed store, hash-verified

163 * @return The Locale associated with the StringManager
164 */
165 public Locale getLocale() {
166 return locale;
167 }
168
169
170 // --------------------------------------------------------------

Callers 4

testFrenchMethod · 0.95
testMissingWithTcclMethod · 0.95
testMissingNullTcclMethod · 0.95
getManagerMethod · 0.95

Calls

no outgoing calls

Tested by 3

testFrenchMethod · 0.76
testMissingWithTcclMethod · 0.76
testMissingNullTcclMethod · 0.76