Uses of Interface
org.thymeleaf.context.IEngineContext
-
Packages that use IEngineContext Package Description org.thymeleaf.context -
-
Uses of IEngineContext in org.thymeleaf.context
Classes in org.thymeleaf.context that implement IEngineContext Modifier and Type Class Description class
AbstractEngineContext
Utility abstract class partially implementingIEngineContext
.class
EngineContext
Basic non-web implementation of theIEngineContext
interface.class
WebEngineContext
Basic web implementation of theIEngineContext
interface, based on the Servlet API.Methods in org.thymeleaf.context that return IEngineContext Modifier and Type Method Description IEngineContext
IEngineContextFactory. createEngineContext(IEngineConfiguration configuration, TemplateData templateData, Map<String,Object> templateResolutionAttributes, IContext context)
Creates a newIEngineContext
to be used for processing a specific template.IEngineContext
StandardEngineContextFactory. createEngineContext(IEngineConfiguration configuration, TemplateData templateData, Map<String,Object> templateResolutionAttributes, IContext context)
-