org.apache.myfaces.custom.navmenu
Class NavigationMenuUtils
java.lang.Object
   org.apache.myfaces.custom.navmenu.NavigationMenuUtils
org.apache.myfaces.custom.navmenu.NavigationMenuUtils
- public class NavigationMenuUtils 
- extends Object
- Version:
- $Revision: 472638 $ $Date: 2006-11-08 15:54:13 -0500 (Wed, 08 Nov 2006) $
- Author:
- Thomas Spiegl (latest modification by $Author: grantsmith $)
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
NavigationMenuUtils
public NavigationMenuUtils()
getNavigationMenuItemList
public static List getNavigationMenuItemList(javax.faces.component.UIComponent uiComponent)
- 
 
addNavigationMenuItems
public static void addNavigationMenuItems(javax.faces.component.UISelectItems child,
                                          List list)
- 
 
isValueReference
public static boolean isValueReference(String value)
- Return true if the specified string contains an EL expression.
 
 This is taken almost verbatim from UIComponentTagin order to remove JSP dependencies from the renderers.
 
 
- 
 
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.