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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
freeze()
Call this method when the object will be made available to the runtimegetCondition
(FacesContext context) void
setCondition
(jakarta.el.ValueExpression conditionEL) void
setCondition
(Boolean condition) void
setFromOutcome
(String fromOutcome)
-
Constructor Details
-
SwitchCaseImpl
public SwitchCaseImpl()
-
-
Method Details
-
getFromOutcome
- Specified by:
getFromOutcome
in classSwitchCase
-
getCondition
- Specified by:
getCondition
in classSwitchCase
-
freeze
public void freeze()Description copied from interface:Freezable
Call this method when the object will be made available to the runtime -
setFromOutcome
-
setCondition
-
setCondition
public void setCondition(jakarta.el.ValueExpression conditionEL)
-