Package | Description |
---|---|
org.jboss.seam.international |
Seam components for internationalition of JSF applications.
|
org.jboss.seam.security |
Seam Security
|
org.jboss.seam.transaction |
Abstracts all possible transaction management APIs behind a
JTA-compatible interface.
|
Modifier and Type | Method and Description |
---|---|
StatusMessage.Severity |
StatusMessage.getSeverity()
Get the message severity
|
static StatusMessage.Severity |
StatusMessage.Severity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StatusMessage.Severity[] |
StatusMessage.Severity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
StatusMessages.add(StatusMessage.Severity severity,
String messageTemplate,
Object... params)
Create a new status message, with the messageTemplate is as the message.
|
void |
StatusMessages.add(StatusMessage.Severity severity,
String key,
String detailKey,
String messageTemplate,
String messageDetailTemplate,
Object... params)
Add a status message, looking up the message in the resource bundle
using the provided key.
|
void |
StatusMessages.addFromResourceBundle(StatusMessage.Severity severity,
String key,
Object... params)
Add a status message, looking up the message in the resource bundle
using the provided key.
|
void |
StatusMessages.addFromResourceBundleOrDefault(StatusMessage.Severity severity,
String key,
String defaultMessageTemplate,
Object... params)
Add a status message, looking up the message in the resource bundle
using the provided key.
|
void |
StatusMessages.addToControl(String id,
StatusMessage.Severity severity,
String messageTemplate,
Object... params)
Create a new status message, with the messageTemplate is as the message.
|
void |
StatusMessages.addToControl(String id,
StatusMessage.Severity severity,
String key,
String messageTemplate,
Object... params)
Add a status message, looking up the message in the resource bundle
using the provided key.
|
void |
StatusMessages.addToControlFromResourceBundle(String id,
StatusMessage.Severity severity,
String key,
Object... params)
Create a new status message, looking up the message in the resource bundle
using the provided key.
|
void |
StatusMessages.addToControlFromResourceBundleOrDefault(String id,
StatusMessage.Severity severity,
String key,
String defaultMessageTemplate,
Object... params)
Add a status message, looking up the message in the resource bundle
using the provided key.
|
Constructor and Description |
---|
StatusMessage(StatusMessage.Severity severity,
String key,
String detailKey,
String defaultMessageTemplate,
String defaultMessageDetailTemplate)
Create a status message, looking up the message in the resource bundle
using the provided key.
|
Modifier and Type | Method and Description |
---|---|
StatusMessage.Severity |
FacesSecurityEvents.getLoginFailedMessageSeverity() |
StatusMessage.Severity |
FacesSecurityEvents.getLoginSuccessfulMessageSeverity() |
Modifier and Type | Method and Description |
---|---|
StatusMessage.Severity |
FacesTransactionEvents.getTransactionFailedMessageSeverity() |
Copyright © 2015 Seam Framework. All Rights Reserved.