Class FacesFlowSwitch
- java.lang.Object
- 
- org.apache.myfaces.config.element.FacesFlowSwitch
 
- 
- All Implemented Interfaces:
- Serializable
 - Direct Known Subclasses:
- FacesFlowSwitchImpl
 
 public abstract class FacesFlowSwitch extends Object implements Serializable - Author:
- Leonardo Uribe
- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description FacesFlowSwitch()
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract NavigationCasegetDefaultOutcome()abstract StringgetId()abstract List<NavigationCase>getNavigationCaseList()
 
- 
- 
- 
Method Detail- 
getIdpublic abstract String getId() 
 - 
getNavigationCaseListpublic abstract List<NavigationCase> getNavigationCaseList() 
 - 
getDefaultOutcomepublic abstract NavigationCase getDefaultOutcome() 
 
- 
 
-