Class FacesFlowMethodCall
- java.lang.Object
- 
- org.apache.myfaces.config.element.FacesFlowMethodCall
 
- 
- All Implemented Interfaces:
- Serializable
 - Direct Known Subclasses:
- FacesFlowMethodCallImpl
 
 public abstract class FacesFlowMethodCall extends Object implements Serializable - Author:
- Leonardo Uribe
- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description FacesFlowMethodCall()
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract StringgetDefaultOutcome()abstract StringgetId()abstract StringgetMethod()abstract List<FacesFlowMethodParameter>getParameterList()
 
- 
- 
- 
Method Detail- 
getIdpublic abstract String getId() 
 - 
getMethodpublic abstract String getMethod() 
 - 
getDefaultOutcomepublic abstract String getDefaultOutcome() 
 - 
getParameterListpublic abstract List<FacesFlowMethodParameter> getParameterList() 
 
- 
 
-