public interface Configuration
Modifier and Type | Method and Description |
---|---|
ExecutorService |
geExecutorService() |
<T extends ConfigurationKey> |
getBooleanPropertyValue(T configurationKey) |
ComputingCacheFactory |
getComputingCacheFactory() |
Map<String,Object> |
getGlobalData() |
Map<String,Helper> |
getHelpers() |
IdentifierGenerator |
getIdentifierGenerator() |
String |
getInfo() |
<T extends ConfigurationKey> |
getIntegerPropertyValue(T configurationKey) |
KeySplitter |
getKeySplitter() |
LiteralSupport |
getLiteralSupport() |
LocaleSupport |
getLocaleSupport() |
<T extends ConfigurationKey> |
getLongPropertyValue(T configurationKey) |
MissingValueHandler |
getMissingValueHandler() |
List<MustacheListener> |
getMustacheListeners() |
List<Resolver> |
getResolvers() |
<T extends ConfigurationKey> |
getStringPropertyValue(T configurationKey) |
List<TemplateLocator> |
getTemplateLocators() |
TextSupport |
getTextSupport() |
List<ValueConverter> |
getValueConverters() |
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
listenersKeySplitter getKeySplitter()
MissingValueHandler getMissingValueHandler()
<T extends ConfigurationKey> Long getLongPropertyValue(T configurationKey)
configurationKey
- <T extends ConfigurationKey> Integer getIntegerPropertyValue(T configurationKey)
configurationKey
- <T extends ConfigurationKey> String getStringPropertyValue(T configurationKey)
configurationKey
- <T extends ConfigurationKey> Boolean getBooleanPropertyValue(T configurationKey)
configurationKey
- String getInfo()
ComputingCacheFactory getComputingCacheFactory()
IdentifierGenerator getIdentifierGenerator()
ExecutorService geExecutorService()
Options.executeAsync(org.trimou.handlebars.Options.HelperExecutable)
LiteralSupport getLiteralSupport()
List<ValueConverter> getValueConverters()
Copyright © 2017. All rights reserved.