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 FacesFlowSwitchpublic void addNavigationCase(NavigationCase navcase)
public NavigationCase getDefaultOutcome()
getDefaultOutcome in class FacesFlowSwitchpublic void setDefaultOutcome(NavigationCase defaultOutcome)
defaultOutcome - the defaultOutcome to setpublic String getId()
getId in class FacesFlowSwitchpublic void setId(String id)
Copyright © 2022 The Apache Software Foundation. All rights reserved.