java.lang.Object
jakarta.faces.flow.FlowNode
jakarta.faces.flow.SwitchNode
com.sun.faces.flow.SwitchNodeImpl
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbooleangetCases()Return the cases in this switch.getDefaultOutcome(FacesContext context) Return the default outcome in this switch.getId()inthashCode()voidsetDefaultOutcome(ValueExpression defaultOutcome) voidsetDefaultOutcome(String defaultOutcome)  
- 
Constructor Details
- 
SwitchNodeImpl
 
 - 
 - 
Method Details
- 
equals
 - 
hashCode
 - 
getId
 - 
getCases
Description copied from class:SwitchNodeReturn the cases in this switch.
- Specified by:
 getCasesin classSwitchNode- Returns:
 - the cases in this switch
 
 - 
_getCases
 - 
getDefaultOutcome
Description copied from class:SwitchNodeReturn the default outcome in this switch.
- Specified by:
 getDefaultOutcomein classSwitchNode- Parameters:
 context- theFacesContextfor this request- Returns:
 - the default outcome in this switch
 
 - 
setDefaultOutcome
 - 
setDefaultOutcome
 
 -