diff --git a/spring-framework-reference/src/beans.xml b/spring-framework-reference/src/beans.xml index 50dc56bbdc4..b9e0a6120c8 100644 --- a/spring-framework-reference/src/beans.xml +++ b/spring-framework-reference/src/beans.xml @@ -548,7 +548,7 @@ List userList service.getUsernameList(); or id is supplied explicitly, the container generates a unique name for that bean. However, if you want to refer to that bean by name, through the use of the ref element or Service Location style lookup, + linkend="beans-servicelocator">Service Locator style lookup, you must provide a name. Motivations for not supplying a name are related to using inner beans and autowiring diff --git a/spring-framework-reference/src/cache.xml b/spring-framework-reference/src/cache.xml index 55e3bc8233a..df174693d46 100644 --- a/spring-framework-reference/src/cache.xml +++ b/spring-framework-reference/src/cache.xml @@ -98,7 +98,7 @@ public Book findBook(ISBN isbn) {...}]]> In fact, depending on the JVM implementation or running conditions, the same hashCode can be reused for different objects, in the same VM instance. To provide a different default key generator, one needs to implement the org.springframework.cache.KeyGenerator interface. - Once configured, the generator will be used for each declaration that doesn not specify its own key generation strategy (see below). + Once configured, the generator will be used for each declaration that doesn not specify its own key generation strategy (see below). @@ -442,4 +442,4 @@ public Book findBook(ISBN isbn, boolean checkWarehouse, boolean includeUsed)]]>< can fill in this small configuration gap. - \ No newline at end of file + diff --git a/spring-framework-reference/src/validation.xml b/spring-framework-reference/src/validation.xml index a0eee19ad1b..08d6d02959d 100644 --- a/spring-framework-reference/src/validation.xml +++ b/spring-framework-reference/src/validation.xml @@ -1101,7 +1101,7 @@ public interface ConversionService { ]]> It is also common to use a ConversionService within a Spring MVC - application. See + application. See for details on use with <mvc:annotation-driven/>. @@ -1415,7 +1415,7 @@ public interface FormatterRegistrar { -
+
Configuring Formatting in Spring MVC In a Spring MVC application, you may configure a custom