org.apache.myfaces.config.element
Class FacesFlowReference

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

public abstract class FacesFlowReference
extends Object
implements Serializable

Author:
Leonardo Uribe
See Also:
Serialized Form

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

Constructor Detail

FacesFlowReference

public FacesFlowReference()
Method Detail

getFlowId

public abstract String getFlowId()

getFlowDocumentId

public abstract String getFlowDocumentId()


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