public class DictionaryModel extends Object
| Constructor and Description |
|---|
DictionaryModel(Class<?> dictionaryClass) |
| Modifier and Type | Method and Description |
|---|---|
TranslationModel |
addEntry(TranslationModel model) |
Class<?> |
getDictionaryClass() |
List<TranslationModel> |
getEntries() |
TranslationModel |
getEntry(Method method) |
String |
getI18nPath() |
boolean |
hasEntries() |
TranslationModel |
removeEntry(Method method) |
void |
setI18nPath(String i18nPath) |
public DictionaryModel(Class<?> dictionaryClass)
public Class<?> getDictionaryClass()
public TranslationModel addEntry(TranslationModel model)
public TranslationModel getEntry(Method method)
public TranslationModel removeEntry(Method method)
public boolean hasEntries()
public List<TranslationModel> getEntries()
public String getI18nPath()
public void setI18nPath(String i18nPath)
Copyright © 2017 ICF-Olson. All rights reserved.