Class LookupTag
java.lang.Object
jakarta.servlet.jsp.tagext.TagSupport
net.ontopia.topicmaps.nav2.taglibs.value.BaseValueProducingTag
net.ontopia.topicmaps.nav2.taglibs.value.BaseValueProducingAndAcceptingTag
net.ontopia.topicmaps.nav2.taglibs.TMvalue.LookupTag
- All Implemented Interfaces:
jakarta.servlet.jsp.tagext.IterationTag,jakarta.servlet.jsp.tagext.JspTag,jakarta.servlet.jsp.tagext.Tag,Serializable,ValueAcceptingTagIF,ValueProducingTagIF
INTERNAL: Value Producing Tag for looking up objects by their
- subject address,
- subject indicator,
- source locator,
- or object id.
- See Also:
-
Field Summary
FieldsFields inherited from class net.ontopia.topicmaps.nav2.taglibs.value.BaseValueProducingAndAcceptingTag
contextTag, inputCollectionFields inherited from class net.ontopia.topicmaps.nav2.taglibs.value.BaseValueProducingTag
variableNameFields 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 TypeMethodDescriptionprocess(Collection values) INTERNAL: Process the input collection and return the output collection.voidvoidsetBasename(String nameValue) voidvoidsetIndicator(String indicator) voidsetObjectid(String objectid) voidsetParameter(String parameter) voidvoidsetSubject(String subject) voidsetVariant(String nameValue) Methods inherited from class net.ontopia.topicmaps.nav2.taglibs.value.BaseValueProducingAndAcceptingTag
accept, doEndTag, doStartTag, getInputCollectionMethods inherited from class net.ontopia.topicmaps.nav2.taglibs.value.BaseValueProducingTag
release, setOfMethods inherited from class jakarta.servlet.jsp.tagext.TagSupport
doAfterBody, findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue
-
Field Details
-
KIND_SUBJECT
- See Also:
-
KIND_INDICATOR
- See Also:
-
KIND_SOURCE
- See Also:
-
-
Constructor Details
-
LookupTag
public LookupTag()
-
-
Method Details
-
process
Description copied from interface:ValueProducingTagIFINTERNAL: Process the input collection and return the output collection. This collection will afterwards typically be passed up to the parent tag, which should be a value-accepting tag.- Throws:
jakarta.servlet.jsp.JspTagException- See Also:
-
setIndicator
-
setSubject
-
setSource
-
setObjectid
-
setParameter
-
setBasename
-
setVariant
-
setExpect
-
setAs
- Throws:
NavigatorRuntimeException
-