org.apache.myfaces.custom.navmenu
Class NavigationMenuUtils

java.lang.Object
  extended by 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 $)

Constructor Summary
NavigationMenuUtils()
           
 
Method Summary
static void addNavigationMenuItems(javax.faces.component.UISelectItems child, List list)
           
static List getNavigationMenuItemList(javax.faces.component.UIComponent uiComponent)
           
static boolean isValueReference(String value)
          Return true if the specified string contains an EL expression.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NavigationMenuUtils

public NavigationMenuUtils()
Method Detail

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 UIComponentTag in order to remove JSP dependencies from the renderers.



Copyright © 2012 The Apache Software Foundation. All Rights Reserved.