Package org.zkoss.mesg
Interface Messages.Formatter
-
- Enclosing class:
- Messages
public static interface Messages.Formatter
The formatter used byMessages.get(int, Object[], Locale)
to format the specified object.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Object
format(java.lang.Object o)
Formats the specified object into a string.
-