Package de.xima.fc.gui.model
Class TargettedFacesMessage
java.lang.Object
de.xima.fc.gui.model.TargettedFacesMessage
- All Implemented Interfaces:
Serializable
A pair of a
FacesMessage
with its client ID.- Since:
- 8.0.0
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTargettedFacesMessage
(String clientId, javax.faces.application.FacesMessage message) Creates a new POJO with the given data. -
Method Summary
Modifier and TypeMethodDescriptionjavax.faces.application.FacesMessage
-
Constructor Details
-
TargettedFacesMessage
Creates a new POJO with the given data.- Parameters:
clientId
- Client ID of the message's target.message
- Message to wrap.
-
-
Method Details
-
getClientId
- Returns:
- Client ID of the message's target.
-
getMessage
public javax.faces.application.FacesMessage getMessage()- Returns:
- The wrapped faces message.
-