MessageFormat class to produce internationalized messages with parametric replacement. Calls to getMessage() variants without a Locale argument are presumed to be requesting a message string in the default Locale for this JVM.
Calls to getMessage() with an unknown key, or an unknown Locale will return null if the returnNull property is set to true. Otherwise, a suitable error message will be returned instead.
IMPLEMENTATION NOTE - Classes that extend this class must be Serializable so that instances may be used in distributable application server environments. @version $Rev: 421119 $ $Date: 2005-08-29 23:57:50 -0400 (Mon, 29 Aug 2005)$
MessageFormat class to produce internationalized messages with parametric replacement. Calls to getMessage() variants without a Locale argument are presumed to be requesting a message string in the default Locale for this JVM.
Calls to getMessage() with an unknown key, or an unknown Locale will return null if the returnNull property is set to true. Otherwise, a suitable error message will be returned instead.
IMPLEMENTATION NOTE - Classes that extend this class must be Serializable so that instances may be used in distributable application server environments. @version $Rev: 421119 $ $Date: 2005-08-29 23:57:50 -0400 (Mon, 29 Aug 2005) $
| |
| |
| |