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
toClass
public java.lang.Class toClass()
fromClass
public java.lang.Class fromClass()