public abstract class DictionaryBase extends Object
Dictionary
implementation.| Constructor and Description |
|---|
DictionaryBase() |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,Map<String,String>> |
getMessages() |
protected void |
key(String key,
Pair... langMsgs)
Adds a message.
|
protected Pair |
msg(String lang,
String msg)
Creates a localized message.
|
Copyright © 2018. All rights reserved.