From 2a4fe95e24878e4abf6a56e5e973778d2fca3073 Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Thu, 22 Oct 2009 12:54:34 +0000 Subject: [PATCH] Polishing the MVC sections of the reference manual. --- spring-framework-reference/src/view.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-framework-reference/src/view.xml b/spring-framework-reference/src/view.xml index fe791313965..3f527514ddf 100644 --- a/spring-framework-reference/src/view.xml +++ b/spring-framework-reference/src/view.xml @@ -2562,13 +2562,13 @@ simpleReport.reportDataKey=myBeanData
XML Marshalling View - The MarhsallingView uses a XML + The MarhsallingView uses an XML Marshaller defined in the org.springframework.oxm package to render the response content as XML. The object to be marshalled can be set explicitly using MarhsallingView's modelKey bean property. Alternatively, the view will - iterate over all model properties marhsall only those types that are + iterate over all model properties and marhsall only those types that are supported by the Marshaller. For more information on the functionality in the org.springframework.oxm package refer to the