com.jtri.struts
Interface FormConverter

All Known Implementing Classes:
BigDecimalConverter, BooleanConverter, DateConverter, DoubleConverter, EnumConverter, IntegerConverter, LongConverter, MaskConverter, PasswordConfirmedConverter, StringBooleanConverter, StringConverter

public interface FormConverter

Base two way converter, this class extends Apache converter to solve back and forward Java Type to String.

Author:
atorres

Method Summary
 java.lang.Class fromClass()
           
 java.lang.Class toClass()
           
 

Method Detail

toClass

public java.lang.Class toClass()

fromClass

public java.lang.Class fromClass()