public abstract class ReturnNode extends FlowNode
Represents a return node in the flow graph.
 When control passes to a return node, its getFromOutcome(javax.faces.context.FacesContext) is called
 to determine the next node in the flow graph.
| Constructor and Description | 
|---|
ReturnNode()  | 
| Modifier and Type | Method and Description | 
|---|---|
abstract String | 
getFromOutcome(FacesContext context)
Return the   | 
public abstract String getFromOutcome(FacesContext context)
Return the fromOutcome to be
 used when control passes to this return node.
context - the FacesContext for this request.fromOutcomeNullPointerException - if context is null.Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.