git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1814 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
Keith Donald 2009-09-03 16:43:44 +00:00
parent 283490e405
commit 2d480e9c1a
1 changed files with 1 additions and 1 deletions

View File

@ -917,7 +917,7 @@ public class MyService {
<section id="ui.format"> <section id="ui.format">
<title>Spring 3 UI Field Formatting</title> <title>Spring 3 UI Field Formatting</title>
<para> <para>
<filename>core.convert</filename> is a simple, general-purpose type conversion system. <link linkend="core.convert"><filename>core.convert</filename></link> is a simple, general-purpose type conversion system.
It addresses <emphasis>one-way</emphasis> conversion from one type to another, and is not limited to just converting Strings. It addresses <emphasis>one-way</emphasis> conversion from one type to another, and is not limited to just converting Strings.
As discussed in the previous section, a Spring Container can be configured to use this system when binding bean property values. As discussed in the previous section, a Spring Container can be configured to use this system when binding bean property values.
In addition, the Spring Expression Language (SpEL) uses this system to coerce Expression values. In addition, the Spring Expression Language (SpEL) uses this system to coerce Expression values.