| 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_ERRORMessage severity level indicating that an error has occurred. | 
| static FacesMessage.Severity | FacesMessage. SEVERITY_FATALMessage severity level indicating that a serious error has occurred. | 
| static FacesMessage.Severity | FacesMessage. SEVERITY_INFOMessage severity level indicating an informational message rather than an error. | 
| static FacesMessage.Severity | FacesMessage. SEVERITY_WARNMessage 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  FacesMessagewith 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.