|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tapestry5.ioc.internal.util.MessageFormatterImpl
public class MessageFormatterImpl
Constructor Summary | |
---|---|
MessageFormatterImpl(java.lang.String format,
java.util.Locale locale)
|
Method Summary | |
---|---|
java.lang.String |
format(java.lang.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 |
---|
public MessageFormatterImpl(java.lang.String format, java.util.Locale locale)
Method Detail |
---|
public java.lang.String format(java.lang.Object... args)
MessageFormatter
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).
format
in interface MessageFormatter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |