public class ActionConverter extends Object implements Converter
Constructor and Description |
---|
ActionConverter() |
Modifier and Type | Method and Description |
---|---|
Object |
convert(Class type,
Attribute attr,
Localizer localizer)
Convert the value of the given
Attribute object into an output object of the
specified type. |
Class |
convertsTo()
A
conversTo method informs about the Class type the converter
is returning when its convert method is called |
public Object convert(Class type, Attribute attr, Localizer localizer) throws Exception
Attribute
object into an output object of the
specified type.public Class convertsTo()
conversTo
method informs about the Class type the converter
is returning when its convert
method is calledconvertsTo
in interface Converter
Class
- the Class the converter is returning when its convert method is calledCopyright © 2002 - 2013 - Wolf Paulus - wolfpaulus.com. All rights reserved.