Class NavigationFunctions

java.lang.Object
org.eclipse.rdf4j.common.webapp.navigation.functions.NavigationFunctions

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

    • NavigationFunctions

      public NavigationFunctions()
  • Method Details

    • 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