public class ReturnNodeImpl extends javax.faces.flow.ReturnNode implements Serializable
| Constructor and Description |
|---|
ReturnNodeImpl(String id) |
| Modifier and Type | Method and Description |
|---|---|
String |
getFromOutcome(javax.faces.context.FacesContext context)
Return the |
String |
getId() |
void |
setFromOutcome(String fromOutcome) |
void |
setFromOutcome(javax.el.ValueExpression fromOutcome) |
public ReturnNodeImpl(String id)
public String getFromOutcome(javax.faces.context.FacesContext context)
javax.faces.flow.ReturnNodeReturn the fromOutcome to be
used when control passes to this return node.
getFromOutcome in class javax.faces.flow.ReturnNodecontext - the FacesContext for this request.fromOutcomepublic void setFromOutcome(String fromOutcome)
public void setFromOutcome(javax.el.ValueExpression fromOutcome)
public String getId()
getId in class javax.faces.flow.FlowNodeCopyright © 2010–2024 JBoss by Red Hat. All rights reserved.