Browse Source

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
pull/1/head
Sam Brannen 16 years ago
parent
commit
fb0fa7dfbd
  1. 4
      spring-framework-reference/src/view.xml

4
spring-framework-reference/src/view.xml

@ -2562,13 +2562,13 @@ simpleReport.reportDataKey=myBeanData</programlisting> @@ -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

Loading…
Cancel
Save