| Package | Description |
|---|---|
| org.trimou.engine | |
| org.trimou.engine.config | |
| org.trimou.engine.resolver | |
| org.trimou.engine.resolver.i18n |
| Modifier and Type | Method and Description |
|---|---|
MustacheEngineBuilder |
MustacheEngineBuilder.setProperty(ConfigurationKey configurationKey,
Object value) |
| Modifier and Type | Class and Description |
|---|---|
class |
EngineConfigurationKey
Engine configuration keys.
|
class |
SimpleConfigurationKey |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
Configuration.getBooleanPropertyValue(ConfigurationKey configurationKey) |
Boolean |
DefaultConfiguration.getBooleanPropertyValue(ConfigurationKey configurationKey) |
Long |
Configuration.getLongPropertyValue(ConfigurationKey configurationKey) |
Long |
DefaultConfiguration.getLongPropertyValue(ConfigurationKey configurationKey) |
String |
Configuration.getStringPropertyValue(ConfigurationKey configurationKey) |
String |
DefaultConfiguration.getStringPropertyValue(ConfigurationKey configurationKey) |
| Modifier and Type | Field and Description |
|---|---|
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 |
|---|---|
List<ConfigurationKey> |
ReflectionResolver.getConfigurationKeys() |
List<ConfigurationKey> |
Resolver.getConfigurationKeys() |
List<ConfigurationKey> |
AbstractResolver.getConfigurationKeys() |
| Modifier and Type | Field and Description |
|---|---|
static ConfigurationKey |
DateTimeFormatResolver.CUSTOM_PATTERN_KEY |
| Modifier and Type | Method and Description |
|---|---|
List<ConfigurationKey> |
DateTimeFormatResolver.getConfigurationKeys() |
Copyright © 2013. All Rights Reserved.