Class FacesFlowDefinition
java.lang.Object
org.apache.myfaces.config.element.FacesFlowDefinition
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- FacesFlowDefinitionImpl
- Author:
- Leonardo Uribe
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionabstract Stringabstract Stringabstract List<FacesFlowCall>abstract StringgetId()abstract List<FacesFlowParameter>abstract Stringabstract List<FacesFlowMethodCall>abstract List<NavigationRule>abstract List<FacesFlowReturn>abstract Stringabstract List<FacesFlowSwitch>abstract List<FacesFlowView>
- 
Constructor Details- 
FacesFlowDefinitionpublic FacesFlowDefinition()
 
- 
- 
Method Details- 
getDefiningDocumentId
- 
getId
- 
getStartNode
- 
getViewList
- 
getSwitchList
- 
getReturnList
- 
getFlowCallList
- 
getMethodCallList
- 
getInitializer
- 
getFinalizer
- 
getInboundParameterList
 
-