public class ReturnNodeImpl extends ReturnNode implements Freezable
| Constructor and Description | 
|---|
| ReturnNodeImpl(String returnNodeId) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | freeze()Call this method when the object will be made available to the runtime | 
| String | getFromOutcome(FacesContext context) | 
| String | getId() | 
| void | setFromOutcome(String fromOutcome) | 
| void | setFromOutcome(javax.el.ValueExpression fromOutcome) | 
| void | setId(String id) | 
public ReturnNodeImpl(String returnNodeId)
public String getFromOutcome(FacesContext context)
getFromOutcome in class ReturnNodepublic void freeze()
Freezablepublic void setFromOutcome(String fromOutcome)
public void setFromOutcome(javax.el.ValueExpression fromOutcome)
public void setId(String id)
Copyright © 2025 The Apache Software Foundation. All rights reserved.