org.apache.tapestry5.ioc.internal.util
Class MessageFormatterImpl

java.lang.Object
  extended by org.apache.tapestry5.ioc.internal.util.MessageFormatterImpl
All Implemented Interfaces:
MessageFormatter

public class MessageFormatterImpl
extends Object
implements MessageFormatter


Constructor Summary
MessageFormatterImpl(String format, Locale locale)
           
 
Method Summary
 String format(Object... args)
          Formats the message.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MessageFormatterImpl

public MessageFormatterImpl(String format,
                            Locale locale)
Method Detail

format

public String format(Object... args)
Description copied from interface: MessageFormatter
Formats the message. The arguments are passed to Formatter as is with one exception: Object of type Throwable are converted to their Throwable.getMessage() (or, if that is null, to the name of the class).

Specified by:
format in interface MessageFormatter
Returns:
formatted string


Copyright © 2003-2012 The Apache Software Foundation.