| Package | Description | 
|---|---|
| org.omnifaces.util | 
| Modifier and Type | Method and Description | 
|---|---|
| static Messages.Message | Messages. 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.Message | Messages.Message. detail(String detail,
      Object... params)Set the detail message of the current message. | 
| Messages.Message | Messages.Message. error()Set the severity of the current message to ERROR. | 
| Messages.Message | Messages.Message. fatal()Set the severity of the current message to FATAL. | 
| Messages.Message | Messages.Message. flash()Make the current message a flash message. | 
| Messages.Message | Messages.Message. warn()Set the severity of the current message to WARN. | 
Copyright © 2012–2017 OmniFaces. All rights reserved.