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

public class LookupTag extends BaseValueProducingAndAcceptingTag
INTERNAL: Value Producing Tag for looking up objects by their
  • subject address,
  • subject indicator,
  • source locator,
  • or object id.
See Also:
  • Field Details

  • Constructor Details

    • LookupTag

      public LookupTag()
  • 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:
    • setIndicator

      public void setIndicator(String indicator)
    • setSubject

      public void setSubject(String subject)
    • setSource

      public void setSource(String source)
    • setObjectid

      public void setObjectid(String objectid)
    • setParameter

      public void setParameter(String parameter)
    • setBasename

      public void setBasename(String nameValue)
    • setVariant

      public void setVariant(String nameValue)
    • setExpect

      public void setExpect(String expect)
    • setAs

      public void setAs(String as) throws NavigatorRuntimeException
      Throws:
      NavigatorRuntimeException