Package | Description |
---|---|
javax.faces.application | |
javax.faces.context | |
org.apache.myfaces.core.api.shared |
Modifier and Type | Field and Description |
---|---|
static FacesMessage.Severity |
FacesMessage.SEVERITY_ERROR
Message severity level indicating that an error has occurred.
|
static FacesMessage.Severity |
FacesMessage.SEVERITY_FATAL
Message severity level indicating that a serious error has occurred.
|
static FacesMessage.Severity |
FacesMessage.SEVERITY_INFO
Message severity level indicating an informational message rather than an error.
|
static FacesMessage.Severity |
FacesMessage.SEVERITY_WARN
Message severity level indicating that an error might have occurred.
|
Modifier and Type | Method and Description |
---|---|
FacesMessage.Severity |
FacesMessage.getSeverity() |
Modifier and Type | Method and Description |
---|---|
void |
FacesMessage.setSeverity(FacesMessage.Severity severity)
Return the severity level.
|
Constructor and Description |
---|
FacesMessage(FacesMessage.Severity severity,
String summary,
String detail)
Construct a new
FacesMessage with the specified initial values. |
Modifier and Type | Method and Description |
---|---|
abstract FacesMessage.Severity |
FacesContext.getMaximumSeverity() |
FacesMessage.Severity |
FacesContextWrapper.getMaximumSeverity() |
Modifier and Type | Method and Description |
---|---|
static FacesMessage |
MessageUtils.getMessage(FacesContext facesContext,
Locale locale,
FacesMessage.Severity severity,
String messageId,
Object[] args) |
Constructor and Description |
---|
ParametrizableFacesMessage(FacesMessage.Severity severity,
String summary,
String detail,
Object[] args,
Locale locale) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.