|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.tapestry5.ioc.util.AbstractMessages
org.apache.tapestry5.ioc.internal.util.MessagesImpl
public class MessagesImpl
Implementation of Messages based around a ResourceBundle.
| Constructor Summary | |
|---|---|
MessagesImpl(java.util.Locale locale,
java.util.ResourceBundle bundle)
|
|
| Method Summary | |
|---|---|
static Messages |
forClass(java.lang.Class forClass)
Finds the messages for a given Messages utility class. |
protected java.lang.String |
valueForKey(java.lang.String key)
Invoked to provide the value for a particular key. |
| Methods inherited from class org.apache.tapestry5.ioc.util.AbstractMessages |
|---|
contains, format, get, getFormatter |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MessagesImpl(java.util.Locale locale,
java.util.ResourceBundle bundle)
| Method Detail |
|---|
public static Messages forClass(java.lang.Class forClass)
forClass -
protected java.lang.String valueForKey(java.lang.String key)
AbstractMessages
valueForKey in class AbstractMessageskey - the key to obtain a value for (case insensitive)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||