Class Break

    • Constructor Detail

      • Break

        public Break()
        Initializes the tag.
    • Method Detail

      • hasContent

        public boolean hasContent()
        Checks whether there is any content to append.
        Specified by:
        hasContent in class AbstractTag
        Returns:
        always false
      • appendContent

        protected void appendContent​(StringBuilder buffer)
        Does nothing.
        Specified by:
        appendContent in class AbstractTag
        Parameters:
        buffer - the buffer to append the content to