Interface ValueProducingTagIF

All Known Implementing Classes:
AssociatedTag, AssociationsTag, BaseScopedTag, BaseValueProducingAndAcceptingTag, BaseValueProducingTag, ClassesOfTag, CopyTag, FilterTag, FulltextTag, IfTag, IndicatorsTag, InstancesTag, LocatorTag, LookupTag, NamesTag, NameTag, OccurrencesTag, ReifiedTag, ReifierTag, RolesTag, ScopeTag, SourceLocatorsTag, SplitterTag, SubclassesTag, SubjectAddressTag, SuperclassesTag, TologQueryTag, TopicsTag, VariantsTag

public interface ValueProducingTagIF
INTERNAL: Implemented by tags whose functionality is such that they process a single input collection to produce their output value.
  • Method Summary

    Modifier and Type
    Method
    Description
    process(Collection inputCollection)
    INTERNAL: Process the input collection and return the output collection.
  • Method Details

    • process

      Collection process(Collection inputCollection) throws jakarta.servlet.jsp.JspException
      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.JspException
      See Also: