Class PageDownTag

All Implemented Interfaces:
Serializable, IterationTag, JspTag, Tag

public class PageDownTag extends ScrollTag
A JSP tag to handle Page Down links at the bottom of a view page.
Since:
1.0
Version:
7.0
Author:
Luke
See Also:
  • Constructor Details

    • PageDownTag

      public PageDownTag()
      Creates a new tag with the default label of "PAGE DOWN".
  • Method Details

    • doStartTag

      public int doStartTag() throws JspException
      Renders the link and label to the JSP output stream.
      Specified by:
      doStartTag in interface Tag
      Overrides:
      doStartTag in class LinkTag
      Returns:
      TagSupport.SKIP_BODY
      Throws:
      JspException - if an error occurs
    • doEndTag

      public int doEndTag() throws JspException
      Closes the link tag and outputs it to the JSP output stream.
      Specified by:
      doEndTag in interface Tag
      Overrides:
      doEndTag in class LinkTag
      Returns:
      TagSupport.EVAL_PAGE
      Throws:
      JspException - if an error occurs