提交 87caa133 编写于 作者: C Chris Beams

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.
上级 cecee4d0
......@@ -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">
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册