Package com.sun.faces.flow
Class ReturnNodeImpl
java.lang.Object
jakarta.faces.flow.FlowNode
jakarta.faces.flow.ReturnNode
com.sun.faces.flow.ReturnNodeImpl
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetFromOutcome
(FacesContext context) Return thefromOutcome
to be used when control passes to this return node.getId()
void
setFromOutcome
(jakarta.el.ValueExpression fromOutcome) void
setFromOutcome
(String fromOutcome)
-
Constructor Details
-
ReturnNodeImpl
-
-
Method Details
-
getFromOutcome
Description copied from class:ReturnNode
Return the
fromOutcome
to be used when control passes to this return node.- Specified by:
getFromOutcome
in classReturnNode
- Parameters:
context
- theFacesContext
for this request.- Returns:
- the
fromOutcome
-
setFromOutcome
-
setFromOutcome
public void setFromOutcome(jakarta.el.ValueExpression fromOutcome) -
getId
-