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.
This commit is contained in:
@@ -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><mvc:annotation-driven/></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">
|
||||
|
||||
Reference in New Issue
Block a user