程序包 cn.taketoday.web.view.feed


@NonNullApi @NonNullFields package cn.taketoday.web.view.feed
Support classes for feed generation, providing View implementations for Atom and RSS. Based on the ROME tools project.
  • 说明
    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.