Uses of Class
org.omnifaces.util.Messages.Message
-
Packages that use Messages.Message Package Description org.omnifaces.util -
-
Uses of Messages.Message in org.omnifaces.util
Methods in org.omnifaces.util that return Messages.Message Modifier and Type Method Description static Messages.MessageMessages. create(String message, Object... params)Create a faces message with the default INFO severity and the given message body which is formatted with the given parameters as summary message.Messages.MessageMessages.Message. detail(String detail, Object... params)Set the detail message of the current message.Messages.MessageMessages.Message. error()Set the severity of the current message to ERROR.Messages.MessageMessages.Message. fatal()Set the severity of the current message to FATAL.Messages.MessageMessages.Message. flash()Make the current message a flash message.Messages.MessageMessages.Message. warn()Set the severity of the current message to WARN.
-