Class FacesFlowReturnImpl
- java.lang.Object
- 
- org.apache.myfaces.config.element.FacesFlowReturn
- 
- org.apache.myfaces.config.impl.element.FacesFlowReturnImpl
 
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class FacesFlowReturnImpl extends FacesFlowReturn - Author:
- Leonardo Uribe
- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description FacesFlowReturnImpl()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetId()NavigationCasegetNavigationCase()"...voidsetId(String id)voidsetNavigationCase(NavigationCase navigationCase)
 
- 
- 
- 
Method Detail- 
getNavigationCasepublic NavigationCase getNavigationCase() Description copied from class:FacesFlowReturn"... This element must contain exactly one navigation-case element, which must contain exactly one from-outcome element. ..."- Specified by:
- getNavigationCasein class- FacesFlowReturn
- Returns:
 
 - 
setNavigationCasepublic void setNavigationCase(NavigationCase navigationCase) 
 - 
getIdpublic String getId() - Specified by:
- getIdin class- FacesFlowReturn
 
 - 
setIdpublic void setId(String id) 
 
- 
 
-