@Internal public interface Configuration
| Modifier and Type | Method and Description |
|---|---|
<T extends ConfigurationKey> |
getBooleanPropertyValue(T configurationKey) |
java.util.Map<java.lang.String,java.lang.Object> |
getGlobalData() |
java.util.Map<java.lang.String,Helper> |
getHelpers() |
java.lang.String |
getInfo() |
<T extends ConfigurationKey> |
getIntegerPropertyValue(T configurationKey) |
KeySplitter |
getKeySplitter() |
LocaleSupport |
getLocaleSupport() |
<T extends ConfigurationKey> |
getLongPropertyValue(T configurationKey) |
MissingValueHandler |
getMissingValueHandler() |
java.util.List<MustacheListener> |
getMustacheListeners() |
java.util.List<Resolver> |
getResolvers() |
<T extends ConfigurationKey> |
getStringPropertyValue(T configurationKey) |
java.util.List<TemplateLocator> |
getTemplateLocators() |
TextSupport |
getTextSupport() |
java.util.List<Resolver> getResolvers()
null if
no resolvers definedjava.util.Map<java.lang.String,java.lang.Object> getGlobalData()
null if no
global values definedjava.util.List<TemplateLocator> getTemplateLocators()
null if no template locators definedTextSupport getTextSupport()
LocaleSupport getLocaleSupport()
java.util.List<MustacheListener> getMustacheListeners()
Mustache listenersKeySplitter getKeySplitter()
MissingValueHandler getMissingValueHandler()
java.util.Map<java.lang.String,Helper> getHelpers()
<T extends ConfigurationKey> java.lang.Long getLongPropertyValue(T configurationKey)
configurationKey - <T extends ConfigurationKey> java.lang.Integer getIntegerPropertyValue(T configurationKey)
configurationKey - <T extends ConfigurationKey> java.lang.String getStringPropertyValue(T configurationKey)
configurationKey - <T extends ConfigurationKey> java.lang.Boolean getBooleanPropertyValue(T configurationKey)
configurationKey - java.lang.String getInfo()
Copyright © 2014. All Rights Reserved.