public abstract class AbstractMessages
extends java.lang.Object
| Constructor and Description |
|---|
AbstractMessages() |
| Modifier and Type | Method and Description |
|---|---|
protected static java.lang.String |
getString(java.util.ResourceBundle reBundle,
java.lang.String key,
java.lang.Object... parameters)
This method gets the message given its key.
|
protected static java.lang.String getString(java.util.ResourceBundle reBundle,
java.lang.String key,
java.lang.Object... parameters)
???KEY??? will be returned.reBundle - A resource boundle witht the pairs key=text.key - Key of the message.parameters - parameters that will be replaced in the message.