javax.faces.flow
Class FlowCallNode

java.lang.Object
  extended by javax.faces.flow.FlowNode
      extended by javax.faces.flow.FlowCallNode

public abstract class FlowCallNode
extends FlowNode


Constructor Summary
FlowCallNode()
           
 
Method Summary
abstract  String getCalledFlowDocumentId(FacesContext context)
           
abstract  String getCalledFlowId(FacesContext context)
           
abstract  Map<String,Parameter> getOutboundParameters()
           
 
Methods inherited from class javax.faces.flow.FlowNode
getId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FlowCallNode

public FlowCallNode()
Method Detail

getOutboundParameters

public abstract Map<String,Parameter> getOutboundParameters()

getCalledFlowDocumentId

public abstract String getCalledFlowDocumentId(FacesContext context)

getCalledFlowId

public abstract String getCalledFlowId(FacesContext context)


Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms