Package | Description |
---|---|
javax.faces.application | |
javax.faces.context |
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()
Return the severity level.
|
Modifier and Type | Method and Description |
---|---|
void |
FacesMessage.setSeverity(FacesMessage.Severity severity)
Set 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 |
---|---|
FacesMessage.Severity |
FacesContextWrapper.getMaximumSeverity()
The default behavior of this method is to
call
FacesContext.getMaximumSeverity()
on the wrapped FacesContext object. |
abstract FacesMessage.Severity |
FacesContext.getMaximumSeverity()
Return the maximum severity level recorded on any
FacesMessage s that has been queued, whether or not they are
associated with any specific UIComponent . |
Copyright © 2019 JBoss by Red Hat. All rights reserved.