Package | Description |
---|---|
org.restlet.ext.atom | |
org.restlet.ext.atom.internal | |
org.restlet.ext.odata.internal | |
org.restlet.ext.odata.internal.reflect |
Modifier and Type | Method and Description |
---|---|
Feed |
Collection.getFeed()
Returns the feed representation.
|
Modifier and Type | Method and Description |
---|---|
void |
FeedReader.endFeed(Feed feed)
Called at the end of the XML block that defines the given feed.
|
void |
FeedReader.startFeed(Feed feed)
Called when a new feed has been detected in the Atom document.
|
Constructor and Description |
---|
FeedContentReader(Feed feed)
Constructor.
|
FeedContentReader(Feed feed,
FeedReader extraFeedReader)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
EntryContentHandler.startFeed(Feed feed) |
void |
FeedContentHandler.startFeed(Feed feed) |
Modifier and Type | Method and Description |
---|---|
static Class<?> |
ReflectUtils.getEntryClass(Feed feed)
Returns the Java class of a set of entries contained inside a Feed.
|
Copyright © 2005–2016. All rights reserved.