public class SessionFacesMessage extends Object implements Serializable
FacesMessage
, but with more additional information required for making the message useful
during later in the session. During the session, these messages can be viewed in the backend at any time. We need to
additional information such as when the message was created and where.Modifier and Type | Method and Description |
---|---|
static SessionFacesMessage |
fromClient(String summary,
String detail,
String severity,
String origin) |
String |
getDetail() |
String |
getOrigin() |
int |
getSeverity() |
String |
getSummary() |
long |
getTime() |
static SessionFacesMessage |
valueOf(javax.faces.application.FacesMessage message,
String origin) |
public static SessionFacesMessage valueOf(javax.faces.application.FacesMessage message, String origin)
public static SessionFacesMessage fromClient(String summary, String detail, String severity, String origin)
public String getSummary()
public String getDetail()
public String getOrigin()
public int getSeverity()
public long getTime()
Copyright © 2021 XIMA MEDIA GmbH. All rights reserved.