public class ReturnNodeImpl extends ReturnNode implements Serializable
| Constructor and Description |
|---|
ReturnNodeImpl(String id) |
| Modifier and Type | Method and Description |
|---|---|
String |
getFromOutcome(FacesContext context)
Return the |
String |
getId() |
void |
setFromOutcome(String fromOutcome) |
void |
setFromOutcome(jakarta.el.ValueExpression fromOutcome) |
public ReturnNodeImpl(String id)
public String getFromOutcome(FacesContext context)
ReturnNode
Return the fromOutcome to be used when control passes to this return node.
getFromOutcome in class ReturnNodecontext - the FacesContext for this request.fromOutcomepublic void setFromOutcome(String fromOutcome)
public void setFromOutcome(jakarta.el.ValueExpression fromOutcome)
Copyright © 1997–2020 Eclipse Foundation. All rights reserved.