| java.lang.Object javax.faces.application.FacesMessage
Inner Class :public static class Severity implements Comparable | |
FACES_MESSAGES | final public static String FACES_MESSAGES(Code) | | |
SEVERITY_ERROR | final public static Severity SEVERITY_ERROR(Code) | | |
SEVERITY_FATAL | final public static Severity SEVERITY_FATAL(Code) | | |
SEVERITY_INFO | final public static Severity SEVERITY_INFO(Code) | | |
SEVERITY_WARN | final public static Severity SEVERITY_WARN(Code) | | |
VALUES_MAP | final public static Map VALUES_MAP(Code) | | |
FacesMessage | public FacesMessage()(Code) | | |
getDetail | public String getDetail()(Code) | | Return the localized detail text. If no localized detail text has been
defined for this message, return the localized summary text instead.
|
getSeverity | public Severity getSeverity()(Code) | | |
setSeverity | public void setSeverity(Severity severity)(Code) | | |
|
|