Class SetTag
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
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, pageContextFields inherited from interface jakarta.servlet.jsp.tagext.IterationTag
EVAL_BODY_AGAINFields inherited from interface jakarta.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(Collection value) Accepts input collection and make it accessible for tag.intdoEndTag()Process the end tag.intProcess the start tag for this instance.protected Comparatorprotected ComparatorgetComparatorInstance(String classname) voidrelease()reset the state of the Tag.voidsetComparator(String classname) voidMethods inherited from class jakarta.servlet.jsp.tagext.TagSupport
doAfterBody, findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue
-
Constructor Details
-
SetTag
public SetTag()
-
-
Method Details
-
doStartTag
public int doStartTag()Process the start tag for this instance.- Specified by:
doStartTagin interfacejakarta.servlet.jsp.tagext.Tag- Overrides:
doStartTagin classjakarta.servlet.jsp.tagext.TagSupport
-
doEndTag
public int doEndTag()Process the end tag.- Specified by:
doEndTagin interfacejakarta.servlet.jsp.tagext.Tag- Overrides:
doEndTagin classjakarta.servlet.jsp.tagext.TagSupport
-
release
public void release()reset the state of the Tag.- Specified by:
releasein interfacejakarta.servlet.jsp.tagext.Tag- Overrides:
releasein classjakarta.servlet.jsp.tagext.TagSupport
-
setName
-
setComparator
- Throws:
NavigatorRuntimeException
-
accept
Description copied from interface:ValueAcceptingTagIFAccepts input collection and make it accessible for tag.- Specified by:
acceptin interfaceValueAcceptingTagIF
-
getComparator
- Throws:
Exception
-
getComparatorInstance
- Throws:
NavigatorRuntimeException
-