Class NavigationFunctions


  • public class NavigationFunctions
    extends Object
    JSTL functions for navigation.
    Author:
    Herko ter Horst
    • Constructor Detail

      • NavigationFunctions

        public NavigationFunctions()
    • Method Detail

      • isParent

        public static boolean isParent​(NavigationNode potentialParent,
                                       NavigationNode node)
        Is the specified potential parent indeed a parent of the specified node.
        Parameters:
        potentialParent - the potential parent
        node - the node
        Returns:
        true if the potential parent is part of the hierarchical string of parents for the specified node