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.ReturnNode
Return the fromOutcome
to be
used when control passes to this return node.
getFromOutcome
in class javax.faces.flow.ReturnNode
context
- the FacesContext
for this request.fromOutcome
public void setFromOutcome(String fromOutcome)
public void setFromOutcome(javax.el.ValueExpression fromOutcome)
public String getId()
getId
in class javax.faces.flow.FlowNode
Copyright © 2010–2019 JBoss by Red Hat. All rights reserved.