org.apache.myfaces.flow
Class ReturnNodeImpl

java.lang.Object
  extended by javax.faces.flow.FlowNode
      extended by javax.faces.flow.ReturnNode
          extended by org.apache.myfaces.flow.ReturnNodeImpl
All Implemented Interfaces:
Freezable

public class ReturnNodeImpl
extends ReturnNode
implements Freezable

Since:
2.2
Author:
Leonardo Uribe

Constructor Summary
ReturnNodeImpl(String returnNodeId)
           
 
Method Summary
 void freeze()
          Call this method when the object will be made available to the runtime
 String getFromOutcome(FacesContext context)
           
 String getId()
           
 void setFromOutcome(String fromOutcome)
           
 void setFromOutcome(javax.el.ValueExpression fromOutcome)
           
 void setId(String id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReturnNodeImpl

public ReturnNodeImpl(String returnNodeId)
Method Detail

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.