Package | Description |
---|---|
org.restlet.ext.atom | |
org.restlet.ext.odata.internal |
Modifier and Type | Method and Description |
---|---|
Link |
Entry.getLink(Relation rel)
Returns the first available link with a given relation type.
|
Modifier and Type | Method and Description |
---|---|
List<Link> |
Source.getLinks()
Returns the references from the entry to Web resources.
|
List<Link> |
Entry.getLinks()
Returns the references from the entry to Web resources.
|
List<Link> |
Feed.getLinks()
Returns the references from the entry to Web resources.
|
Modifier and Type | Method and Description |
---|---|
void |
FeedReader.endLink(Link link)
Called at the end of the XML block that defines the given link.
|
void |
EntryReader.endLink(Link link)
Called at the end of the XML block that defines the given link.
|
void |
FeedReader.startLink(Link link)
Called when a new link has been detected in the Atom document.
|
void |
EntryReader.startLink(Link link)
Called when a new link has been detected in the Atom document.
|
Modifier and Type | Method and Description |
---|---|
void |
EntryContentHandler.endLink(Link link) |
void |
FeedContentHandler.endLink(Link link) |
void |
EntryContentHandler.startLink(Link link) |
void |
FeedContentHandler.startLink(Link link) |
Copyright © 2005–2015. All rights reserved.