From fb0fa7dfbdf4cc0aab261a8f198b77731e84bf3e 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. git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2169 50f2f4bb-b051-0410-bef5-90022cba6387 --- 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