Package org.apache.tapestry5.commons
Interface MessageFormatter
- 
- All Known Implementing Classes:
 MessageFormatterImpl
public interface MessageFormatter
Obtained from a org.apache.tapestry5.ioc.Messages, used to format messages for a specific localized message key. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringformat(Object... args)Formats the message. 
 -