- getCharset() - Method in class cat.albirar.template.engine.models.ConfigurationPropertiesBean
 
- 
The default charset for templates and output.
 
- getCharSet() - Method in class cat.albirar.template.engine.models.TemplateDefinitionBean
 
- 
The charset of resulting content from this template.
 
- getContentType() - Method in class cat.albirar.template.engine.models.TemplateDefinitionBean
 
- 
The resulting content type of this template.
 
- getDirectories() - Method in class cat.albirar.template.engine.models.ConfigurationPropertiesBean
 
- 
The template directories.
 
- getLocale() - Method in class cat.albirar.template.engine.models.TemplateInstanceBean
 
- 
The locale to use in i18n.
 
- getLocale() - Method in class cat.albirar.template.engine.service.TemplateEngineContext
 
- getMediaType() - Method in enum cat.albirar.template.engine.EContentType
 
- 
Gets the media type for this content type.
 
- getMessages() - Method in class cat.albirar.template.engine.models.TemplateInstanceBean
 
- 
Messages to use in i18n.
 
- getName() - Method in class cat.albirar.template.engine.models.TemplateDefinitionBean
 
- 
A symbolic name for this template.
 
- getRegisteredTemplateLanguages() - Method in interface cat.albirar.template.engine.ITemplateEngineFactory
 
- 
Return an immutable list of registered template engine languages.
 
- getRegisteredTemplateLanguages() - Method in class cat.albirar.template.engine.registry.TemplateEngineRegistryDefaultImpl
 
- 
Return an immutable list of registered template engine languages.
 
- getTemplate() - Method in class cat.albirar.template.engine.models.TemplateDefinitionBean
 
- 
The template resource path, can be any of the resources resolved by ResourceLoader.getResource(String).
 
- getTemplateEngine(String) - Method in interface cat.albirar.template.engine.ITemplateEngineFactory
 
- 
 
- getTemplateEngine(String) - Method in class cat.albirar.template.engine.registry.TemplateEngineRegistryDefaultImpl
 
- 
 
- getTemplateEngineLanguage() - Method in class cat.albirar.template.engine.models.TemplateDefinitionBean
 
- 
The template engine language.
 
- getTemplateInstance() - Method in class cat.albirar.template.engine.service.TemplateEngineContext
 
- 
The original template instance.
 
- getTemplateLanguage() - Method in class cat.albirar.template.engine.service.impl.ThymeleafSpringTemplateEngineImpl
 
- 
Return the template language identifier for this template engine, like thymeleaf, velocity, etc.
 
- getTemplateLanguage() - Method in interface cat.albirar.template.engine.service.ITemplateEngine
 
- 
Return the template language identifier for this template engine, like thymeleaf, velocity, etc.
 
- getTemplateMode() - Method in enum cat.albirar.template.engine.EContentType
 
- 
Get the TemplateMode for this content type.
 
- getVariable(String) - Method in class cat.albirar.template.engine.service.TemplateEngineContext
 
- getVariableNames() - Method in class cat.albirar.template.engine.service.TemplateEngineContext
 
- getVariables() - Method in class cat.albirar.template.engine.models.TemplateInstanceBean
 
- 
A map with key-values to apply on rendering.