Package org.apache.myfaces.flow
Class SwitchCaseImpl
java.lang.Object
jakarta.faces.flow.SwitchCase
org.apache.myfaces.flow.SwitchCaseImpl
- All Implemented Interfaces:
- Freezable
- Since:
- 2.2
- Author:
- Leonardo Uribe
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidfreeze()Call this method when the object will be made available to the runtimegetCondition(FacesContext context) voidsetCondition(jakarta.el.ValueExpression conditionEL) voidsetCondition(Boolean condition) voidsetFromOutcome(String fromOutcome) 
- 
Constructor Details- 
SwitchCaseImplpublic SwitchCaseImpl()
 
- 
- 
Method Details- 
getFromOutcome- Specified by:
- getFromOutcomein class- SwitchCase
 
- 
getCondition- 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
- 
setFromOutcome
- 
setCondition
- 
setConditionpublic void setCondition(jakarta.el.ValueExpression conditionEL) 
 
-