org.apache.myfaces.config.impl.digester.elements
Class FacesFlowParameterImpl
java.lang.Object
org.apache.myfaces.config.element.FacesFlowParameter
org.apache.myfaces.config.impl.digester.elements.FacesFlowParameterImpl
- All Implemented Interfaces:
- Serializable
public class FacesFlowParameterImpl
- extends FacesFlowParameter
- 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 |
FacesFlowParameterImpl
public FacesFlowParameterImpl()
getName
public String getName()
- Specified by:
getName in class FacesFlowParameter
getValue
public String getValue()
- Specified by:
getValue in class FacesFlowParameter
setName
public void setName(String name)
- Parameters:
name - the name to set
setValue
public void setValue(String value)
- Parameters:
value - the value to set
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.