org.apache.myfaces.config.element
Class FacesFlowDefinition
java.lang.Object
org.apache.myfaces.config.element.FacesFlowDefinition
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- FacesFlowDefinitionImpl
public abstract class FacesFlowDefinition
- extends Object
- implements Serializable
- 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 |
FacesFlowDefinition
public FacesFlowDefinition()
getDefiningDocumentId
public abstract String getDefiningDocumentId()
getId
public abstract String getId()
getStartNode
public abstract String getStartNode()
getViewList
public abstract List<FacesFlowView> getViewList()
getSwitchList
public abstract List<FacesFlowSwitch> getSwitchList()
getReturnList
public abstract List<FacesFlowReturn> getReturnList()
getNavigationRuleList
public abstract List<NavigationRule> getNavigationRuleList()
getFlowCallList
public abstract List<FacesFlowCall> getFlowCallList()
getMethodCallList
public abstract List<FacesFlowMethodCall> getMethodCallList()
getInitializer
public abstract String getInitializer()
getFinalizer
public abstract String getFinalizer()
getInboundParameterList
public abstract List<FacesFlowParameter> getInboundParameterList()
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.