| Package | Description |
|---|---|
| cat.albirar.template.engine | |
| cat.albirar.template.engine.models |
| Modifier and Type | Method and Description |
|---|---|
static EContentType |
EContentType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EContentType[] |
EContentType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
static EContentType |
TemplateDefinitionBean.DEFAULT_CONTENT_TYPE |
| Modifier and Type | Method and Description |
|---|---|
EContentType |
TemplateDefinitionBean.getContentType()
The resulting content type of this template.
|
| Modifier and Type | Method and Description |
|---|---|
B |
TemplateDefinitionBean.TemplateDefinitionBeanBuilder.contentType(EContentType contentType) |
void |
TemplateDefinitionBean.setContentType(@NotNull EContentType contentType)
The resulting content type of this template.
|
| Constructor and Description |
|---|
TemplateDefinitionBean(String name,
String template,
String templateEngineLanguage,
EContentType contentType,
Charset charSet) |
Copyright © 2021 Albirar. All rights reserved.