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

Method getInternal

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

Get a message from the bundle. @param key the message key @return the message

(final String key)

Source from the content-addressed store, hash-verified

66 * @return the message
67 */
68 protected String getInternal(final String key) {
69 try {
70 return bundle.getString(key);
71 } catch (MissingResourceException e) {
72 return key;
73 }
74 }
75
76 /**
77 * Get a message from the bundle with arguments.

Callers 6

getValueAtMethod · 0.45
testFormatNoneMethod · 0.45
testFormatNumericMethod · 0.45
testFormatChoiceMethod · 0.45
testFormatNoArgumentsMethod · 0.45
getMethod · 0.45

Calls 3

getStringMethod · 0.65
toStringMethod · 0.65
formatMethod · 0.65

Tested by 5

getValueAtMethod · 0.36
testFormatNoneMethod · 0.36
testFormatNumericMethod · 0.36
testFormatChoiceMethod · 0.36
testFormatNoArgumentsMethod · 0.36