info.aduna.webapp.navigation.functions
Class NavigationFunctions

java.lang.Object
  extended by info.aduna.webapp.navigation.functions.NavigationFunctions

public class NavigationFunctions
extends Object

JSTL functions for navigation.

Author:
Herko ter Horst

Constructor Summary
NavigationFunctions()
           
 
Method Summary
static boolean isParent(NavigationNode potentialParent, NavigationNode node)
          Is the specified potential parent indeed a parent of the specified node.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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


Copyright © 2001-2012 Aduna. All Rights Reserved.