public class FacesFlowDefinitionImpl extends FacesFlowDefinition
| Constructor and Description | 
|---|
| FacesFlowDefinitionImpl() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | addFlowCall(FacesFlowCall value) | 
| void | addInboundParameter(FacesFlowParameter value) | 
| void | addMethodCall(FacesFlowMethodCall value) | 
| void | addNavigationRule(NavigationRule value) | 
| void | addReturn(FacesFlowReturn value) | 
| void | addSwitch(FacesFlowSwitch switchItem) | 
| void | addView(FacesFlowView view) | 
| String | getDefiningDocumentId() | 
| String | getFinalizer() | 
| List<FacesFlowCall> | getFlowCallList() | 
| String | getId() | 
| List<FacesFlowParameter> | getInboundParameterList() | 
| String | getInitializer() | 
| List<FacesFlowMethodCall> | getMethodCallList() | 
| List<NavigationRule> | getNavigationRuleList() | 
| List<FacesFlowReturn> | getReturnList() | 
| String | getStartNode() | 
| List<FacesFlowSwitch> | getSwitchList() | 
| List<FacesFlowView> | getViewList() | 
| void | setDefiningDocumentId(String definingDocumentId) | 
| void | setFinalizer(String finalizer) | 
| void | setId(String id) | 
| void | setInitializer(String initializer) | 
| void | setStartNode(String startNode) | 
public String getStartNode()
getStartNode in class FacesFlowDefinitionpublic List<FacesFlowView> getViewList()
getViewList in class FacesFlowDefinitionpublic void addView(FacesFlowView view)
public List<FacesFlowSwitch> getSwitchList()
getSwitchList in class FacesFlowDefinitionpublic void addSwitch(FacesFlowSwitch switchItem)
public List<FacesFlowReturn> getReturnList()
getReturnList in class FacesFlowDefinitionpublic void addReturn(FacesFlowReturn value)
public List<NavigationRule> getNavigationRuleList()
getNavigationRuleList in class FacesFlowDefinitionpublic void addNavigationRule(NavigationRule value)
public List<FacesFlowCall> getFlowCallList()
getFlowCallList in class FacesFlowDefinitionpublic void addFlowCall(FacesFlowCall value)
public List<FacesFlowMethodCall> getMethodCallList()
getMethodCallList in class FacesFlowDefinitionpublic void addMethodCall(FacesFlowMethodCall value)
public String getInitializer()
getInitializer in class FacesFlowDefinitionpublic String getFinalizer()
getFinalizer in class FacesFlowDefinitionpublic List<FacesFlowParameter> getInboundParameterList()
getInboundParameterList in class FacesFlowDefinitionpublic void addInboundParameter(FacesFlowParameter value)
public void setStartNode(String startNode)
startNode - the startNode to setpublic void setInitializer(String initializer)
initializer - the initializer to setpublic void setFinalizer(String finalizer)
finalizer - the finalizer to setpublic String getId()
getId in class FacesFlowDefinitionpublic void setId(String id)
public String getDefiningDocumentId()
getDefiningDocumentId in class FacesFlowDefinitionpublic void setDefiningDocumentId(String definingDocumentId)
definingDocumentId - the _definingDocumentId to setCopyright © 2022 The Apache Software Foundation. All rights reserved.