Package | Description |
---|---|
org.trimou.engine | |
org.trimou.engine.config | |
org.trimou.engine.locator | |
org.trimou.engine.resolver | |
org.trimou.engine.resolver.i18n | |
org.trimou.handlebars |
Modifier and Type | Method and Description |
---|---|
<T extends ConfigurationKey> |
MustacheEngineBuilder.setProperty(T configurationKey,
Object value)
Sets a configuration property.
|
Modifier and Type | Class and Description |
---|---|
class |
EngineConfigurationKey
Engine configuration keys.
|
class |
SimpleConfigurationKey |
Modifier and Type | Method and Description |
---|---|
<T extends ConfigurationKey> |
Configuration.getBooleanPropertyValue(T configurationKey) |
<T extends ConfigurationKey> |
Configuration.getIntegerPropertyValue(T configurationKey) |
<T extends ConfigurationKey> |
Configuration.getLongPropertyValue(T configurationKey) |
<T extends ConfigurationKey> |
Configuration.getStringPropertyValue(T configurationKey) |
Modifier and Type | Method and Description |
---|---|
default Set<ConfigurationKey> |
ConfigurationAware.getConfigurationKeys() |
Modifier and Type | Field and Description |
---|---|
static ConfigurationKey |
PathTemplateLocator.VIRTUAL_PATH_SEPARATOR_KEY
Virtual path separator
|
Modifier and Type | Method and Description |
---|---|
Set<ConfigurationKey> |
PathTemplateLocator.getConfigurationKeys() |
Modifier and Type | Field and Description |
---|---|
static ConfigurationKey |
CombinedIndexResolver.ENABLED_KEY
If set to
false the resolver is marked as invalid. |
static ConfigurationKey |
ReflectionResolver.HINT_FALLBACK_ENABLED_KEY
Even if the runtime class of the context object changes try to apply the
resolver.
|
static ConfigurationKey |
ReflectionResolver.MEMBER_CACHE_MAX_SIZE_KEY
Limit the size of the cache (e.g. to avoid problems when dynamic class
compilation is involved).
|
Modifier and Type | Method and Description |
---|---|
Set<ConfigurationKey> |
CombinedIndexResolver.getConfigurationKeys() |
Set<ConfigurationKey> |
ReflectionResolver.getConfigurationKeys() |
Modifier and Type | Field and Description |
---|---|
static ConfigurationKey |
DateTimeFormatResolver.CUSTOM_PATTERN_KEY |
Modifier and Type | Method and Description |
---|---|
Set<ConfigurationKey> |
DateTimeFormatResolver.getConfigurationKeys() |
Modifier and Type | Field and Description |
---|---|
static ConfigurationKey |
CacheHelper.FRAGMENT_CACHE_MAX_SIZE_KEY
Limit the size of the fragment cache.
|
static ConfigurationKey |
InvokeHelper.METHOD_CACHE_MAX_SIZE_KEY
Limit the size of the cache.
|
Modifier and Type | Method and Description |
---|---|
Set<ConfigurationKey> |
InvokeHelper.getConfigurationKeys() |
Set<ConfigurationKey> |
CacheHelper.getConfigurationKeys() |
Modifier and Type | Method and Description |
---|---|
SimpleHelpers.Builder |
SimpleHelpers.Builder.addConfigurationKey(ConfigurationKey key) |
Copyright © 2017. All rights reserved.