Class AbstractCommentProcessor

Object
org.thymeleaf.processor.AbstractProcessor
org.thymeleaf.processor.comment.AbstractCommentProcessor
All Implemented Interfaces:
ICommentProcessor, IProcessor
Direct Known Subclasses:
StandardConditionalCommentProcessor, StandardInliningCommentProcessor

public abstract class AbstractCommentProcessor extends AbstractProcessor implements ICommentProcessor

Basic abstract implementation of ICommentProcessor.

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

    • AbstractCommentProcessor

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