| Package | Description |
|---|---|
| org.thymeleaf | |
| org.thymeleaf.dialect | |
| org.thymeleaf.standard |
| Modifier and Type | Method and Description |
|---|---|
IDialect |
DialectConfiguration.getDialect() |
| Modifier and Type | Method and Description |
|---|---|
Set<IDialect> |
TemplateEngine.getDialects()
Returns the configured dialects.
|
Set<IDialect> |
EngineConfiguration.getDialects() |
Set<IDialect> |
IEngineConfiguration.getDialects() |
Map<String,Set<IDialect>> |
TemplateEngine.getDialectsByPrefix()
Returns the configured dialects, referenced by their prefixes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TemplateEngine.addDialect(IDialect dialect)
Adds a new dialect for this template engine, using the dialect's specified
default dialect.
|
void |
TemplateEngine.addDialect(String prefix,
IDialect dialect)
Adds a new dialect for this template engine, using the specified prefix.
|
void |
TemplateEngine.setDialect(IDialect dialect)
Sets a new unique dialect for this template engine.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TemplateEngine.setAdditionalDialects(Set<IDialect> additionalDialects)
Sets an additional set of dialects for this template engine, all of them using
their default prefixes.
|
void |
TemplateEngine.setDialects(Set<IDialect> dialects)
Sets a new set of dialects for this template engine, all of them using
their default prefixes.
|
void |
TemplateEngine.setDialectsByPrefix(Map<String,IDialect> dialects)
Sets a new set of dialects for this template engine, referenced
by the prefixes they will be using.
|
| Constructor and Description |
|---|
DialectConfiguration(IDialect dialect) |
DialectConfiguration(String prefix,
IDialect dialect) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IExecutionAttributeDialect |
interface |
IExpressionObjectDialect |
interface |
IPostProcessorDialect |
interface |
IPreProcessorDialect |
interface |
IProcessorDialect
Base interface for all dialects providing processors (
IProcessor objects) to the template engine. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDialect
Base abstract implementation of the
IDialect interface. |
class |
AbstractProcessorDialect |
| Modifier and Type | Class and Description |
|---|---|
class |
StandardDialect
Standard Dialect.
|
Copyright © 2017 The THYMELEAF team. All rights reserved.