Class ReturnNode

java.lang.Object
jakarta.faces.flow.FlowNode
jakarta.faces.flow.ReturnNode
Direct Known Subclasses:
ReturnNodeImpl

public abstract class ReturnNode
extends FlowNode

Represents a return node in the flow graph. When control passes to a return node, its getFromOutcome(jakarta.faces.context.FacesContext) is called to determine the next node in the flow graph.

Since:
2.2