org.zkoss.mesg
Interface Messages.Formatter

Enclosing class:
Messages

public static interface Messages.Formatter

The formatter used by Messages.get(int, Object[], Locale) to format the specified object.


Method Summary
 Object format(Object o)
          Formats the specified object into a string.
 

Method Detail

format

Object format(Object o)
Formats the specified object into a string.



Copyright © 2014. All rights reserved.