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 Type
    Method
    Description
    void
    generateOutput(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 the JspWriter object.
      Throws:
      jakarta.servlet.jsp.JspTagException
      IOException