org.apache.myfaces.config.impl.digester.elements
Class Converter
java.lang.Object
org.apache.myfaces.config.element.Converter
org.apache.myfaces.config.impl.digester.elements.Converter
- All Implemented Interfaces:
- Serializable
public class Converter
- extends Converter
- implements Serializable
- Author:
- Oliver Rossmueller
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Converter
public Converter()
getConverterId
public String getConverterId()
- Specified by:
getConverterId
in class Converter
setConverterId
public void setConverterId(String converterId)
getForClass
public String getForClass()
- Specified by:
getForClass
in class Converter
setForClass
public void setForClass(String forClass)
getConverterClass
public String getConverterClass()
- Specified by:
getConverterClass
in class Converter
setConverterClass
public void setConverterClass(String converterClass)
addProperty
public void addProperty(Property value)
getProperties
public Collection<? extends Property> getProperties()
- Specified by:
getProperties
in class Converter
addAttribute
public void addAttribute(Attribute value)
getAttributes
public Collection<? extends Attribute> getAttributes()
- Specified by:
getAttributes
in class Converter
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.