Class ReturnNodeImpl

All Implemented Interfaces:
Serializable

public class ReturnNodeImpl extends ReturnNode implements Serializable
See Also:
  • Constructor Details

    • ReturnNodeImpl

      public ReturnNodeImpl(String id)
  • Method Details

    • 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)
    • getId

      public String getId()
      Specified by:
      getId in class FlowNode