Service Point tapestry.coerce.ValueConverter | Interface: | org.apache.tapestry.coerce.ValueConverter |
---|
Used, especially by bindings, to convert arbitrary objects into instances of a particular type.
Delegates out to various TypeConverter services defined in the TypeConverters configuration point. |
Implementation |
---|
- <invoke-factory service-id="hivemind.BuilderFactory" model="singleton" >
- <construct
class="org.apache.tapestry.coerce.ValueConverterImpl"
>
- <set-configuration
configuration-id="TypeConverters"
property="contributions"
/>
</construct>
</invoke-factory>
|