Package | Description |
---|---|
org.restlet.ext.atom | |
org.restlet.ext.atom.internal | |
org.restlet.ext.odata | |
org.restlet.ext.odata.internal |
Modifier and Type | Method and Description |
---|---|
List<Entry> |
Feed.getEntries()
Returns the individual entries, acting as a components for associated
metadata and data.
|
Modifier and Type | Method and Description |
---|---|
void |
FeedReader.endEntry(Entry entry)
Called at the end of the XML block that defines the given entry.
|
void |
EntryReader.endEntry(Entry entry)
Called at the end of the XML block that defines the given entry.
|
void |
FeedReader.startEntry(Entry entry)
Called when a new entry has been detected in the Atom document.
|
void |
EntryReader.startEntry(Entry entry)
Called when a new entry has been detected in the Atom document.
|
Constructor and Description |
---|
EntryContentReader(Entry entry)
Constructor.
|
EntryContentReader(Entry entry,
EntryReader extraEntryHandler)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
Entry |
Service.toEntry(Object entity)
Converts an entity to an Atom entry object.
|
Modifier and Type | Method and Description |
---|---|
boolean |
EntryContentHandler.closeEntry(Entry entry)
Close the given entry, in case we really handle an entry (@see current
State ). |
void |
EntryContentHandler.endEntry(Entry entry) |
void |
FeedContentHandler.endEntry(Entry entry) |
void |
EntryContentHandler.startEntry(Entry entry) |
void |
FeedContentHandler.startEntry(Entry entry) |
Copyright © 2005–2016. All rights reserved.