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 classAbstractEngineContextUtility abstract class partially implementingIEngineContext.classEngineContextBasic non-web implementation of theIEngineContextinterface.classWebEngineContextBasic web implementation of theIEngineContextinterface, based on the Servlet API.Methods in org.thymeleaf.context that return IEngineContext Modifier and Type Method Description IEngineContextIEngineContextFactory. createEngineContext(IEngineConfiguration configuration, TemplateData templateData, Map<String,Object> templateResolutionAttributes, IContext context)Creates a newIEngineContextto be used for processing a specific template.IEngineContextStandardEngineContextFactory. createEngineContext(IEngineConfiguration configuration, TemplateData templateData, Map<String,Object> templateResolutionAttributes, IContext context)
-