Class ObjectIdTag
java.lang.Object
jakarta.servlet.jsp.tagext.TagSupport
net.ontopia.topicmaps.nav2.taglibs.tolog.BaseOutputProducingTag
net.ontopia.topicmaps.nav2.taglibs.tolog.ObjectIdTag
- All Implemented Interfaces:
jakarta.servlet.jsp.tagext.IterationTag,jakarta.servlet.jsp.tagext.JspTag,jakarta.servlet.jsp.tagext.Tag,Serializable
INTERNAL: Output Producing Tag for selecting the ID
of an object and writing it out.
- See Also:
-
Field Summary
Fields inherited from class net.ontopia.topicmaps.nav2.taglibs.tolog.BaseOutputProducingTag
escapeEntities, fallbackValue, query, 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 TypeMethodDescriptionfinal voidgenerateOutput(jakarta.servlet.jsp.JspWriter out, Object outObject) getName()Methods inherited from class net.ontopia.topicmaps.nav2.taglibs.tolog.BaseOutputProducingTag
doEndTag, doStartTag, generateOutputObject, print2Writer, release, setFallback, setQuery, setVarMethods inherited from class jakarta.servlet.jsp.tagext.TagSupport
doAfterBody, findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue
-
Constructor Details
-
ObjectIdTag
public ObjectIdTag()
-
-
Method Details
-
generateOutput
public final void generateOutput(jakarta.servlet.jsp.JspWriter out, Object outObject) throws jakarta.servlet.jsp.JspTagException, IOException - Specified by:
generateOutputin classBaseOutputProducingTag- Throws:
jakarta.servlet.jsp.JspTagExceptionIOException
-
getName
- Specified by:
getNamein classBaseOutputProducingTag
-