org.apache.myfaces.flow
Class ReturnNodeImpl
java.lang.Object
javax.faces.flow.FlowNode
javax.faces.flow.ReturnNode
org.apache.myfaces.flow.ReturnNodeImpl
- All Implemented Interfaces:
- Freezable
public class ReturnNodeImpl
- extends ReturnNode
- implements Freezable
- Since:
- 2.2
- Author:
- Leonardo Uribe
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReturnNodeImpl
public ReturnNodeImpl(String returnNodeId)
getFromOutcome
public String getFromOutcome(FacesContext context)
- Specified by:
getFromOutcome
in class ReturnNode
getId
public String getId()
- Specified by:
getId
in class FlowNode
freeze
public void freeze()
- Description copied from interface:
Freezable
- Call this method when the object will be made available to the runtime
- Specified by:
freeze
in interface Freezable
setFromOutcome
public void setFromOutcome(String fromOutcome)
setFromOutcome
public void setFromOutcome(javax.el.ValueExpression fromOutcome)
setId
public void setId(String id)
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.