|
|||||||||
| Home >> All >> org >> mentawai >> [ converter overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.mentawai.converter
Interface Converter

- All Known Implementing Classes:
- BasicConverter, LocaleConverter
- public interface Converter
This is a simple interface for field convertion. Check one of its implementations that comes with Mentawai before implementing this class.
| Method Summary | |
java.lang.Object |
convert(java.lang.String field,
org.mentawai.core.Action action)
Converts a input field from this action. |
| Method Detail |
convert
public java.lang.Object convert(java.lang.String field, org.mentawai.core.Action action) throws ConversionException
- Converts a input field from this action.
|
|||||||||
| Home >> All >> org >> mentawai >> [ converter overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC