Uses of Class
org.restlet.ext.atom.EntryReader
-
Packages that use EntryReader 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 EntryReader in org.restlet.ext.atom
Fields in org.restlet.ext.atom declared as EntryReader Modifier and Type Field Description private EntryReaderEntryReader. entryReaderExtra entry reader.Constructors in org.restlet.ext.atom with parameters of type EntryReader Constructor Description Entry(Representation xmlEntry, EntryReader entryReader)Constructor.EntryReader(EntryReader entryReader)Constructor. -
Uses of EntryReader in org.restlet.ext.atom.internal
Subclasses of EntryReader in org.restlet.ext.atom.internal Modifier and Type Class Description classEntryContentReaderContent reader for entries.Constructors in org.restlet.ext.atom.internal with parameters of type EntryReader Constructor Description EntryContentReader(Entry entry, EntryReader extraEntryHandler)Constructor.
-