JavaScript is disabled on your browser.
Skip navigation links
Spring Framework
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Class
org.springframework.web.servlet.view.feed.AbstractFeedView
Packages that use
AbstractFeedView
Package
Description
org.springframework.web.servlet.view.feed
Support classes for feed generation, providing View implementations for Atom and RSS.
Uses of
AbstractFeedView
in
org.springframework.web.servlet.view.feed
Subclasses of
AbstractFeedView
in
org.springframework.web.servlet.view.feed
Modifier and Type
Class
Description
class
AbstractAtomFeedView
Abstract superclass for Atom Feed views, using the
ROME
package.
class
AbstractRssFeedView
Abstract superclass for RSS Feed views, using the
ROME
package.