javax.faces.flow
Class Flow
java.lang.Object
javax.faces.flow.Flow
public abstract class Flow
- extends Object
- Since:
- 2.2
Constructor Summary |
Flow()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Flow
public Flow()
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.