Class MessageFactory
java.lang.Object
org.apache.el.util.MessageFactory
Factory for creating localized EL messages.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringGet a localized message.static StringGet a localized message with arguments.protected StringgetInternal(String key) Get a message from the bundle.protected StringgetInternal(String key, Object... args) Get a message from the bundle with arguments.
-
Constructor Details
-
MessageFactory
-
-
Method Details
-
get
-
get
-
getInternal
-
getInternal
-