|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ValidationMessages
Support interface used to provide access to validation messages. Typically used by
Validator
s.
Method Summary | |
---|---|
String |
formatValidationMessage(String messageOverride,
String messageKey,
Object[] arguments)
Formats a validation message. |
Locale |
getLocale()
Returns the locale for which messages are generated. |
Method Detail |
---|
String formatValidationMessage(String messageOverride, String messageKey, Object[] arguments)
messageOverride
- a supplied override to the default message format taken from the
ValidationStrings.properties message catalog.messageKey
- used to look up the message format when messageOverride is blank (null or empty)arguments
- array of arguments formatted with the message formatLocale getLocale()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |