org.apache.myfaces.config.impl.digester.elements
Class FacesFlowMethodCallImpl
java.lang.Object
org.apache.myfaces.config.element.FacesFlowMethodCall
org.apache.myfaces.config.impl.digester.elements.FacesFlowMethodCallImpl
- All Implemented Interfaces:
- Serializable
public class FacesFlowMethodCallImpl
- extends FacesFlowMethodCall
- Author:
- Leonardo Uribe
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FacesFlowMethodCallImpl
public FacesFlowMethodCallImpl()
getMethod
public String getMethod()
- Specified by:
getMethod
in class FacesFlowMethodCall
getDefaultOutcome
public String getDefaultOutcome()
- Specified by:
getDefaultOutcome
in class FacesFlowMethodCall
setMethod
public void setMethod(String method)
- Parameters:
method
- the method to set
setDefaultOutcome
public void setDefaultOutcome(String defaultOutcome)
- Parameters:
defaultOutcome
- the defaultOutcome to set
getId
public String getId()
- Specified by:
getId
in class FacesFlowMethodCall
setId
public void setId(String id)
getParameterList
public List<FacesFlowMethodParameter> getParameterList()
- Specified by:
getParameterList
in class FacesFlowMethodCall
addParameter
public void addParameter(FacesFlowMethodParameter parameter)
Copyright © 2015 The Apache Software Foundation. All rights reserved.