Module tapestry.coerce
Back to master index

[public] 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="ValueConverterImpl" >
      • <set-configuration configuration-id="TypeConverters" property="contributions" />
      </construct>
    </invoke-factory>

Module tapestry.coerce
Back to master index