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
This commit is contained in:
Sam Brannen
2009-10-22 12:54:34 +00:00
parent 936ef59796
commit fb0fa7dfbd
+2 -2
View File
@@ -2562,13 +2562,13 @@ simpleReport.reportDataKey=myBeanData</programlisting>
<section id="view-xml-marshalling">
<title>XML Marshalling View</title>
<para>The <classname>MarhsallingView</classname> uses a XML
<para>The <classname>MarhsallingView</classname> uses an XML
<interfacename>Marshaller</interfacename> defined in the
<classname>org.springframework.oxm</classname> package to render the
response content as XML. The object to be marshalled can be set explicitly
using <classname>MarhsallingView</classname>'s
<property>modelKey</property> 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 <interfacename>Marshaller</interfacename>. For more
information on the functionality in the
<classname>org.springframework.oxm</classname> package refer to the