Class VariantsTag

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

public class VariantsTag extends BaseScopedTag
INTERNAL: Value Producing Tag for finding all variant names related to the objects in a collection (can be either objects of classes TopicNameIF, TopicIF or TopicMapIF).
See Also:
  • Constructor Details

    • VariantsTag

      public VariantsTag()
  • Method Details

    • process

      public Collection process(Collection characteristics) 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: