Class FacesFlowCallImpl
- java.lang.Object
- 
- org.apache.myfaces.config.element.FacesFlowCall
- 
- org.apache.myfaces.config.impl.element.FacesFlowCallImpl
 
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class FacesFlowCallImpl extends FacesFlowCall - Author:
- Leonardo Uribe
- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description FacesFlowCallImpl()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddOutboundParameter(FacesFlowParameter parameter)FacesFlowReferencegetFlowReference()StringgetId()List<FacesFlowParameter>getOutboundParameterList()voidsetFlowReference(FacesFlowReference flowReference)voidsetId(String id)
 
- 
- 
- 
Method Detail- 
getOutboundParameterListpublic List<FacesFlowParameter> getOutboundParameterList() - Specified by:
- getOutboundParameterListin class- FacesFlowCall
 
 - 
addOutboundParameterpublic void addOutboundParameter(FacesFlowParameter parameter) 
 - 
getIdpublic String getId() - Specified by:
- getIdin class- FacesFlowCall
 
 - 
setIdpublic void setId(String id) 
 - 
getFlowReferencepublic FacesFlowReference getFlowReference() - Specified by:
- getFlowReferencein class- FacesFlowCall
 
 - 
setFlowReferencepublic void setFlowReference(FacesFlowReference flowReference) 
 
- 
 
-