Uses of Class
org.restlet.ext.atom.Feed
-
Packages that use Feed Package Description org.restlet.ext.atom Support for the Atom syndication and the AtomPub (Atom Publication Protocol) standards in their 1.0 version.org.restlet.ext.atom.internal -
-
Uses of Feed in org.restlet.ext.atom
Methods in org.restlet.ext.atom that return Feed Modifier and Type Method Description FeedCollection. getFeed()Returns the feed representation.Methods in org.restlet.ext.atom with parameters of type Feed Modifier and Type Method Description voidFeedReader. endFeed(Feed feed)Called at the end of the XML block that defines the given feed.voidFeedReader. startFeed(Feed feed)Called when a new feed has been detected in the Atom document. -
Uses of Feed in org.restlet.ext.atom.internal
Fields in org.restlet.ext.atom.internal declared as Feed Modifier and Type Field Description private FeedFeedContentReader. currentFeedThe currently parsed Feed.Constructors in org.restlet.ext.atom.internal with parameters of type Feed Constructor Description FeedContentReader(Feed feed)Constructor.FeedContentReader(Feed feed, FeedReader extraFeedReader)Constructor.
-