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

Method get

java/org/apache/el/util/MessageFactory.java:39–41  ·  view source on GitHub ↗

Get a localized message. @param key the message key @return the message

(final String key)

Source from the content-addressed store, hash-verified

37 * @return the message
38 */
39 public static String get(final String key) {
40 return DEFAULT_MESSAGE_FACTORY.getInternal(key);
41 }
42
43 /**
44 * Get a localized message with arguments.

Callers 15

createValueExpressionMethod · 0.95
getMethodReferenceMethod · 0.95
setValueMethod · 0.95
FunctionMethod · 0.95
compareMethod · 0.95
coerceToEnumMethod · 0.95
coerceToBooleanMethod · 0.95
coerceToCharacterMethod · 0.95
coerceToNumberMethod · 0.95
coerceToTypeMethod · 0.95
coerceMethod · 0.95

Calls 1

getInternalMethod · 0.45

Tested by

no test coverage detected