|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Entry | |
|---|---|
| org.restlet.ext.atom | Support for the Atom syndication and the AtomPub (Atom Publication Protocol) standards in their 1.0 version. |
| org.restlet.ext.odata | Support for the OData web protocol. |
| Uses of Entry in org.restlet.ext.atom |
|---|
| Methods in org.restlet.ext.atom that return types with arguments of type Entry | |
|---|---|
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 | |
|---|---|
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. |
| Uses of Entry in org.restlet.ext.odata |
|---|
| Methods in org.restlet.ext.odata that return Entry | |
|---|---|
Entry |
Service.toEntry(Object entity)
Converts an entity to an Atom entry object. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||