Class AssociatedTag

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

public class AssociatedTag extends BaseScopedTag
INTERNAL: Value producing tag that finds all the topics associated with this the topics in the input collection, subject to some constraints.
See Also:
  • Field Details

    • startrole

      protected String startrole
    • endrole

      protected String endrole
    • assoctype

      protected String assoctype
    • totopic

      protected String totopic
    • produceTopics

      protected boolean produceTopics
  • Constructor Details

    • AssociatedTag

      public AssociatedTag()
  • Method Details