Uses of Interface
org.apache.tapestry5.ioc.MessageFormatter

Packages that use MessageFormatter
org.apache.tapestry5.ioc   
org.apache.tapestry5.ioc.internal.util   
org.apache.tapestry5.ioc.test   
org.apache.tapestry5.ioc.util   
 

Uses of MessageFormatter in org.apache.tapestry5.ioc
 

Methods in org.apache.tapestry5.ioc that return MessageFormatter
 MessageFormatter Messages.getFormatter(java.lang.String key)
          Returns a formatter for the message, which can be used to substitute arguments (as per Formatter).
 

Uses of MessageFormatter in org.apache.tapestry5.ioc.internal.util
 

Classes in org.apache.tapestry5.ioc.internal.util that implement MessageFormatter
 class MessageFormatterImpl
           
 

Uses of MessageFormatter in org.apache.tapestry5.ioc.test
 

Methods in org.apache.tapestry5.ioc.test that return MessageFormatter
protected  MessageFormatter IOCTestCase.mockMessageFormatter()
           
 

Methods in org.apache.tapestry5.ioc.test with parameters of type MessageFormatter
protected  void IOCTestCase.train_format(MessageFormatter formatter, java.lang.String result, java.lang.Object... arguments)
          Have to put the result before the varargs.
protected  void IOCTestCase.train_getMessageFormatter(Messages messages, java.lang.String key, MessageFormatter formatter)
           
 

Uses of MessageFormatter in org.apache.tapestry5.ioc.util
 

Methods in org.apache.tapestry5.ioc.util that return MessageFormatter
 MessageFormatter AbstractMessages.getFormatter(java.lang.String key)
           
 



Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.