Class DisplayHierarchyFunction

  • All Implemented Interfaces:
    FunctionIF

    public class DisplayHierarchyFunction
    extends AbstractFunction
    INTERNAL: Used by the Omnigator to create the collapsible tree view of hierarchical association types.
    • Constructor Detail

      • DisplayHierarchyFunction

        public DisplayHierarchyFunction()
    • Method Detail

      • execute

        public Collection execute​(javax.servlet.jsp.PageContext pageContext,
                                  javax.servlet.jsp.tagext.TagSupport callingTag)
                           throws IOException,
                                  javax.servlet.jsp.JspException
        Description copied from interface: FunctionIF
        INTERNAL: Executes this function in the specified context.
        Specified by:
        execute in interface FunctionIF
        Overrides:
        execute in class AbstractFunction
        Returns:
        Collection The function return value collection. If null is returned, no value will be given to the parent value accepting tag.
        Throws:
        IOException
        javax.servlet.jsp.JspException