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 FacesFlowMethodCall
public String getDefaultOutcome()
getDefaultOutcome
in class FacesFlowMethodCall
public void setMethod(String method)
public void setDefaultOutcome(String defaultOutcome)
public String getId()
getId
in class FacesFlowMethodCall
public void setId(String id)
public List<FacesFlowMethodParameter> getParameterList()
getParameterList
in class FacesFlowMethodCall
public void addParameter(FacesFlowMethodParameter parameter)
Copyright © 2022 The Apache Software Foundation. All rights reserved.