Class CommentStructureHandler

java.lang.Object
org.thymeleaf.engine.CommentStructureHandler
All Implemented Interfaces:
ICommentStructureHandler

public final class CommentStructureHandler extends Object implements ICommentStructureHandler

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

    • setContent

      boolean setContent
    • setContentValue

      CharSequence setContentValue
    • replaceWithModel

      boolean replaceWithModel
    • replaceWithModelValue

      IModel replaceWithModelValue
    • replaceWithModelProcessable

      boolean replaceWithModelProcessable
    • removeComment

      boolean removeComment
  • Constructor Details

    • CommentStructureHandler

      CommentStructureHandler()
  • Method Details