Package org.apache.myfaces.flow
Class SwitchCaseImpl
- java.lang.Object
- 
- jakarta.faces.flow.SwitchCase
- 
- org.apache.myfaces.flow.SwitchCaseImpl
 
 
- 
- All Implemented Interfaces:
- Freezable
 
 public class SwitchCaseImpl extends SwitchCase implements Freezable - Since:
- 2.2
- Author:
- Leonardo Uribe
 
- 
- 
Constructor SummaryConstructors Constructor Description SwitchCaseImpl()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidfreeze()Call this method when the object will be made available to the runtimeBooleangetCondition(FacesContext context)StringgetFromOutcome()voidsetCondition(jakarta.el.ValueExpression conditionEL)voidsetCondition(Boolean condition)voidsetFromOutcome(String fromOutcome)
 
- 
- 
- 
Method Detail- 
getFromOutcomepublic String getFromOutcome() - Specified by:
- getFromOutcomein class- SwitchCase
 
 - 
getConditionpublic Boolean getCondition(FacesContext context) - Specified by:
- getConditionin class- SwitchCase
 
 - 
freezepublic void freeze() Description copied from interface:FreezableCall this method when the object will be made available to the runtime
 - 
setFromOutcomepublic void setFromOutcome(String fromOutcome) 
 - 
setConditionpublic void setCondition(Boolean condition) 
 - 
setConditionpublic void setCondition(jakarta.el.ValueExpression conditionEL) 
 
- 
 
-