|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Converter
Interface of the converter which convert data between the UI and the driver.
| Method Summary | |
|---|---|
java.lang.Object |
getAsObject(java.lang.String value)
Convert data from the webUI to the format accepted by the driver. |
java.lang.String |
getAsString(java.lang.Object value)
Convert data from the driver to the format accepted by the webUI. |
void |
setConfig(java.util.Map<java.lang.String,java.lang.String> conf)
Configure this converter, e.g. |
| Method Detail |
|---|
java.lang.Object getAsObject(java.lang.String value)
throws ConverterException
value - Input value from the webUI.
ConverterException
java.lang.String getAsString(java.lang.Object value)
throws ConverterException
value - Object returned from driver.
ConverterExceptionvoid setConfig(java.util.Map<java.lang.String,java.lang.String> conf)
conf - Configuration in map.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||