Class ReturnNode

    • Constructor Summary

      Constructors 
      Constructor Description
      ReturnNode​()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract java.lang.String getFromOutcome​(FacesContext context)
      Return the fromOutcome to be used when control passes to this return node.
      • Methods inherited from class java.lang.Object

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

      • ReturnNode

        public ReturnNode​()
    • Method Detail

      • getFromOutcome

        public abstract java.lang.String getFromOutcome​(FacesContext context)

        Return the fromOutcome to be used when control passes to this return node.

        Parameters:
        context - the FacesContext for this request.
        Returns:
        the fromOutcome
        Throws:
        java.lang.NullPointerException - if context is null.
        Since:
        2.2