Class FacesFlowReturn
- java.lang.Object
- 
- org.apache.myfaces.config.element.FacesFlowReturn
 
- 
- All Implemented Interfaces:
- Serializable
 - Direct Known Subclasses:
- FacesFlowReturnImpl
 
 public abstract class FacesFlowReturn extends Object implements Serializable - Author:
- Leonardo Uribe
- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description FacesFlowReturn()
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract StringgetId()abstract NavigationCasegetNavigationCase()"...
 
- 
- 
- 
Method Detail- 
getIdpublic abstract String getId() 
 - 
getNavigationCasepublic abstract NavigationCase getNavigationCase() "... This element must contain exactly one navigation-case element, which must contain exactly one from-outcome element. ..."- Returns:
 
 
- 
 
-