org.apache.myfaces.config.impl.digester.elements
Class FacesFlowCallImpl
java.lang.Object
org.apache.myfaces.config.element.FacesFlowCall
org.apache.myfaces.config.impl.digester.elements.FacesFlowCallImpl
- All Implemented Interfaces:
- Serializable
public class FacesFlowCallImpl
- extends FacesFlowCall
- 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 |
FacesFlowCallImpl
public FacesFlowCallImpl()
getOutboundParameterList
public List<FacesFlowParameter> getOutboundParameterList()
- Specified by:
getOutboundParameterList
in class FacesFlowCall
addOutboundParameter
public void addOutboundParameter(FacesFlowParameter parameter)
getId
public String getId()
- Specified by:
getId
in class FacesFlowCall
setId
public void setId(String id)
getFlowReference
public FacesFlowReference getFlowReference()
- Specified by:
getFlowReference
in class FacesFlowCall
setFlowReference
public void setFlowReference(FacesFlowReference flowReference)
Copyright © 2014 The Apache Software Foundation. All rights reserved.