public class FacesFlowMethodCallImpl extends FacesFlowMethodCall
| Constructor and Description | 
|---|
| FacesFlowMethodCallImpl() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | addParameter(FacesFlowMethodParameter parameter) | 
| String | getDefaultOutcome() | 
| String | getId() | 
| String | getMethod() | 
| List<FacesFlowMethodParameter> | getParameterList() | 
| void | setDefaultOutcome(String defaultOutcome) | 
| void | setId(String id) | 
| void | setMethod(String method) | 
public String getMethod()
getMethod in class FacesFlowMethodCallpublic String getDefaultOutcome()
getDefaultOutcome in class FacesFlowMethodCallpublic void setMethod(String method)
method - the method to setpublic void setDefaultOutcome(String defaultOutcome)
defaultOutcome - the defaultOutcome to setpublic String getId()
getId in class FacesFlowMethodCallpublic void setId(String id)
public List<FacesFlowMethodParameter> getParameterList()
getParameterList in class FacesFlowMethodCallpublic void addParameter(FacesFlowMethodParameter parameter)
Copyright © 2025 The Apache Software Foundation. All rights reserved.