Class SequenceTag
java.lang.Object
jakarta.servlet.jsp.tagext.TagSupport
net.ontopia.topicmaps.nav2.taglibs.value.SequenceTag
- All Implemented Interfaces:
jakarta.servlet.jsp.tagext.IterationTag,jakarta.servlet.jsp.tagext.JspTag,jakarta.servlet.jsp.tagext.Tag,Serializable,ValueAcceptingTagIF
public class SequenceTag
extends jakarta.servlet.jsp.tagext.TagSupport
implements ValueAcceptingTagIF
INTERNAL: Tag which gathers all the values it receives into a
sequence. All the collections received are flattened into a single
sequence.
- 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 inputCollection) Accepts input collection and make it accessible for tag.intdoEndTag()Process the end tag.intProcess the start tag for this instance.voidrelease()reset the state of the Tag.Methods inherited from class jakarta.servlet.jsp.tagext.TagSupport
doAfterBody, findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue
-
Constructor Details
-
SequenceTag
public SequenceTag()
-
-
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
-
accept
Description copied from interface:ValueAcceptingTagIFAccepts input collection and make it accessible for tag.- Specified by:
acceptin interfaceValueAcceptingTagIF
-