| Package | Description | 
|---|---|
| jakarta.faces.application | |
| jakarta.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  
FacesMessages that has been
 queued, whether or not they are associated with any specific UIComponent. | 
Copyright © 2018,2020 Eclipse Foundation.
Use is subject to license terms.