org.apache.myfaces.custom.navmenu
Class NavigationMenuUtils

java.lang.Object
  extended by org.apache.myfaces.custom.navmenu.NavigationMenuUtils

public class NavigationMenuUtils
extends java.lang.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, java.util.List list)
           
static java.util.List getNavigationMenuItemList(javax.faces.component.UIComponent uiComponent)
           
static boolean isValueReference(java.lang.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 java.util.List getNavigationMenuItemList(javax.faces.component.UIComponent uiComponent)

addNavigationMenuItems

public static void addNavigationMenuItems(javax.faces.component.UISelectItems child,
                                          java.util.List list)

isValueReference

public static boolean isValueReference(java.lang.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 © 2011 The Apache Software Foundation. All Rights Reserved.