Class SpringTranslationDocTypeProcessor

  • All Implemented Interfaces:
    org.thymeleaf.processor.doctype.IDocTypeProcessor, org.thymeleaf.processor.IProcessor

    public final class SpringTranslationDocTypeProcessor
    extends org.thymeleaf.processor.doctype.AbstractDocTypeProcessor
    Since:
    3.0.0
    Author:
    Daniel Fernández
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int PRECEDENCE  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void doProcess​(org.thymeleaf.context.ITemplateContext context, org.thymeleaf.model.IDocType docType, org.thymeleaf.processor.doctype.IDocTypeStructureHandler structureHandler)  
      • Methods inherited from class org.thymeleaf.processor.doctype.AbstractDocTypeProcessor

        process
      • Methods inherited from class org.thymeleaf.processor.AbstractProcessor

        getPrecedence, getTemplateMode
      • Methods inherited from interface org.thymeleaf.processor.IProcessor

        getPrecedence, getTemplateMode
    • Constructor Detail

      • SpringTranslationDocTypeProcessor

        public SpringTranslationDocTypeProcessor()
    • Method Detail

      • doProcess

        protected void doProcess​(org.thymeleaf.context.ITemplateContext context,
                                 org.thymeleaf.model.IDocType docType,
                                 org.thymeleaf.processor.doctype.IDocTypeStructureHandler structureHandler)
        Specified by:
        doProcess in class org.thymeleaf.processor.doctype.AbstractDocTypeProcessor