Package org.apache.myfaces.flow
Class SwitchNodeImpl
- java.lang.Object
- 
- jakarta.faces.flow.FlowNode
- 
- jakarta.faces.flow.SwitchNode
- 
- org.apache.myfaces.flow.SwitchNodeImpl
 
 
 
- 
- All Implemented Interfaces:
- Freezable
 
 public class SwitchNodeImpl extends SwitchNode implements Freezable - Since:
- 2.2
- Author:
- Leonardo Uribe
 
- 
- 
Constructor SummaryConstructors Constructor Description SwitchNodeImpl(String switchNodeId)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddCase(SwitchCase switchCase)voidfreeze()Call this method when the object will be made available to the runtimeList<SwitchCase>getCases()StringgetDefaultOutcome(FacesContext context)StringgetId()voidsetDefaultOutcome(jakarta.el.ValueExpression defaultOutcome)voidsetDefaultOutcome(String defaultOutcome)voidsetId(String id)
 
- 
- 
- 
Constructor Detail- 
SwitchNodeImplpublic SwitchNodeImpl(String switchNodeId) 
 
- 
 - 
Method Detail- 
getCasespublic List<SwitchCase> getCases() - Specified by:
- getCasesin class- SwitchNode
 
 - 
addCasepublic void addCase(SwitchCase switchCase) 
 - 
getDefaultOutcomepublic String getDefaultOutcome(FacesContext context) - Specified by:
- getDefaultOutcomein class- SwitchNode
 
 - 
freezepublic void freeze() Description copied from interface:FreezableCall this method when the object will be made available to the runtime
 - 
setDefaultOutcomepublic void setDefaultOutcome(String defaultOutcome) 
 - 
setDefaultOutcomepublic void setDefaultOutcome(jakarta.el.ValueExpression defaultOutcome) 
 - 
setIdpublic void setId(String id) 
 
- 
 
-