Configuration Point tapestry.coerce.TypeConverters | Occurs: | unbounded |
---|---|---|
Schema: | tapestry.coerce.Converters | |
Defines converters used by the ValueConverter service; the class identifies the class to convert to, and the converter is responsible for converting arbitrary objects to instances of that class. | ||
Contribution from module tapestry.coerce | ||
<converter class="java.lang.Boolean"
object="service:BooleanConverter"
/>
<converter class="java.util.Iterator" object="service:IteratorConverter" /> <converter class="java.util.List" object="service:ListConverter" /> <converter class="java.lang.String" object="instance:ObjectToStringConverter" /> <converter class="org.apache.tapestry.form.IPropertySelectionModel" object="service:PropertySelectionModelConverter" /> |