Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.mentawai.converter
Interface Converter  view Converter download Converter.java

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.