public class XSLMessages extends XPATHMessages
BAD_CODE, fLocale, FORMAT_FAILED| Constructor and Description |
|---|
XSLMessages() |
| Modifier and Type | Method and Description |
|---|---|
static String |
createMessage(String msgKey,
Object[] args)
Creates a message from the specified key and replacement
arguments, localized to the given locale.
|
static String |
createWarning(String msgKey,
Object[] args)
Creates a message from the specified key and replacement
arguments, localized to the given locale.
|
createXPATHMessage, createXPATHMsg, createXPATHWarningcreateMsg, createXMLMessage, getLocale, getResourceSuffix, loadResourceBundle, setLocalepublic static final String createMessage(String msgKey, 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 String createWarning(String msgKey, Object[] args)
msgKey - The key for the message text.args - The arguments to be used as replacement text
in the message created.Copyright © 2012 JBoss by Red Hat. All Rights Reserved.