public class ParametrizableFacesMessage extends FacesMessage
FacesMessage.SeverityFACES_MESSAGES, SEVERITY_ERROR, SEVERITY_FATAL, SEVERITY_INFO, SEVERITY_WARN, VALUES, VALUES_MAP| Constructor and Description | 
|---|
| ParametrizableFacesMessage(FacesMessage.Severity severity,
                          String summary,
                          String detail,
                          Object[] args,
                          Locale locale) | 
| ParametrizableFacesMessage(String summary,
                          String detail,
                          Object[] args,
                          Locale locale) | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getDetail() | 
| String | getSummary()Return the localized summary text. | 
| String | getUnformattedDetail() | 
| String | getUnformattedSummary() | 
| void | setDetail(String detail)Set the localized detail text. | 
| void | setSummary(String summary)Set the localized summary text. | 
getSeverity, isRendered, rendered, setSeveritypublic ParametrizableFacesMessage(String summary, String detail, Object[] args, Locale locale)
public ParametrizableFacesMessage(FacesMessage.Severity severity, String summary, String detail, Object[] args, Locale locale)
public String getDetail()
getDetail in class FacesMessagepublic void setDetail(String detail)
FacesMessagesetDetail in class FacesMessagedetail - - The new localized detail textpublic String getUnformattedDetail()
public String getSummary()
FacesMessagegetSummary in class FacesMessagepublic void setSummary(String summary)
FacesMessagesetSummary in class FacesMessagesummary - - The new localized summary textpublic String getUnformattedSummary()
Copyright © 2022 The Apache Software Foundation. All rights reserved.