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

public class NameTag extends BaseValueProducingAndAcceptingTag
INTERNAL: Value Producing Tag for finding the most appropiate name for each of all the topics in a collection.
See Also:
  • Constructor Details

    • NameTag

      public NameTag()
  • Method Details

    • process

      public Collection process(Collection topics) 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:
    • setGrabber

      public void setGrabber(String classname) throws NavigatorRuntimeException
      Throws:
      NavigatorRuntimeException
    • setBasenameScope

      public final void setBasenameScope(String scopeVarName)