Class FacesFlowViewImpl
- java.lang.Object
- 
- org.apache.myfaces.config.element.FacesFlowView
- 
- org.apache.myfaces.config.impl.element.FacesFlowViewImpl
 
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class FacesFlowViewImpl extends FacesFlowView - Author:
- Leonardo Uribe
- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description FacesFlowViewImpl()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetId()StringgetVdlDocument()voidsetId(String id)voidsetVdlDocument(String vdlDocument)
 
- 
- 
- 
Method Detail- 
getVdlDocumentpublic String getVdlDocument() - Specified by:
- getVdlDocumentin class- FacesFlowView
 
 - 
setVdlDocumentpublic void setVdlDocument(String vdlDocument) 
 - 
getIdpublic String getId() - Specified by:
- getIdin class- FacesFlowView
 
 - 
setIdpublic void setId(String id) 
 
- 
 
-