|
|||||||||
| Home >> All >> org >> scopemvc >> util >> [ convertor overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.scopemvc.util.convertor
Class StringConvertors

java.lang.Objectorg.scopemvc.util.convertor.StringConvertors
- public final class StringConvertors
- extends java.lang.Object
Factory class for creation of default convertors for arbitrary classes.
- Version:
- $Revision: 1.3 $ $Date: 2002/01/26 09:46:20 $
| Field Summary | |
private static java.lang.String |
CONVERTOR_PROPERTY_PREFIX
|
private static java.util.HashMap |
defaultConvertors
|
private static org.apache.commons.logging.Log |
LOG
|
| Constructor Summary | |
private |
StringConvertors()
|
| Method Summary | |
static StringConvertor |
forClass(java.lang.Class inValueClass)
Return a StringConvertor for the passed Class, else return null. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
LOG
private static org.apache.commons.logging.Log LOG
CONVERTOR_PROPERTY_PREFIX
private static final java.lang.String CONVERTOR_PROPERTY_PREFIX
- See Also:
- Constant Field Values
defaultConvertors
private static java.util.HashMap defaultConvertors
| Constructor Detail |
StringConvertors
private StringConvertors()
| Method Detail |
forClass
public static StringConvertor forClass(java.lang.Class inValueClass)
- Return a StringConvertor for the
passed Class, else return null.
Note that this doesn't work for subclasses
of datatypes types: the type must match exactly.
|
|||||||||
| Home >> All >> org >> scopemvc >> util >> [ convertor overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.scopemvc.util.convertor.StringConvertors