public class FacesFlowSwitchImpl extends FacesFlowSwitch
Constructor and Description |
---|
FacesFlowSwitchImpl() |
Modifier and Type | Method and Description |
---|---|
void |
addNavigationCase(NavigationCase navcase) |
NavigationCase |
getDefaultOutcome() |
String |
getId() |
List<NavigationCase> |
getNavigationCaseList() |
void |
setDefaultOutcome(NavigationCase defaultOutcome) |
void |
setId(String id) |
public List<NavigationCase> getNavigationCaseList()
getNavigationCaseList
in class FacesFlowSwitch
public void addNavigationCase(NavigationCase navcase)
public NavigationCase getDefaultOutcome()
getDefaultOutcome
in class FacesFlowSwitch
public void setDefaultOutcome(NavigationCase defaultOutcome)
public String getId()
getId
in class FacesFlowSwitch
public void setId(String id)
Copyright © 2021 The Apache Software Foundation. All rights reserved.