org.apache.myfaces.config.element
Class Converter
java.lang.Object
org.apache.myfaces.config.element.Converter
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- Converter
public abstract class Converter
- extends Object
- implements Serializable
- Since:
- 2.0.3
- 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 |
Converter
public Converter()
getConverterId
public abstract String getConverterId()
getForClass
public abstract String getForClass()
getConverterClass
public abstract String getConverterClass()
getProperties
public abstract Collection<? extends Property> getProperties()
getAttributes
public abstract Collection<? extends Attribute> getAttributes()
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.