Class TextStructureHandler

java.lang.Object
org.thymeleaf.engine.TextStructureHandler
All Implemented Interfaces:
ITextStructureHandler

public final class TextStructureHandler extends Object implements ITextStructureHandler

Structure handler implementation, internally used by the engine.

This class should not be directly used from outside the engine.

Since:
3.0.0
  • Field Details

    • setText

      boolean setText
    • setTextValue

      CharSequence setTextValue
    • replaceWithModel

      boolean replaceWithModel
    • replaceWithModelValue

      IModel replaceWithModelValue
    • replaceWithModelProcessable

      boolean replaceWithModelProcessable
    • removeText

      boolean removeText
  • Constructor Details

    • TextStructureHandler

      TextStructureHandler()
  • Method Details