Class SwitchCaseImpl

java.lang.Object
jakarta.faces.flow.SwitchCase
com.sun.faces.flow.SwitchCaseImpl
All Implemented Interfaces:
Serializable

public class SwitchCaseImpl extends SwitchCase implements Serializable
See Also:
  • Constructor Details

    • SwitchCaseImpl

      public SwitchCaseImpl()
  • Method Details

    • getConditionExpression

      public jakarta.el.ValueExpression getConditionExpression()
    • getCondition

      public Boolean getCondition(FacesContext context)
      Description copied from class: SwitchCase

      Return true if this case should be taken, false otherwise.

      Specified by:
      getCondition in class SwitchCase
      Parameters:
      context - the FacesContext for the current request.
      Returns:
      a value indicating whether or not this condition should be taken
    • setCondition

      public void setCondition(String condition)
    • setConditionExpression

      public void setConditionExpression(jakarta.el.ValueExpression conditionExpression)
    • getFromOutcome

      public String getFromOutcome()
      Description copied from class: SwitchCase

      Return the outcome to be used if SwitchCase.getCondition(jakarta.faces.context.FacesContext) return true.

      Specified by:
      getFromOutcome in class SwitchCase
      Returns:
      the outcome
    • setFromOutcome

      public void setFromOutcome(String fromOutcome)
    • getEnclosingId

      public String getEnclosingId()
    • setEnclosingId

      public void setEnclosingId(String returnId)