Package org.apache.el.util
Class MessageFactory
- java.lang.Object
-
- org.apache.el.util.MessageFactory
-
public final class MessageFactory extends Object
- Author:
- Jacob Hookom [jacob@hookom.net]
-
-
Constructor Summary
Constructors Constructor Description MessageFactory(ResourceBundle bundle)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static String
get(String key)
static String
get(String key, Object... args)
protected String
getInternal(String key)
protected String
getInternal(String key, Object... args)
-
-
-
Constructor Detail
-
MessageFactory
public MessageFactory(ResourceBundle bundle)
-
-