|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.xalan.res.XSLMessages
**For internal use only** Sets things up for issuing error messages. This class is misnamed, and should be called XalanMessages, or some such.
Constructor Summary | |
XSLMessages()
|
Method Summary | |
static java.lang.String |
createMessage(int errorCode,
java.lang.Object[] args)
Creates a message from the specified key and replacement arguments, localized to the given locale. |
java.lang.String |
createMessage(java.lang.String bundleName,
int errorCode,
java.lang.Object[] args)
Creates a message from the specified key and replacement arguments, localized to the given locale. |
static java.lang.String |
createMsg(XResourceBundleBase 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 |
createWarning(int errorCode,
java.lang.Object[] args)
Creates a message from the specified key and replacement arguments, localized to the given locale. |
static java.lang.String |
createXPATHMessage(int errorCode,
java.lang.Object[] args)
Creates a message from the specified key and replacement arguments, localized to the given locale. |
static java.lang.String |
createXPATHMsg(XResourceBundleBase 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 |
createXPATHWarning(int errorCode,
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. |
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 |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public XSLMessages()
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 createXPATHWarning(int errorCode, java.lang.Object[] args)
errorCode
- 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 createXPATHMessage(int errorCode, java.lang.Object[] args)
errorCode
- 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 createXPATHMsg(XResourceBundleBase fResourceBundle, java.lang.String msgKey, java.lang.Object[] args)
errorCode
- The key for the message text.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 final java.lang.String createWarning(int errorCode, java.lang.Object[] args)
errorCode
- 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 createMessage(int errorCode, java.lang.Object[] args)
errorCode
- 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(XResourceBundleBase fResourceBundle, java.lang.String msgKey, java.lang.Object[] args)
errorCode
- The key for the message text.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 java.lang.String createMessage(java.lang.String bundleName, int errorCode, java.lang.Object[] args) throws java.lang.Exception
bundleName
- The name of the resource bundle to be
used.errorCode
- The key for the message text.args
- The arguments to be used as replacement text
in the message created.public static final java.util.ListResourceBundle loadResourceBundle(java.lang.String className) throws java.util.MissingResourceException
res
- the name of the resource to load.locale
- the locale to prefer when searching for the bundleclassName
- The class name of the resource bundle.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |