Interface ThymeleafStandardReplaceTagProcessorCaller

  • All Known Implementing Classes:
    ReplaceTagProcessor

    public interface ThymeleafStandardReplaceTagProcessorCaller
    This interface is implemented by custom tag processors supporting interceptors. If an interceptor replaces the target or context of a tag processing it has to call the original processing of the functionality with its customized context or attributes.
    Author:
    Claus Stümke
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void callStandardDoProcess​(org.thymeleaf.context.ITemplateContext context, org.thymeleaf.model.IProcessableElementTag tag, org.thymeleaf.engine.AttributeName attributeName, String attributeValue, org.thymeleaf.processor.element.IElementTagStructureHandler structureHandler)  
    • Method Detail

      • callStandardDoProcess

        void callStandardDoProcess​(org.thymeleaf.context.ITemplateContext context,
                                   org.thymeleaf.model.IProcessableElementTag tag,
                                   org.thymeleaf.engine.AttributeName attributeName,
                                   String attributeValue,
                                   org.thymeleaf.processor.element.IElementTagStructureHandler structureHandler)