|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BundleTemplateMessage | |
---|---|
org.jboss.seam.international.status | |
org.jboss.seam.international.status.builder |
Uses of BundleTemplateMessage in org.jboss.seam.international.status |
---|
Methods in org.jboss.seam.international.status that return BundleTemplateMessage | |
---|---|
BundleTemplateMessage |
MessageFactory.error(BundleKey message)
|
BundleTemplateMessage |
Messages.error(BundleKey message)
Create a MessageBuilder with the specified Level , add it to the internal queue, and return it. |
BundleTemplateMessage |
MessageFactory.error(BundleKey message,
Object... params)
|
BundleTemplateMessage |
Messages.error(BundleKey message,
Object... params)
Create a MessageBuilder with the specified Level , add it to the internal queue, and return it. |
BundleTemplateMessage |
MessageFactory.fatal(BundleKey message)
|
BundleTemplateMessage |
Messages.fatal(BundleKey message)
Create a MessageBuilder with the specified Level , add it to the internal queue, and return it. |
BundleTemplateMessage |
MessageFactory.fatal(BundleKey message,
Object... params)
|
BundleTemplateMessage |
Messages.fatal(BundleKey message,
Object... params)
Create a MessageBuilder with the specified Level , add it to the internal queue, and return it. |
BundleTemplateMessage |
MessageFactory.info(BundleKey message)
|
BundleTemplateMessage |
Messages.info(BundleKey message)
Create a MessageBuilder with the specified Level , add it to the internal queue, and return it. |
BundleTemplateMessage |
MessageFactory.info(BundleKey message,
Object... params)
|
BundleTemplateMessage |
Messages.info(BundleKey message,
Object... params)
Create a MessageBuilder with the specified Level , add it to the internal queue, and return it. |
BundleTemplateMessage |
MessageFactory.warn(BundleKey message)
|
BundleTemplateMessage |
Messages.warn(BundleKey message)
Create a MessageBuilder with the specified Level , add it to the internal queue, and return it. |
BundleTemplateMessage |
MessageFactory.warn(BundleKey message,
Object... params)
|
BundleTemplateMessage |
Messages.warn(BundleKey message,
Object... params)
Create a MessageBuilder with the specified Level , add it to the internal queue, and return it. |
Uses of BundleTemplateMessage in org.jboss.seam.international.status.builder |
---|
Methods in org.jboss.seam.international.status.builder that return BundleTemplateMessage | |
---|---|
BundleTemplateMessage |
BundleTemplateMessage.defaults(String text)
Set the default template text. |
BundleTemplateMessage |
BundleTemplateMessage.detail(BundleKey detail)
Use the given BundleKey to perform a resource lookup, resolving the template to render detail text for this message. |
BundleTemplateMessage |
BundleTemplateMessage.detailParams(Object... detailParams)
Set the parameters for detail text of this builder's template. |
BundleTemplateMessage |
BundleTemplateMessage.key(BundleKey text)
Use the given BundleKey to perform a resource lookup, resolving the template to render for this message. |
BundleTemplateMessage |
BundleTemplateMessage.level(Level level)
Set the severity, level of importance of this message. |
BundleTemplateMessage |
BundleTemplateMessage.params(Object... textParams)
Set the parameters for this builder's template. |
BundleTemplateMessage |
BundleTemplateMessage.targets(String targets)
Set the targets for this message. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |