Clarify ConversionServiceFactoryBean documentation (SPR-7362)

- The sentence at the end of section 5.5.5 now refers to the
  <mvc:annotation-driven conversion-service="..."/> example at the end
  of section 5.6.

- The sentence at the end of section 5.5.5 refers to the
  FormatterConversionServiceFactoryBean section that follows.
master
Chris Beams 14 years ago
parent cecee4d02b
commit 87caa13363
  1. 10
      spring-framework-reference/src/validation.xml

@ -1106,6 +1106,16 @@ public interface ConversionService {
</list>
</property>
</bean>]]></programlisting>
<para>It is also common to use a ConversionService within a Spring MVC
application. See <xref linkend="format-configuring-FormatterRegistry"/>
for details on use with
<literal>&lt;mvc:annotation-driven/&gt;</literal>.</para>
<para>In certain situations you may wish to apply formatting during
conversion. See <xref linkend="format-FormatterRegistry-SPI"/> for
details on using
<classname>FormattingConversionServiceFactoryBean</classname>.</para>
</section>
<section id="core-convert-programmatic-usage">

Loading…
Cancel
Save