Package de.xima.fc.gui.common.model
Class SessionFacesMessage
java.lang.Object
de.xima.fc.gui.common.model.SessionFacesMessage
- All Implemented Interfaces:
Serializable
A message like a
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.- Author:
- XIMA MEDIA GmbH
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic SessionFacesMessage
fromClient
(String summary, String detail, String severity, String origin) int
long
getTime()
static SessionFacesMessage
-
Method Details
-
valueOf
public static SessionFacesMessage valueOf(javax.faces.application.FacesMessage message, String origin) -
fromClient
public static SessionFacesMessage fromClient(String summary, String detail, String severity, String origin) -
getSummary
-
getDetail
-
getOrigin
-
getSeverity
public int getSeverity() -
getTime
public long getTime()
-