Package org.springframework.web.servlet.view.xml
@NonNullApi
@NonNullFields
package org.springframework.web.servlet.view.xml
Support classes for providing a View implementation based on XML Marshalling.
-
ClassDescriptionSpring MVC
View
that renders XML content by serializing the model for the current request using Jackson 2'sXmlMapper
.Spring-MVCView
that allows for response context to be rendered as the result of marshalling by aMarshaller
.