Class CommentStructureHandler

  • All Implemented Interfaces:
    ICommentStructureHandler

    public final class CommentStructureHandler
    extends java.lang.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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void removeComment()
      Instructs the engine to remove the entire event that is being processed.
      void replaceWith​(IModel model, boolean processable)
      Instructs the engine to replace the current event with the specified model (a IModel).
      void reset()
      Resets all actions specified so far for the current processor execution.
      void setContent​(java.lang.CharSequence content)
      Instructs the engine to set a new content for this Comment.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • setContent

        boolean setContent
      • setContentValue

        java.lang.CharSequence setContentValue
      • replaceWithModel

        boolean replaceWithModel
      • replaceWithModelValue

        IModel replaceWithModelValue
      • replaceWithModelProcessable

        boolean replaceWithModelProcessable
      • removeComment

        boolean removeComment
    • Constructor Detail

      • CommentStructureHandler

        CommentStructureHandler()