com.sun.faces.config.beans
Class NavigationRuleBean
java.lang.Object
com.sun.faces.config.beans.FeatureBean
com.sun.faces.config.beans.NavigationRuleBean
public class NavigationRuleBean
- extends FeatureBean
Configuration bean for <navigation-case> element.
Methods inherited from class com.sun.faces.config.beans.FeatureBean |
addDescription, addDisplayName, addIcon, getDescription, getDescriptions, getDisplayName, getDisplayNames, getIcon, getIcons, removeDescription, removeDisplayName, removeIcon |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NavigationRuleBean
public NavigationRuleBean()
getFromViewId
public String getFromViewId()
setFromViewId
public void setFromViewId(String fromViewId)
getNavigationCases
public NavigationCaseBean[] getNavigationCases()
addNavigationCase
public void addNavigationCase(NavigationCaseBean navigationCase)
Copyright © 2016 JBoss by Red Hat. All Rights Reserved.