com.sun.faces.config.beans
Class NavigationRuleBean

java.lang.Object
  extended by com.sun.faces.config.beans.FeatureBean
      extended by com.sun.faces.config.beans.NavigationRuleBean

public class NavigationRuleBean
extends FeatureBean

Configuration bean for <navigation-case> element.


Constructor Summary
NavigationRuleBean()
           
 
Method Summary
 void addNavigationCase(NavigationCaseBean navigationCase)
           
 java.lang.String getFromViewId()
           
 NavigationCaseBean[] getNavigationCases()
           
 void setFromViewId(java.lang.String fromViewId)
           
 
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
 

Constructor Detail

NavigationRuleBean

public NavigationRuleBean()
Method Detail

getFromViewId

public java.lang.String getFromViewId()

setFromViewId

public void setFromViewId(java.lang.String fromViewId)

getNavigationCases

public NavigationCaseBean[] getNavigationCases()

addNavigationCase

public void addNavigationCase(NavigationCaseBean navigationCase)


Copyright ? 2002-2006 Sun Microsystems, Inc. All Rights Reserved.