org.apache.myfaces.config.element
Class FacesFlowSwitch

java.lang.Object
  extended by 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 Summary
FacesFlowSwitch()
           
 
Method Summary
abstract  NavigationCase getDefaultOutcome()
           
abstract  String getId()
           
abstract  List<NavigationCase> getNavigationCaseList()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FacesFlowSwitch

public FacesFlowSwitch()
Method Detail

getId

public abstract String getId()

getNavigationCaseList

public abstract List<NavigationCase> getNavigationCaseList()

getDefaultOutcome

public abstract NavigationCase getDefaultOutcome()


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.