spring-framework / org.springframework.web.servlet.view.feed / AbstractFeedView / <init>

<init>

AbstractFeedView()

Abstract base class for Atom and RSS Feed views, using the ROME package.

>NOTE: As of Spring 4.1, this is based on the com.rometools variant of ROME, version 1.5. Please upgrade your build dependency.

Application-specific view classes will typically extend from either AbstractRssFeedView or AbstractAtomFeedView instead of from this class.

Thanks to Jettro Coenradie and Sergio Bossa for the original feed view prototype!

Author
Arjen Poutsma

Author
Juergen Hoeller

Since
3.0

See Also
AbstractRssFeedViewAbstractAtomFeedView