Uses of Class
org.restlet.ext.atom.Entry
-
Packages that use Entry 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 Entry in org.restlet.ext.atom
Fields in org.restlet.ext.atom with type parameters of type Entry Modifier and Type Field Description private java.util.List<Entry>Feed. entriesIndividual entries, acting as a components for associated metadata and data.Methods in org.restlet.ext.atom that return types with arguments of type Entry Modifier and Type Method Description java.util.List<Entry>Feed. getEntries()Returns the individual entries, acting as a components for associated metadata and data.Methods in org.restlet.ext.atom with parameters of type Entry Modifier and Type Method Description voidEntryReader. endEntry(Entry entry)Called at the end of the XML block that defines the given entry.voidFeedReader. endEntry(Entry entry)Called at the end of the XML block that defines the given entry.voidEntryReader. startEntry(Entry entry)Called when a new entry has been detected in the Atom document.voidFeedReader. startEntry(Entry entry)Called when a new entry has been detected in the Atom document. -
Uses of Entry in org.restlet.ext.atom.internal
Fields in org.restlet.ext.atom.internal declared as Entry Modifier and Type Field Description private EntryEntryContentReader. currentEntryThe currently parsed Entry.private EntryFeedContentReader. currentEntryThe currently parsed Entry.Constructors in org.restlet.ext.atom.internal with parameters of type Entry Constructor Description EntryContentReader(Entry entry)Constructor.EntryContentReader(Entry entry, EntryReader extraEntryHandler)Constructor.
-