Class ProcessorTemplateHandler

Object
org.thymeleaf.engine.ProcessorTemplateHandler
All Implemented Interfaces:
ITemplateHandler

public final class ProcessorTemplateHandler extends Object implements ITemplateHandler

Basic, most fundamental processor in the chain of ITemplateHandlers applied to a template for processing it.

This handler actually executes all applicable IProcessors to each of the template events, resulting in the processing of the template.

All pre-processors apply before this handler, and all post-processors apply afterwards.

Since:
3.0.0
Author:
Daniel Fernández