com.jtri.struts
Class EnumConverter
java.lang.Object
com.jtri.struts.EnumConverter
- All Implemented Interfaces:
- FormConverter
- public class EnumConverter
- extends java.lang.Object
- implements FormConverter
- Author:
- atorres
TODO To change the template for this generated type comment go to
Window - Preferences - Java - Code Style - Code Templates
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EnumConverter
public EnumConverter(java.lang.Class enumClass)
getInstanceMap
public java.util.Map getInstanceMap()
convert
public java.lang.Object convert(java.lang.Class type,
java.lang.Object value)
fromClass
public java.lang.Class fromClass()
- Specified by:
fromClass in interface FormConverter
toClass
public java.lang.Class toClass()
- Specified by:
toClass in interface FormConverter