Class SwitchNode

    • Constructor Detail

      • SwitchNode

        public SwitchNode()
    • Method Detail

      • getCases

        public abstract List<SwitchCase> getCases()

        Return the cases in this switch.

        Returns:
        the cases in this switch
        Since:
        2.2
      • getDefaultOutcome

        public abstract String getDefaultOutcome​(FacesContext context)

        Return the default outcome in this switch.

        Parameters:
        context - the FacesContext for this request
        Returns:
        the default outcome in this switch
        Since:
        2.2