org.apache.myfaces.flow
Class FlowCallNodeImpl

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

public class FlowCallNodeImpl
extends FlowCallNode
implements Freezable

Since:
2.2
Author:
Leonardo Uribe

Constructor Summary
FlowCallNodeImpl(String id)
           
 
Method Summary
 void freeze()
          Call this method when the object will be made available to the runtime
 String getCalledFlowDocumentId(FacesContext context)
           
 String getCalledFlowId(FacesContext context)
           
 String getId()
           
 Map<String,Parameter> getOutboundParameters()
           
 void putOutboundParameter(String key, Parameter value)
           
 void setCalledFlowDocumentId(String calledFlowDocumentId)
           
 void setCalledFlowDocumentId(javax.el.ValueExpression calledFlowDocumentIdEL)
           
 void setCalledFlowId(String calledFlowId)
           
 void setCalledFlowId(javax.el.ValueExpression calledFlowIdEL)
           
 void setId(String id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FlowCallNodeImpl

public FlowCallNodeImpl(String id)
Method Detail

getOutboundParameters

public Map<String,Parameter> getOutboundParameters()
Specified by:
getOutboundParameters in class FlowCallNode

putOutboundParameter

public void putOutboundParameter(String key,
                                 Parameter value)

getCalledFlowDocumentId

public String getCalledFlowDocumentId(FacesContext context)
Specified by:
getCalledFlowDocumentId in class FlowCallNode

getCalledFlowId

public String getCalledFlowId(FacesContext context)
Specified by:
getCalledFlowId in class FlowCallNode

getId

public String getId()
Specified by:
getId in class FlowNode

setId

public void setId(String id)

setCalledFlowId

public void setCalledFlowId(String calledFlowId)

setCalledFlowDocumentId

public void setCalledFlowDocumentId(String calledFlowDocumentId)

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

setCalledFlowId

public void setCalledFlowId(javax.el.ValueExpression calledFlowIdEL)
Parameters:
calledFlowIdEL - the _calledFlowIdEL to set

setCalledFlowDocumentId

public void setCalledFlowDocumentId(javax.el.ValueExpression calledFlowDocumentIdEL)
Parameters:
calledFlowDocumentIdEL - the _calledFlowDocumentIdEL to set


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.