Uses of Class
org.restlet.ext.atom.Content
-
Packages that use Content Package Description org.restlet.ext.atom Support for the Atom syndication and the AtomPub (Atom Publication Protocol) standards in their 1.0 version.org.restlet.ext.atom.internal -
-
Uses of Content in org.restlet.ext.atom
Fields in org.restlet.ext.atom declared as Content Modifier and Type Field Description private ContentEntry. contentContains or links to the content of the entry.private ContentLink. contentContains or links to the content of the entry.Methods in org.restlet.ext.atom that return Content Modifier and Type Method Description ContentEntry. getContent()Returns the content of the entry or links to it.ContentLink. getContent()Returns the content of the entry or links to it.Methods in org.restlet.ext.atom with parameters of type Content Modifier and Type Method Description voidEntryReader. endContent(Content content)Called at the end of the XML block that defines the given content element.voidFeedReader. endContent(Content content)Called at the end of the XML block that defines the given content element.voidEntry. setContent(Content content)Sets the content of the entry or links to it.voidLink. setContent(Content content)Sets the content of the entry or links to it.voidEntryReader. startContent(Content content)Called when a new content element has been detected in the Atom document.voidFeedReader. startContent(Content content)Called when a new content element has been detected in the Atom document. -
Uses of Content in org.restlet.ext.atom.internal
Fields in org.restlet.ext.atom.internal declared as Content Modifier and Type Field Description private ContentEntryContentReader. currentContentThe currently parsed Content.private ContentFeedContentReader. currentContentThe currently parsed Content.
-