javax.faces.flow
Class Flow

java.lang.Object
  extended by javax.faces.flow.Flow

public abstract class Flow
extends Object

Since:
2.2

Constructor Summary
Flow()
           
 
Method Summary
abstract  String getClientWindowFlowId(ClientWindow curWindow)
           
abstract  String getDefiningDocumentId()
           
abstract  javax.el.MethodExpression getFinalizer()
           
abstract  FlowCallNode getFlowCall(Flow targetFlow)
           
abstract  Map<String,FlowCallNode> getFlowCalls()
           
abstract  String getId()
           
abstract  Map<String,Parameter> getInboundParameters()
           
abstract  javax.el.MethodExpression getInitializer()
           
abstract  List<MethodCallNode> getMethodCalls()
           
abstract  Map<String,Set<NavigationCase>> getNavigationCases()
           
abstract  FlowNode getNode(String nodeId)
           
abstract  Map<String,ReturnNode> getReturns()
           
abstract  String getStartNodeId()
           
abstract  Map<String,SwitchNode> getSwitches()
           
abstract  List<ViewNode> getViews()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Flow

public Flow()
Method Detail

getClientWindowFlowId

public abstract String getClientWindowFlowId(ClientWindow curWindow)

getDefiningDocumentId

public abstract String getDefiningDocumentId()

getId

public abstract String getId()

getInboundParameters

public abstract Map<String,Parameter> getInboundParameters()

getInitializer

public abstract javax.el.MethodExpression getInitializer()

getFinalizer

public abstract javax.el.MethodExpression getFinalizer()

getFlowCall

public abstract FlowCallNode getFlowCall(Flow targetFlow)

getFlowCalls

public abstract Map<String,FlowCallNode> getFlowCalls()

getMethodCalls

public abstract List<MethodCallNode> getMethodCalls()

getNode

public abstract FlowNode getNode(String nodeId)

getReturns

public abstract Map<String,ReturnNode> getReturns()

getSwitches

public abstract Map<String,SwitchNode> getSwitches()

getViews

public abstract List<ViewNode> getViews()

getStartNodeId

public abstract String getStartNodeId()

getNavigationCases

public abstract Map<String,Set<NavigationCase>> getNavigationCases()


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