|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object info.magnolia.cms.i18n.AbstractMessagesImpl info.magnolia.cms.i18n.EmptyMessages
public class EmptyMessages
A null-pattern implementation of the messages interface.
Field Summary |
---|
Fields inherited from class info.magnolia.cms.i18n.AbstractMessagesImpl |
---|
basename, bundle, JS_OBJECTNAME, locale, log |
Constructor Summary | |
---|---|
EmptyMessages()
|
Method Summary | |
---|---|
java.lang.String |
get(java.lang.String key)
Get the message from the bundle. |
java.util.Iterator |
keys()
Iterate over the keys. |
void |
reload()
Reload the messages. |
Methods inherited from class info.magnolia.cms.i18n.AbstractMessagesImpl |
---|
equals, get, getBasename, getLocale, getWithDefault, getWithDefault, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public EmptyMessages()
Method Detail |
---|
public java.lang.String get(java.lang.String key)
Messages
key
- the key
public java.util.Iterator keys()
Messages
public void reload() throws java.lang.Exception
Messages
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |