Package org.springframework.web.servlet.view.xml
Support classes for providing a View implementation based on XML Marshalling.
Class Summary Class Description MappingJackson2XmlView Spring MVCViewthat renders XML content by serializing the model for the current request using Jackson 2'sXmlMapper.MarshallingView Spring-MVCViewthat allows for response context to be rendered as the result of marshalling by aMarshaller.