org.apache.myfaces.config.impl.digester.elements
Class FacesFlowSwitchImpl
java.lang.Object
org.apache.myfaces.config.element.FacesFlowSwitch
org.apache.myfaces.config.impl.digester.elements.FacesFlowSwitchImpl
- All Implemented Interfaces:
- Serializable
public class FacesFlowSwitchImpl
- extends FacesFlowSwitch
- Author:
- Leonardo Uribe
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FacesFlowSwitchImpl
public FacesFlowSwitchImpl()
getNavigationCaseList
public List<NavigationCase> getNavigationCaseList()
- Specified by:
getNavigationCaseList
in class FacesFlowSwitch
addNavigationCase
public void addNavigationCase(NavigationCase navcase)
getDefaultOutcome
public NavigationCase getDefaultOutcome()
- Specified by:
getDefaultOutcome
in class FacesFlowSwitch
setDefaultOutcome
public void setDefaultOutcome(NavigationCase defaultOutcome)
- Parameters:
defaultOutcome
- the defaultOutcome to set
getId
public String getId()
- Specified by:
getId
in class FacesFlowSwitch
setId
public void setId(String id)
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.