Class LocatorTag

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

public class LocatorTag extends BaseValueProducingAndAcceptingTag
INTERNAL: Value producing and value accepting tag of retrieving the locators of OccurrenceIF and VariantNameIF instances. The tag also accepts uri-as-strings. Note that if the string is not a valid URI it is silently ignored.
See Also:
  • Constructor Details

    • LocatorTag

      public LocatorTag()
  • Method Details

    • process

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