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 Details

    • SwitchCaseImpl

      public SwitchCaseImpl()
  • Method Details

    • getFromOutcome

      public String getFromOutcome()
      Specified by:
      getFromOutcome in class SwitchCase
    • getCondition

      public Boolean getCondition(FacesContext context)
      Specified by:
      getCondition in class SwitchCase
    • freeze

      public void freeze()
      Description copied from interface: Freezable
      Call this method when the object will be made available to the runtime
      Specified by:
      freeze in interface Freezable
    • setFromOutcome

      public void setFromOutcome(String fromOutcome)
    • setCondition

      public void setCondition(Boolean condition)
    • setCondition

      public void setCondition(jakarta.el.ValueExpression conditionEL)