org.apache.myfaces.flow
Class FlowCallNodeImpl
java.lang.Object
javax.faces.flow.FlowNode
javax.faces.flow.FlowCallNode
org.apache.myfaces.flow.FlowCallNodeImpl
- All Implemented Interfaces:
- Freezable
public class FlowCallNodeImpl
- extends FlowCallNode
- 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 |
FlowCallNodeImpl
public FlowCallNodeImpl(String id)
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.