java.lang.Object
jakarta.servlet.jsp.tagext.TagSupport
net.ontopia.topicmaps.nav2.taglibs.logic.SetTag
All Implemented Interfaces:
jakarta.servlet.jsp.tagext.IterationTag, jakarta.servlet.jsp.tagext.JspTag, jakarta.servlet.jsp.tagext.Tag, Serializable, ValueAcceptingTagIF

public class SetTag extends jakarta.servlet.jsp.tagext.TagSupport implements ValueAcceptingTagIF
INTERNAL: Logic Tag for establishing the outermost lexical scope in which computation happens.
See Also:
  • Field Summary

    Fields inherited from class jakarta.servlet.jsp.tagext.TagSupport

    id, pageContext

    Fields inherited from interface jakarta.servlet.jsp.tagext.IterationTag

    EVAL_BODY_AGAIN

    Fields inherited from interface jakarta.servlet.jsp.tagext.Tag

    EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Accepts input collection and make it accessible for tag.
    int
    Process the end tag.
    int
    Process the start tag for this instance.
    protected Comparator
     
    protected Comparator
     
    void
    reset the state of the Tag.
    void
    setComparator(String classname)
     
    void
     

    Methods inherited from class jakarta.servlet.jsp.tagext.TagSupport

    doAfterBody, findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SetTag

      public SetTag()
  • Method Details

    • doStartTag

      public int doStartTag()
      Process the start tag for this instance.
      Specified by:
      doStartTag in interface jakarta.servlet.jsp.tagext.Tag
      Overrides:
      doStartTag in class jakarta.servlet.jsp.tagext.TagSupport
    • doEndTag

      public int doEndTag()
      Process the end tag.
      Specified by:
      doEndTag in interface jakarta.servlet.jsp.tagext.Tag
      Overrides:
      doEndTag in class jakarta.servlet.jsp.tagext.TagSupport
    • release

      public void release()
      reset the state of the Tag.
      Specified by:
      release in interface jakarta.servlet.jsp.tagext.Tag
      Overrides:
      release in class jakarta.servlet.jsp.tagext.TagSupport
    • setName

      public void setName(String name)
    • setComparator

      public void setComparator(String classname) throws NavigatorRuntimeException
      Throws:
      NavigatorRuntimeException
    • accept

      public void accept(Collection value)
      Description copied from interface: ValueAcceptingTagIF
      Accepts input collection and make it accessible for tag.
      Specified by:
      accept in interface ValueAcceptingTagIF
    • getComparator

      protected Comparator getComparator() throws Exception
      Throws:
      Exception
    • getComparatorInstance

      protected Comparator getComparatorInstance(String classname) throws NavigatorRuntimeException
      Throws:
      NavigatorRuntimeException