Interface IComment

  • All Superinterfaces:
    , ITemplateEvent

    public interface IComment
    extends 

    Event interface defining a Comment.

    Note that any implementations of this interface should be immutable.

    Since:
    3.0.0
    Author:
    Daniel Fernández
    • Method Detail

      • getComment

         getComment()

        Returns the whole Comment, including the <!--...--> prefix and suffix.

        Returns:
        the Comment.
      • getContent

         getContent()

        Returns the content of the Comment, without the prefix or suffix.

        Returns:
        the content of the Comment.