当前页面:
在线文档首页 >
JBoss Seam 1.2.1 API 英文版文档
Conversions.PropertiesConverter (JBoss Seam API Documentation) - JBoss Seam 1.2.1 API 英文版文档
org.jboss.seam.util
Class Conversions.PropertiesConverter
java.lang.Object
org.jboss.seam.util.Conversions.PropertiesConverter
- All Implemented Interfaces:
- Conversions.Converter<Properties>
- Enclosing class:
- Conversions
public static class Conversions.PropertiesConverter
- extends Object
- implements Conversions.Converter<Properties>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Conversions.PropertiesConverter
public Conversions.PropertiesConverter()
toObject
public Properties toObject(Conversions.PropertyValue values,
Type type)
- Specified by:
toObject
in interface Conversions.Converter<Properties>