|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FacesMessageFactory
Structure for a factory that creates FacesMessages that also implement the LabeledMessage interface. The LabelMessage interface adds label capabilities to the FacesMessage.
| Method Summary | |
|---|---|
javax.faces.application.FacesMessage |
convert(javax.faces.application.FacesMessage facesMessage)
Converts the facesMessage so that is implements the LabelMessage interface. |
javax.faces.application.FacesMessage |
create(javax.faces.application.FacesMessage.Severity severity,
String summary,
String detail)
Create a LabelMessage implementing FacesMessage using the parameters as content. |
| Method Detail |
|---|
javax.faces.application.FacesMessage convert(javax.faces.application.FacesMessage facesMessage)
facesMessage - The facesMessage to convert
javax.faces.application.FacesMessage create(javax.faces.application.FacesMessage.Severity severity,
String summary,
String detail)
severity - Severity for the FacesMessage.summary - summary text for the message.detail - detail test for the message.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||