Browse Source

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.
pull/1234/head
Chris Beams 15 years ago
parent
commit
87caa13363
  1. 10
      spring-framework-reference/src/validation.xml

10
spring-framework-reference/src/validation.xml

@ -1106,6 +1106,16 @@ public interface ConversionService { @@ -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