org.apache.myfaces.config.element
Class FacesFlowCall

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

public abstract class FacesFlowCall
extends Object
implements Serializable

Author:
Leonardo Uribe
See Also:
Serialized Form

Constructor Summary
FacesFlowCall()
           
 
Method Summary
abstract  FacesFlowReference getFlowReference()
           
abstract  String getId()
           
abstract  List<FacesFlowParameter> getOutboundParameterList()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FacesFlowCall

public FacesFlowCall()
Method Detail

getId

public abstract String getId()

getFlowReference

public abstract FacesFlowReference getFlowReference()

getOutboundParameterList

public abstract List<FacesFlowParameter> getOutboundParameterList()


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