Class CommentListTag

  • All Implemented Interfaces:
    Serializable, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.Tag

    public class CommentListTag
    extends CommentWidget
    A tag for displaying a list of comments. Each comment in the list have two associated operations: remove it and edit it.
    See Also:
    Serialized Form
    • Constructor Detail

      • CommentListTag

        public CommentListTag()
    • Method Detail

      • doStartTag

        public int doStartTag()
                       throws javax.servlet.jsp.JspException
        Specified by:
        doStartTag in interface javax.servlet.jsp.tagext.Tag
        Overrides:
        doStartTag in class javax.servlet.jsp.tagext.TagSupport
        Throws:
        javax.servlet.jsp.JspException
      • getCommentListRenderingScript

        protected String getCommentListRenderingScript()
        Gets the instructions that renders the list of comments.
        Returns:
        the rendering instructions.