Uses of Class
org.thymeleaf.engine.TemplateData
-
Packages that use TemplateData Package Description org.thymeleaf.context org.thymeleaf.engine org.thymeleaf.expression org.thymeleaf.model org.thymeleaf.processor.element -
-
Uses of TemplateData in org.thymeleaf.context
Methods in org.thymeleaf.context that return TemplateData Modifier and Type Method Description TemplateDataEngineContext. getTemplateData()TemplateDataITemplateContext. getTemplateData()Returns the template data object containing metadata about the template currently being processed.TemplateDataWebEngineContext. getTemplateData()Methods in org.thymeleaf.context that return types with arguments of type TemplateData Modifier and Type Method Description List<TemplateData>EngineContext. getTemplateStack()List<TemplateData>ITemplateContext. getTemplateStack()Returns the list of all theTemplateDataobjects corresponding to all the templates that have been nested in order to reach the current execution point.List<TemplateData>WebEngineContext. getTemplateStack()Methods in org.thymeleaf.context with parameters of type TemplateData 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)voidEngineContext. setTemplateData(TemplateData templateData)voidIEngineContext. setTemplateData(TemplateData template)Sets a new template metadata object (TemplateData) for the current execution point, specifying that the elements and nodes that are to be processed from now on (until the context level is decreased below the current level) originally belonged to a different template.voidWebEngineContext. setTemplateData(TemplateData templateData)Constructors in org.thymeleaf.context with parameters of type TemplateData Constructor Description EngineContext(IEngineConfiguration configuration, TemplateData templateData, Map<String,Object> templateResolutionAttributes, Locale locale, Map<String,Object> variables)Creates a new instance of thisIEngineContextimplementation.WebEngineContext(IEngineConfiguration configuration, TemplateData templateData, Map<String,Object> templateResolutionAttributes, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, javax.servlet.ServletContext servletContext, Locale locale, Map<String,Object> variables)Creates a new instance of thisIEngineContextimplementation binding engine execution to the Servlet API. -
Uses of TemplateData in org.thymeleaf.engine
Methods in org.thymeleaf.engine that return TemplateData Modifier and Type Method Description TemplateDataTemplateModel. getTemplateData()Methods in org.thymeleaf.engine with parameters of type TemplateData Modifier and Type Method Description IModelStandardModelFactory. parse(TemplateData ownerTemplate, String template)TemplateModelTemplateManager. parseString(TemplateData ownerTemplateData, String template, int lineOffset, int colOffset, TemplateMode templateMode, boolean useCache)voidElementModelStructureHandler. setTemplateData(TemplateData templateData)voidElementTagStructureHandler. setTemplateData(TemplateData templateData)Constructors in org.thymeleaf.engine with parameters of type TemplateData Constructor Description ModelBuilderTemplateHandler(IEngineConfiguration configuration, TemplateData templateData) -
Uses of TemplateData in org.thymeleaf.expression
Methods in org.thymeleaf.expression that return types with arguments of type TemplateData Modifier and Type Method Description List<TemplateData>ExecutionInfo. getTemplateStack()Returns the template stack, containing the metadata for the first-level template being processed and also any fragments that might have been nested up to the current execution point. -
Uses of TemplateData in org.thymeleaf.model
Methods in org.thymeleaf.model with parameters of type TemplateData Modifier and Type Method Description IModelIModelFactory. parse(TemplateData ownerTemplate, String template)Parse the template specified as String and return the result as a model. -
Uses of TemplateData in org.thymeleaf.processor.element
Methods in org.thymeleaf.processor.element with parameters of type TemplateData Modifier and Type Method Description voidIElementModelStructureHandler. setTemplateData(TemplateData templateData)Instructs the engine to set a new template data.voidIElementTagStructureHandler. setTemplateData(TemplateData templateData)Instructs the engine to set a new template data.
-