Class PageUpTag

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

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

    • PageUpTag

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

    • doStartTag

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

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