Class AbstractDocTypeProcessor

Object
org.thymeleaf.processor.AbstractProcessor
org.thymeleaf.processor.doctype.AbstractDocTypeProcessor
All Implemented Interfaces:
IDocTypeProcessor, IProcessor
Direct Known Subclasses:
StandardTranslationDocTypeProcessor

public abstract class AbstractDocTypeProcessor extends AbstractProcessor implements IDocTypeProcessor

Basic abstract implementation of IDocTypeProcessor.

This abstract implementation takes care of correct exception handling so that subclasses don't have to.

Since:
3.0.0
Author:
Daniel Fernández
  • Constructor Details

    • AbstractDocTypeProcessor

      public AbstractDocTypeProcessor(TemplateMode templateMode, int precedence)
  • Method Details