org.apache.myfaces.config.impl.digester.elements
Class FacesFlowViewImpl

java.lang.Object
  extended by org.apache.myfaces.config.element.FacesFlowView
      extended by org.apache.myfaces.config.impl.digester.elements.FacesFlowViewImpl
All Implemented Interfaces:
Serializable

public class FacesFlowViewImpl
extends FacesFlowView

Author:
Leonardo Uribe
See Also:
Serialized Form

Constructor Summary
FacesFlowViewImpl()
           
 
Method Summary
 String getId()
           
 String getVdlDocument()
           
 void setId(String id)
           
 void setVdlDocument(String vdlDocument)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FacesFlowViewImpl

public FacesFlowViewImpl()
Method Detail

getVdlDocument

public String getVdlDocument()
Specified by:
getVdlDocument in class FacesFlowView

setVdlDocument

public void setVdlDocument(String vdlDocument)
Parameters:
vdlDocument - the vdlDocument to set

getId

public String getId()
Specified by:
getId in class FacesFlowView

setId

public void setId(String id)


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.