Package org.springframework.web.servlet.view.xml


@NullMarked package org.springframework.web.servlet.view.xml
Support classes for providing a View implementation based on XML Marshalling.
  • Classes
    Class
    Description
    Spring MVC View that renders XML content by serializing the model for the current request using Jackson 3's XmlMapper.
    Deprecated, for removal: This API element is subject to removal in a future version.
    since 7.0 in favor of JacksonXmlView
    Spring-MVC View that allows for response context to be rendered as the result of marshalling by a Marshaller.