public class MessagesChain extends AbstractMessagesImpl
basename, bundle, JS_OBJECTNAME, locale, log
Constructor and Description |
---|
MessagesChain(Messages head)
Create a chain passing the wrapped head of the chain.
|
Modifier and Type | Method and Description |
---|---|
MessagesChain |
chain(Messages messages)
Append messages to the chain.
|
String |
get(String key)
Get the string searching in the chain.
|
Iterator<String> |
keys()
Return all keys contained in this chain.
|
void |
reload()
Reload the chain.
|
equals, get, getBasename, getLocale, getWithDefault, getWithDefault, toString
public MessagesChain(Messages head)
public MessagesChain chain(Messages messages)
public String get(String key)
key
- the keyCopyright © 2003–2018 Magnolia International Ltd.. All rights reserved.