Package jakarta.faces.flow
Class SwitchNode
- java.lang.Object
- 
- jakarta.faces.flow.FlowNode
- 
- jakarta.faces.flow.SwitchNode
 
 
- 
 public abstract class SwitchNode extends FlowNode - Since:
- 2.2
 
- 
- 
Constructor SummaryConstructors Constructor Description SwitchNode()
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract List<SwitchCase>getCases()abstract StringgetDefaultOutcome(FacesContext context)
 
- 
- 
- 
Method Detail- 
getCasespublic abstract List<SwitchCase> getCases() 
 - 
getDefaultOutcomepublic abstract String getDefaultOutcome(FacesContext context) 
 
- 
 
-