A message with placeholders.
A list of parameters for the placeholders. The first three items are ignored. The item
at index i
corresponds to the placeholder {i-3}
.
The string, with the placeholders replaced by the given params.
Used when bean validation is enabled. Creates a faces message with the given key and for the given element. The element is used to find the label that is added to the message.
Element for which to create the message.
Key of the message.
Default message to show. May be used to find the key of the message.
A faces message with the given key for the given element.
Generated using TypeDoc
Given a message with placeholders, replaces the placeholders with the given parameters. The format of the message is similar to, but not quite the same as, the format used by
java.text.MessageFormat
.