|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.weblab.service.normaliser.tika.Messages
public abstract class Messages
A utility class that enable to access the resource bundle and to use MessageFormat parsing for parametrised messages.
| Method Summary | |
|---|---|
static java.lang.String |
getString(java.lang.String key)
Lookup in the ResourceBundle for the key in parameter. |
static java.lang.String |
getString(java.lang.String key,
java.lang.Object... params)
Lookup in the ResourceBundle for the key in parameter. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static java.lang.String getString(java.lang.String key)
key - The key in the resource bundle.
public static java.lang.String getString(java.lang.String key,
java.lang.Object... params)
MessageFormat.format(String, Object...)
method.
key - The key of the message.params - The array used by the inner message formatter class to replace informations in the message.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||