|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Content | |
---|---|
org.restlet.ext.atom | Support for the Atom syndication and the AtomPub (Atom Publication Protocol) standards in their 1.0 version. |
Uses of Content in org.restlet.ext.atom |
---|
Methods in org.restlet.ext.atom that return Content | |
---|---|
Content |
Link.getContent()
Returns the content of the entry or links to it. |
Content |
Entry.getContent()
Returns the content of the entry or links to it. |
Methods in org.restlet.ext.atom with parameters of type Content | |
---|---|
void |
FeedReader.endContent(Content content)
Called at the end of the XML block that defines the given content element. |
void |
EntryReader.endContent(Content content)
Called at the end of the XML block that defines the given content element. |
void |
Link.setContent(Content content)
Sets the content of the entry or links to it. |
void |
Entry.setContent(Content content)
Sets the content of the entry or links to it. |
void |
FeedReader.startContent(Content content)
Called when a new content element has been detected in the Atom document. |
void |
EntryReader.startContent(Content content)
Called when a new content element has been detected in the Atom document. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |