diff --git a/spring-framework-reference/src/mvc.xml b/spring-framework-reference/src/mvc.xml index 80252bbd653f456aa030e3b4cd8fa012bb1a96fb..03bb51618dabfae76749da97fa12791f0d84ab9c 100644 --- a/spring-framework-reference/src/mvc.xml +++ b/spring-framework-reference/src/mvc.xml @@ -1230,7 +1230,7 @@ public void handle(@RequestBody String body, Writer writer) throws IOException { AnnotationMethodHandlerAdapter has been extended to support the @RequestBody and has several HttpMessageConverters - registered by default, these are + registered by default, these are: @@ -1245,12 +1245,12 @@ public void handle(@RequestBody String body, Writer writer) throws IOException { FormHttpMessageConverter - converts - form data to/from a MultiValueMap<String, String> + form data to/from a MultiValueMap<String, String> SourceHttpMessageConverter - converts - to/from a javax.xml.transform.Source; + to/from a javax.xml.transform.Source @@ -1270,7 +1270,7 @@ public void handle(@RequestBody String body, Writer writer) throws IOException { org.springframework.oxm package to be configured on an instance of AnnotationMethodHandlerAdapter in the - application context. For example + application context. For example: <bean class="org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter"> <property name="messageConverters">