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 FacesFlowDefinition
public List<FacesFlowView> getViewList()
getViewList
in class FacesFlowDefinition
public void addView(FacesFlowView view)
public List<FacesFlowSwitch> getSwitchList()
getSwitchList
in class FacesFlowDefinition
public void addSwitch(FacesFlowSwitch switchItem)
public List<FacesFlowReturn> getReturnList()
getReturnList
in class FacesFlowDefinition
public void addReturn(FacesFlowReturn value)
public List<NavigationRule> getNavigationRuleList()
getNavigationRuleList
in class FacesFlowDefinition
public void addNavigationRule(NavigationRule value)
public List<FacesFlowCall> getFlowCallList()
getFlowCallList
in class FacesFlowDefinition
public void addFlowCall(FacesFlowCall value)
public List<FacesFlowMethodCall> getMethodCallList()
getMethodCallList
in class FacesFlowDefinition
public void addMethodCall(FacesFlowMethodCall value)
public String getInitializer()
getInitializer
in class FacesFlowDefinition
public String getFinalizer()
getFinalizer
in class FacesFlowDefinition
public List<FacesFlowParameter> getInboundParameterList()
getInboundParameterList
in class FacesFlowDefinition
public void addInboundParameter(FacesFlowParameter value)
public void setStartNode(String startNode)
public void setInitializer(String initializer)
public void setFinalizer(String finalizer)
public String getId()
getId
in class FacesFlowDefinition
public void setId(String id)
public String getDefiningDocumentId()
getDefiningDocumentId
in class FacesFlowDefinition
public void setDefiningDocumentId(String definingDocumentId)
Copyright © 2022 The Apache Software Foundation. All rights reserved.