Mojarra JSF Tools 2.1.28.SP9

com.sun.faces.config.beans
Class NavigationCaseBean

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

public class NavigationCaseBean
extends FeatureBean

Configuration bean for <navigation-case> element.


Constructor Summary
NavigationCaseBean()
           
 
Method Summary
 String getFromAction()
           
 String getFromOutcome()
           
 String getToViewId()
           
 boolean isRedirect()
           
 void setFromAction(String fromAction)
           
 void setFromOutcome(String fromOutcome)
           
 void setRedirect(boolean redirect)
           
 void setRedirectTrue(String dummy)
           
 void setToViewId(String toViewId)
           
 
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

NavigationCaseBean

public NavigationCaseBean()
Method Detail

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)

Mojarra JSF Tools 2.1.28.SP9

Copyright © 2016 JBoss by Red Hat. All Rights Reserved.