Class FacesFlowSwitchImpl
- java.lang.Object
- 
- org.apache.myfaces.config.element.FacesFlowSwitch
- 
- org.apache.myfaces.config.impl.element.FacesFlowSwitchImpl
 
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class FacesFlowSwitchImpl extends FacesFlowSwitch - Author:
- Leonardo Uribe
- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description FacesFlowSwitchImpl()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddNavigationCase(NavigationCase navcase)NavigationCasegetDefaultOutcome()StringgetId()List<NavigationCase>getNavigationCaseList()voidsetDefaultOutcome(NavigationCase defaultOutcome)voidsetId(String id)
 
- 
- 
- 
Method Detail- 
getNavigationCaseListpublic List<NavigationCase> getNavigationCaseList() - Specified by:
- getNavigationCaseListin class- FacesFlowSwitch
 
 - 
addNavigationCasepublic void addNavigationCase(NavigationCase navcase) 
 - 
getDefaultOutcomepublic NavigationCase getDefaultOutcome() - Specified by:
- getDefaultOutcomein class- FacesFlowSwitch
 
 - 
setDefaultOutcomepublic void setDefaultOutcome(NavigationCase defaultOutcome) 
 - 
getIdpublic String getId() - Specified by:
- getIdin class- FacesFlowSwitch
 
 - 
setIdpublic void setId(String id) 
 
- 
 
-