org.apache.myfaces.config.element
Class FacesFlowView

java.lang.Object
  extended by org.apache.myfaces.config.element.FacesFlowView
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
FacesFlowViewImpl

public abstract class FacesFlowView
extends Object
implements Serializable

Author:
Leonardo Uribe
See Also:
Serialized Form

Constructor Summary
FacesFlowView()
           
 
Method Summary
abstract  String getId()
           
abstract  String getVdlDocument()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FacesFlowView

public FacesFlowView()
Method Detail

getId

public abstract String getId()

getVdlDocument

public abstract String getVdlDocument()


Copyright © 2014 The Apache Software Foundation. All rights reserved.