@Internal public interface Configuration
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getBooleanPropertyValue(ConfigurationKey configurationKey) |
Map<String,Object> |
getGlobalData() |
Integer |
getIntegerPropertyValue(ConfigurationKey configurationKey) |
LocaleSupport |
getLocaleSupport() |
Long |
getLongPropertyValue(ConfigurationKey configurationKey) |
List<MustacheListener> |
getMustacheListeners() |
List<Resolver> |
getResolvers() |
String |
getStringPropertyValue(ConfigurationKey configurationKey) |
List<TemplateLocator> |
getTemplateLocators() |
TextSupport |
getTextSupport() |
List<Resolver> getResolvers()
null if
no resolvers definedMap<String,Object> getGlobalData()
null if no
global values definedList<TemplateLocator> getTemplateLocators()
null if
no template locators definedTextSupport getTextSupport()
LocaleSupport getLocaleSupport()
List<MustacheListener> getMustacheListeners()
Mustache listenersLong getLongPropertyValue(ConfigurationKey configurationKey)
configurationKey - Integer getIntegerPropertyValue(ConfigurationKey configurationKey)
configurationKey - String getStringPropertyValue(ConfigurationKey configurationKey)
configurationKey - Boolean getBooleanPropertyValue(ConfigurationKey configurationKey)
configurationKey - Copyright © 2013. All Rights Reserved.