Class SplitterTag

All Implemented Interfaces:
jakarta.servlet.jsp.tagext.IterationTag, jakarta.servlet.jsp.tagext.JspTag, jakarta.servlet.jsp.tagext.Tag, Serializable, ValueAcceptingTagIF, ValueProducingTagIF

public class SplitterTag extends BaseValueProducingAndAcceptingTag
INTERNAL: Value Producing Tag for creating a collection of strings (which are representing the first character of a TopicNameIF object) of all the objects in a collection of TopicNameIF objects.
See Also:
  • Constructor Details

    • SplitterTag

      public SplitterTag()
  • Method Details

    • process

      public Collection process(Collection names) throws jakarta.servlet.jsp.JspTagException
      Description copied from interface: ValueProducingTagIF
      INTERNAL: 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: