org.apache.myfaces.config.element
Class FacesFlowCall
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FacesFlowCall
public FacesFlowCall()
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.