|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.myfaces.custom.navmenu.NavigationMenuUtils
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 |
public NavigationMenuUtils()
Method Detail |
public static java.util.List getNavigationMenuItemList(javax.faces.component.UIComponent uiComponent)
public static void addNavigationMenuItems(javax.faces.component.UISelectItems child, java.util.List list)
public static boolean isValueReference(java.lang.String value)
This is taken almost verbatim from UIComponentTag
in order to remove JSP dependencies from the renderers.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |