com.sun.faces.config.beans
Class NavigationCaseBean
java.lang.Object
com.sun.faces.config.beans.FeatureBean
com.sun.faces.config.beans.NavigationCaseBean
public class NavigationCaseBean
- 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 |
NavigationCaseBean
public NavigationCaseBean()
getFromAction
public java.lang.String getFromAction()
setFromAction
public void setFromAction(java.lang.String fromAction)
getFromOutcome
public java.lang.String getFromOutcome()
setFromOutcome
public void setFromOutcome(java.lang.String fromOutcome)
isRedirect
public boolean isRedirect()
setRedirect
public void setRedirect(boolean redirect)
setRedirectTrue
public void setRedirectTrue(java.lang.String dummy)
getToViewId
public java.lang.String getToViewId()
setToViewId
public void setToViewId(java.lang.String toViewId)
Copyright ? 2002-2006 Sun Microsystems, Inc. All Rights Reserved.