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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addAttribute
(Attribute value) void
addProperty
(Property value) void
setConverterClass
(String converterClass) void
setConverterId
(String converterId) void
setForClass
(String forClass)
-
Constructor Details
-
ConverterImpl
public ConverterImpl()
-
-
Method Details
-
getConverterId
- Specified by:
getConverterId
in classConverter
-
setConverterId
-
getForClass
- Specified by:
getForClass
in classConverter
-
setForClass
-
getConverterClass
- Specified by:
getConverterClass
in classConverter
-
setConverterClass
-
addProperty
-
getProperties
- Specified by:
getProperties
in classConverter
-
addAttribute
-
getAttributes
- Specified by:
getAttributes
in classConverter
-