Class SwitchCaseImpl

    • Constructor Detail

      • SwitchCaseImpl

        public SwitchCaseImpl()
    • Method Detail

      • 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)
      • setFromOutcome

        public void setFromOutcome​(String fromOutcome)
      • getEnclosingId

        public String getEnclosingId()
      • setEnclosingId

        public void setEnclosingId​(String returnId)