org.apache.tapestry5.ioc.internal.util
Class MessageFormatterImpl
java.lang.Object
org.apache.tapestry5.ioc.internal.util.MessageFormatterImpl
- All Implemented Interfaces:
- MessageFormatter
public class MessageFormatterImpl
- extends Object
- implements MessageFormatter
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MessageFormatterImpl
public MessageFormatterImpl(String format,
Locale locale)
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.