Package | Description |
---|---|
org.thymeleaf.context |
Modifier and Type | Class and Description |
---|---|
class |
AbstractEngineContext
Utility abstract class partially implementing
IEngineContext . |
class |
EngineContext
Basic non-web implementation of the
IEngineContext interface. |
class |
WebEngineContext
Basic web implementation of the
IEngineContext interface, based on the Servlet API. |
Modifier and Type | Method and Description |
---|---|
IEngineContext |
IEngineContextFactory.createEngineContext(IEngineConfiguration configuration,
TemplateData templateData,
Map<String,Object> templateResolutionAttributes,
IContext context)
Creates a new
IEngineContext to be used for processing a specific template. |
IEngineContext |
StandardEngineContextFactory.createEngineContext(IEngineConfiguration configuration,
TemplateData templateData,
Map<String,Object> templateResolutionAttributes,
IContext context) |
Copyright © 2016 The THYMELEAF team. All rights reserved.