Class AbstractListPaneTag

  • All Implemented Interfaces:
    Serializable, javax.servlet.jsp.tagext.BodyTag, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.Tag
    Direct Known Subclasses:
    AccumulativeListPaneTag, ListPaneTag

    public abstract class AbstractListPaneTag
    extends javax.servlet.jsp.tagext.BodyTagSupport
    Centralization of common code.
    Author:
    silveryocha
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class javax.servlet.jsp.tagext.BodyTagSupport

        bodyContent
      • Fields inherited from class javax.servlet.jsp.tagext.TagSupport

        id, pageContext
      • Fields inherited from interface javax.servlet.jsp.tagext.BodyTag

        EVAL_BODY_BUFFERED, EVAL_BODY_TAG
      • Fields inherited from interface javax.servlet.jsp.tagext.IterationTag

        EVAL_BODY_AGAIN
      • Fields inherited from interface javax.servlet.jsp.tagext.Tag

        EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
    • Constructor Detail

      • AbstractListPaneTag

        public AbstractListPaneTag()
    • Method Detail

      • getRoutingAddress

        public String getRoutingAddress()
      • setRoutingAddress

        public void setRoutingAddress​(String routingAddress)
      • setVar

        public void setVar​(String name)
        The name of the HttpSession attribute that contains the Pagination.
        Parameters:
        name - the name which references the pagination into the session.
      • 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.BodyTagSupport
        Throws:
        javax.servlet.jsp.JspException
      • getRequest

        protected javax.servlet.ServletRequest getRequest()
      • getSession

        protected javax.servlet.http.HttpSession getSession()