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

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

public class FacesFlowCallImpl
extends FacesFlowCall

Author:
Leonardo Uribe
See Also:
Serialized Form

Constructor Summary
FacesFlowCallImpl()
           
 
Method Summary
 void addOutboundParameter(FacesFlowParameter parameter)
           
 FacesFlowReference getFlowReference()
           
 String getId()
           
 List<FacesFlowParameter> getOutboundParameterList()
           
 void setFlowReference(FacesFlowReference flowReference)
           
 void setId(String id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FacesFlowCallImpl

public FacesFlowCallImpl()
Method Detail

getOutboundParameterList

public List<FacesFlowParameter> getOutboundParameterList()
Specified by:
getOutboundParameterList in class FacesFlowCall

addOutboundParameter

public void addOutboundParameter(FacesFlowParameter parameter)

getId

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

setId

public void setId(String id)

getFlowReference

public FacesFlowReference getFlowReference()
Specified by:
getFlowReference in class FacesFlowCall

setFlowReference

public void setFlowReference(FacesFlowReference flowReference)


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