info.aduna.webapp.navigation.functions
Class NavigationFunctions
java.lang.Object
info.aduna.webapp.navigation.functions.NavigationFunctions
public class NavigationFunctions
- extends Object
JSTL functions for navigation.
- Author:
- Herko ter Horst
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NavigationFunctions
public NavigationFunctions()
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 parentnode - the node
- Returns:
- true if the potential parent is part of the hierarchical string
of parents for the specified node
Copyright © 2001-2012 Aduna. All Rights Reserved.