Class SwitchNode

    • Constructor Summary

      Constructors 
      Constructor Description
      SwitchNode​()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract java.util.List<SwitchCase> getCases​()
      Return the cases in this switch.
      abstract java.lang.String getDefaultOutcome​(FacesContext context)
      Return the default outcome in this switch.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SwitchNode

        public SwitchNode​()
    • Method Detail

      • getCases

        public abstract java.util.List<SwitchCase> getCases​()

        Return the cases in this switch.

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

        public abstract java.lang.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