Package org.springframework.web.servlet.view.feed


@NonNullApi @NonNullFields package org.springframework.web.servlet.view.feed
Support classes for feed generation, providing View implementations for Atom and RSS. Based on the ROME tools project.
  • Classes
    Class
    Description
    Abstract superclass for Atom Feed views, using the ROME package.
    AbstractFeedView<T extends com.rometools.rome.feed.WireFeed>
    Abstract base class for Atom and RSS Feed views, using the ROME package.
    Abstract superclass for RSS Feed views, using the ROME package.