Class AnchorTag

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

    public class AnchorTag
    extends TagBase
    a tag to build a page anchor link
    See Also:
    Serialized Form
    • Field Detail

    • Constructor Detail

      • AnchorTag

        public AnchorTag()
    • Method Detail

      • clear

        protected void clear()
        Description copied from class: CpnlBodyTagSupport
        Reset all member variables to the (default) start values. Called prior processing the tag and at release time.
        Overrides:
        clear in class TagBase
      • setName

        public void setName​(String anchor)
        Parameters:
        anchor - the identifier of the anchor link tag to set
      • getName

        protected String getName()
      • getTestResult

        protected boolean getTestResult()
        Description copied from class: TagBase
        evaluates the test expression if present and returns the evaluation result; default: 'true'
        Overrides:
        getTestResult in class TagBase
        Returns:
        the 'test' result combined with the name not blank check