Class ConverterImpl
- java.lang.Object
- 
- org.apache.myfaces.config.element.Converter
- 
- org.apache.myfaces.config.impl.element.ConverterImpl
 
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class ConverterImpl extends Converter implements Serializable - Author:
- Oliver Rossmueller
- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description ConverterImpl()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddAttribute(Attribute value)voidaddProperty(Property value)List<? extends Attribute>getAttributes()StringgetConverterClass()StringgetConverterId()StringgetForClass()List<? extends Property>getProperties()voidsetConverterClass(String converterClass)voidsetConverterId(String converterId)voidsetForClass(String forClass)
 
- 
- 
- 
Method Detail- 
getConverterIdpublic String getConverterId() - Specified by:
- getConverterIdin class- Converter
 
 - 
setConverterIdpublic void setConverterId(String converterId) 
 - 
getForClasspublic String getForClass() - Specified by:
- getForClassin class- Converter
 
 - 
setForClasspublic void setForClass(String forClass) 
 - 
getConverterClasspublic String getConverterClass() - Specified by:
- getConverterClassin class- Converter
 
 - 
setConverterClasspublic void setConverterClass(String converterClass) 
 - 
addPropertypublic void addProperty(Property value) 
 - 
getPropertiespublic List<? extends Property> getProperties() - Specified by:
- getPropertiesin class- Converter
 
 - 
addAttributepublic void addAttribute(Attribute value) 
 - 
getAttributespublic List<? extends Attribute> getAttributes() - Specified by:
- getAttributesin class- Converter
 
 
- 
 
-