Package net.ontopia.topicmaps.nav2.core
Interface OutputProducingTagIF
- All Known Implementing Classes:
BaseOutputProducingTag,ContentTag,CountTag,DebugTag,LinkTag,LocatorTag,NameTag,ObjectIdTag,SymbolicIdTag,TopicMapIdTag
public interface OutputProducingTagIF
INTERNAL: Implemented by a tag which produces
output from an input collection somehow.
-
Method Summary
Modifier and TypeMethodDescriptionvoidgenerateOutput(jakarta.servlet.jsp.JspWriter out, Iterator iterator) INTERNAL: Generate information extracted from the input collection provided access by specified iterator.
-
Method Details
-
generateOutput
void generateOutput(jakarta.servlet.jsp.JspWriter out, Iterator iterator) throws jakarta.servlet.jsp.JspTagException, IOException INTERNAL: Generate information extracted from the input collection provided access by specified iterator. This is expected to be written to theJspWriterobject.- Throws:
jakarta.servlet.jsp.JspTagExceptionIOException
-