|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.batik.bridge.Messages
public class Messages
This class manages the message for the bridge module.
Field Summary | |
---|---|
protected static LocalizableSupport |
localizableSupport
The localizable support for the error messages. |
protected static java.lang.String |
RESOURCES
The error messages bundle class name. |
Constructor Summary | |
---|---|
protected |
Messages()
This class does not need to be instantiated. |
Method Summary | |
---|---|
static java.lang.String |
formatMessage(java.lang.String key,
java.lang.Object[] args)
Implements Localizable.formatMessage(String,Object[]) . |
static java.util.Locale |
getLocale()
Implements Localizable.getLocale() . |
static java.lang.String |
getMessage(java.lang.String key)
|
static void |
setLocale(java.util.Locale l)
Implements Localizable.setLocale(Locale) . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static final java.lang.String RESOURCES
protected static LocalizableSupport localizableSupport
Constructor Detail |
---|
protected Messages()
Method Detail |
---|
public static void setLocale(java.util.Locale l)
Localizable.setLocale(Locale)
.
public static java.util.Locale getLocale()
Localizable.getLocale()
.
public static java.lang.String formatMessage(java.lang.String key, java.lang.Object[] args) throws java.util.MissingResourceException
Localizable.formatMessage(String,Object[])
.
java.util.MissingResourceException
public static java.lang.String getMessage(java.lang.String key) throws java.util.MissingResourceException
java.util.MissingResourceException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |