org.apache.myfaces.config.impl.digester.elements
Class Converter
java.lang.Object
org.apache.myfaces.config.impl.digester.elements.ElementBaseImpl
org.apache.myfaces.config.impl.digester.elements.Converter
- All Implemented Interfaces:
- ElementBase
public class Converter
- extends ElementBaseImpl
- Author:
- Oliver Rossmueller
| 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()
setConverterId
public void setConverterId(String converterId)
getForClass
public String getForClass()
setForClass
public void setForClass(String forClass)
getConverterClass
public String getConverterClass()
setConverterClass
public void setConverterClass(String converterClass)
addProperty
public void addProperty(Property value)
getProperties
public Iterator getProperties()
addAttribute
public void addAttribute(Attribute value)
getAttributes
public Iterator getAttributes()
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.