Class NavigationFunctions
java.lang.Object
org.eclipse.rdf4j.common.webapp.navigation.functions.NavigationFunctions
JSTL functions for navigation.
- Author:
- Herko ter Horst
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
isParent
(NavigationNode potentialParent, NavigationNode node) Is the specified potential parent indeed a parent of the specified node.
-
Constructor Details
-
NavigationFunctions
public NavigationFunctions()
-
-
Method Details