Polishing

This commit is contained in:
Juergen Hoeller
2018-08-15 18:10:25 +02:00
parent a409233e80
commit b16a3229bc
4 changed files with 24 additions and 23 deletions

View File

@@ -1712,7 +1712,7 @@ for more configuration examples.
The `MarshallingView` 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
explicitly using ``MarshallingView``'s `modelKey` bean property. Alternatively, the view
will iterate over all model properties and marshal the first type that is supported
by the `Marshaller`. For more information on the functionality in the
`org.springframework.oxm` package refer to the chapter <<oxm,Marshalling XML using O/X