Class SwitchCase


  • public abstract class SwitchCase
    extends Object

    Represents a case within a switch node in the flow graph. See SwitchNode.

    Since:
    2.2
    • Constructor Detail

      • SwitchCase

        public SwitchCase()
    • Method Detail

      • getCondition

        public abstract Boolean getCondition​(FacesContext context)

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

        Parameters:
        context - the FacesContext for the current request.
        Returns:
        a value indicating whether or not this condition should be taken
        Since:
        2.2