org.apache.myfaces.config.impl.digester.elements
Class FacesFlowSwitchImpl

java.lang.Object
  extended by org.apache.myfaces.config.element.FacesFlowSwitch
      extended by org.apache.myfaces.config.impl.digester.elements.FacesFlowSwitchImpl
All Implemented Interfaces:
Serializable

public class FacesFlowSwitchImpl
extends FacesFlowSwitch

Author:
Leonardo Uribe
See Also:
Serialized Form

Constructor Summary
FacesFlowSwitchImpl()
           
 
Method Summary
 void addNavigationCase(NavigationCase navcase)
           
 NavigationCase getDefaultOutcome()
           
 String getId()
           
 List<NavigationCase> getNavigationCaseList()
           
 void setDefaultOutcome(NavigationCase defaultOutcome)
           
 void setId(String id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FacesFlowSwitchImpl

public FacesFlowSwitchImpl()
Method Detail

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 © 2014 The Apache Software Foundation. All rights reserved.