org.apache.batik.util
Class Messages

java.lang.Object
  extended byorg.apache.batik.util.Messages

public class Messages
extends Object

This class manages the message for the security utilities


Field Summary
protected static LocalizableSupport localizableSupport
          The localizable support for the error messages.
protected static ResourceManager resourceManager
          The resource manager to decode messages.
protected static String RESOURCES
          The error messages bundle class name.
 
Constructor Summary
protected Messages()
          This class does not need to be instantiated.
 
Method Summary
static String formatMessage(String key, Object[] args)
          Implements Localizable.formatMessage(String,Object[]).
static int getCharacter(String key)
           
static int getInteger(String key)
           
static Locale getLocale()
          Implements Localizable.getLocale().
static String getString(String key)
           
static void setLocale(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

RESOURCES

protected static final String RESOURCES
The error messages bundle class name.

See Also:
Constant Field Values

localizableSupport

protected static LocalizableSupport localizableSupport
The localizable support for the error messages.


resourceManager

protected static ResourceManager resourceManager
The resource manager to decode messages.

Constructor Detail

Messages

protected Messages()
This class does not need to be instantiated.

Method Detail

setLocale

public static void setLocale(Locale l)
Implements Localizable.setLocale(Locale).


getLocale

public static Locale getLocale()
Implements Localizable.getLocale().


formatMessage

public static String formatMessage(String key,
                                   Object[] args)
                            throws MissingResourceException
Implements Localizable.formatMessage(String,Object[]).

Throws:
MissingResourceException

getString

public static String getString(String key)
                        throws MissingResourceException
Throws:
MissingResourceException

getInteger

public static int getInteger(String key)
                      throws MissingResourceException
Throws:
MissingResourceException

getCharacter

public static int getCharacter(String key)
                        throws MissingResourceException
Throws:
MissingResourceException


Copyright © 2009 Apache Software Foundation. All Rights Reserved.