Class ReturnNodeImpl

    • Constructor Detail

      • ReturnNodeImpl

        public ReturnNodeImpl​(String id)
    • Method Detail

      • getFromOutcome

        public String getFromOutcome​(FacesContext context)
        Description copied from class: ReturnNode

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

        Specified by:
        getFromOutcome in class ReturnNode
        Parameters:
        context - the FacesContext for this request.
        Returns:
        the fromOutcome
      • setFromOutcome

        public void setFromOutcome​(String fromOutcome)
      • setFromOutcome

        public void setFromOutcome​(jakarta.el.ValueExpression fromOutcome)