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 String getFromAction()
setFromAction
public void setFromAction(String fromAction)
getFromOutcome
public String getFromOutcome()
setFromOutcome
public void setFromOutcome(String fromOutcome)
isRedirect
public boolean isRedirect()
setRedirect
public void setRedirect(boolean redirect)
setRedirectTrue
public void setRedirectTrue(String dummy)
getToViewId
public String getToViewId()
setToViewId
public void setToViewId(String toViewId)
Copyright © 2016 JBoss by Red Hat. All Rights Reserved.