Class ConverterImpl
java.lang.Object
org.apache.myfaces.config.element.Converter
org.apache.myfaces.config.impl.element.ConverterImpl
- All Implemented Interfaces:
- Serializable
- Author:
- Oliver Rossmueller
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidaddAttribute(Attribute value) voidaddProperty(Property value) voidsetConverterClass(String converterClass) voidsetConverterId(String converterId) voidsetForClass(String forClass) 
- 
Constructor Details- 
ConverterImplpublic ConverterImpl()
 
- 
- 
Method Details- 
getConverterId- Specified by:
- getConverterIdin class- Converter
 
- 
setConverterId
- 
getForClass- Specified by:
- getForClassin class- Converter
 
- 
setForClass
- 
getConverterClass- Specified by:
- getConverterClassin class- Converter
 
- 
setConverterClass
- 
addProperty
- 
getProperties- Specified by:
- getPropertiesin class- Converter
 
- 
addAttribute
- 
getAttributes- Specified by:
- getAttributesin class- Converter
 
 
-