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
 void generateOutput(javax.servlet.jsp.JspWriter out, Iterator iterator)
          INTERNAL: Generate information extracted from the input collection provided access by specified iterator.
 

Method Detail

generateOutput

void generateOutput(javax.servlet.jsp.JspWriter out,
                    Iterator iterator)
                    throws javax.servlet.jsp.JspTagException,
                           IOException
INTERNAL: Generate information extracted from the input collection provided access by specified iterator. This is expected to be written to the JspWriter object.

Throws:
javax.servlet.jsp.JspTagException
IOException


Copyright © 2000-2012 Ontopia.