Package org.zkoss.mesg
Interface Messages.Formatter
-
- Enclosing class:
- Messages
public static interface Messages.FormatterThe 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.Objectformat(java.lang.Object o)Formats the specified object into a string.
-