java.lang.Object
org.apache.batik.script.rhino.Messages
- public class Messages
- extends java.lang.Object
This class manages the message for the Rhino interpreter
- Version:
- $Id: Messages.java,v 1.5 2004/08/18 07:14:57 vhardy Exp $
|
Constructor Summary |
protected |
Messages()
This class does not need to be instantiated. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RESOURCES
protected static final java.lang.String RESOURCES
- The error messages bundle class name.
- See Also:
- Constant Field Values
localizableSupport
protected static org.apache.batik.i18n.LocalizableSupport localizableSupport
- The localizable support for the error messages.
resourceManager
protected static org.apache.batik.util.gui.resource.ResourceManager resourceManager
- The resource manager to decode messages.
Messages
protected Messages()
- This class does not need to be instantiated.
setLocale
public static void setLocale(java.util.Locale l)
- Implements Localizable.setLocale(Locale)>
Localizable.setLocale(Locale) 55 .
getLocale
public static java.util.Locale getLocale()
- Implements Localizable.getLocale()>
Localizable.getLocale() 55 .
formatMessage
public static java.lang.String formatMessage(java.lang.String key,
java.lang.Object[] args)
throws java.util.MissingResourceException
- Implements Localizable.formatMessage(String,Object[])>
Localizable.formatMessage(String,Object[]) 55 .
getString
public static java.lang.String getString(java.lang.String key)
throws java.util.MissingResourceException
getInteger
public static int getInteger(java.lang.String key)
throws java.util.MissingResourceException
getCharacter
public static int getCharacter(java.lang.String key)
throws java.util.MissingResourceException