org.apache.myfaces.config.impl.digester.elements
Class FacesFlowMethodParameterImpl
java.lang.Object
org.apache.myfaces.config.element.FacesFlowMethodParameter
org.apache.myfaces.config.impl.digester.elements.FacesFlowMethodParameterImpl
- All Implemented Interfaces:
- Serializable
public class FacesFlowMethodParameterImpl
- extends FacesFlowMethodParameter
- Author:
- lu4242
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FacesFlowMethodParameterImpl
public FacesFlowMethodParameterImpl()
getClassName
public String getClassName()
- Specified by:
getClassName
in class FacesFlowMethodParameter
- Returns:
- the className
setClassName
public void setClassName(String className)
- Parameters:
className
- the className to set
getValue
public String getValue()
- Specified by:
getValue
in class FacesFlowMethodParameter
- Returns:
- the value
setValue
public void setValue(String value)
- Parameters:
value
- the value to set
Copyright © 2015 The Apache Software Foundation. All rights reserved.