|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.xml.res.XMLMessages
public class XMLMessages
A utility class for issuing XML error messages.
Field Summary | |
---|---|
protected static java.lang.String |
BAD_CODE
String to use if a bad message code is used. |
protected java.util.Locale |
fLocale
The local object to use. |
protected static java.lang.String |
FORMAT_FAILED
String to use if the message format operation failed. |
private static java.lang.String |
XML_ERROR_RESOURCES
The class name of the XML error message string table. |
private static java.util.ListResourceBundle |
XMLBundle
The language specific resource object for XML messages. |
Constructor Summary | |
---|---|
XMLMessages()
|
Method Summary | |
---|---|
static java.lang.String |
createMsg(java.util.ListResourceBundle fResourceBundle,
java.lang.String msgKey,
java.lang.Object[] args)
Creates a message from the specified key and replacement arguments, localized to the given locale. |
static java.lang.String |
createXMLMessage(java.lang.String msgKey,
java.lang.Object[] args)
Creates a message from the specified key and replacement arguments, localized to the given locale. |
java.util.Locale |
getLocale()
Get the Locale object that is being used. |
protected static java.lang.String |
getResourceSuffix(java.util.Locale locale)
Return the resource file suffic for the indicated locale For most locales, this will be based the language code. |
static java.util.ListResourceBundle |
loadResourceBundle(java.lang.String className)
Return a named ResourceBundle for a particular locale. |
void |
setLocale(java.util.Locale locale)
Set the Locale object to use. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.util.Locale fLocale
private static java.util.ListResourceBundle XMLBundle
private static final java.lang.String XML_ERROR_RESOURCES
protected static final java.lang.String BAD_CODE
protected static final java.lang.String FORMAT_FAILED
Constructor Detail |
---|
public XMLMessages()
Method Detail |
---|
public void setLocale(java.util.Locale locale)
locale
- non-null reference to Locale object.public java.util.Locale getLocale()
public static final java.lang.String createXMLMessage(java.lang.String msgKey, java.lang.Object[] args)
msgKey
- The key for the message text.args
- The arguments to be used as replacement text
in the message created.
public static final java.lang.String createMsg(java.util.ListResourceBundle fResourceBundle, java.lang.String msgKey, java.lang.Object[] args)
fResourceBundle
- The resource bundle to use.msgKey
- The message key to use.args
- The arguments to be used as replacement text
in the message created.
public static java.util.ListResourceBundle loadResourceBundle(java.lang.String className) throws java.util.MissingResourceException
className
- The class name of the resource bundle.
java.util.MissingResourceException
protected static java.lang.String getResourceSuffix(java.util.Locale locale)
locale
- the locale
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |