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, createXPATHWarning
createMsg, createXMLMessage, getLocale, getResourceSuffix, loadResourceBundle, setLocale
public 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 © 2018 JBoss by Red Hat. All rights reserved.