|
SWIXML 1.5 (#149) |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.swixml.converters.ActionConverter
public class ActionConverter
The ActionConverter is a tagging class that is only used to regsiter the Action.class with the ConverterLibrary
| Constructor Summary | |
|---|---|
ActionConverter()
|
|
| Method Summary | |
|---|---|
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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ActionConverter()
| Method Detail |
|---|
public Object convert(Class type,
Attribute attr,
Localizer localizer)
throws Exception
Attribute object into an output object of the
specified type.
convert in interface Convertertype - Class Data type to which the Attribute's value should be convertedattr - Attribute the attribute, providing the value to be converted.
Exceptionpublic Class convertsTo()
conversTo method informs about the Class type the converter
is returning when its convert method is called
convertsTo in interface ConverterClass - the Class the converter is returning when its convert method is called
|
SWIXML 1.5 (#149) |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||