Class FacesFlowMethodCallImpl
- java.lang.Object
- 
- org.apache.myfaces.config.element.FacesFlowMethodCall
- 
- org.apache.myfaces.config.impl.element.FacesFlowMethodCallImpl
 
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class FacesFlowMethodCallImpl extends FacesFlowMethodCall - Author:
- Leonardo Uribe
- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description FacesFlowMethodCallImpl()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddParameter(FacesFlowMethodParameter parameter)StringgetDefaultOutcome()StringgetId()StringgetMethod()List<FacesFlowMethodParameter>getParameterList()voidsetDefaultOutcome(String defaultOutcome)voidsetId(String id)voidsetMethod(String method)
 
- 
- 
- 
Method Detail- 
getMethodpublic String getMethod() - Specified by:
- getMethodin class- FacesFlowMethodCall
 
 - 
getDefaultOutcomepublic String getDefaultOutcome() - Specified by:
- getDefaultOutcomein class- FacesFlowMethodCall
 
 - 
setMethodpublic void setMethod(String method) 
 - 
setDefaultOutcomepublic void setDefaultOutcome(String defaultOutcome) 
 - 
getIdpublic String getId() - Specified by:
- getIdin class- FacesFlowMethodCall
 
 - 
setIdpublic void setId(String id) 
 - 
getParameterListpublic List<FacesFlowMethodParameter> getParameterList() - Specified by:
- getParameterListin class- FacesFlowMethodCall
 
 - 
addParameterpublic void addParameter(FacesFlowMethodParameter parameter) 
 
- 
 
-