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(javax.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 ReturnNode
context
- the FacesContext
for this request.fromOutcome
public void setFromOutcome(String fromOutcome)
public void setFromOutcome(javax.el.ValueExpression fromOutcome)
Comments to: faces-dev@eclipse.org.
Copyright © 2019 Eclipse Foundation. All rights reserved.
Use is subject to license terms.