Uses of Class
org.restlet.ext.atom.Text
-
Packages that use Text 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 Text in org.restlet.ext.atom
Fields in org.restlet.ext.atom declared as Text Modifier and Type Field Description private TextEntry. rightsInformation about rights held in and over an entry.private TextFeed. rightsInformation about rights held in and over an feed.private TextSource. rightsInformation about rights held in and over an entry.private TextFeed. subtitleShort summary, abstract, or excerpt of an feed.private TextSource. subtitleShort summary, abstract, or excerpt of an entry.private TextEntry. titleThe human-readable title for the entry.private TextFeed. titleThe human-readable title for the feed.private TextSource. titleThe human-readable title for the entry.Methods in org.restlet.ext.atom that return Text Modifier and Type Method Description TextEntry. getRights()Returns the information about rights held in and over an entry.TextFeed. getRights()Returns the information about rights held in and over an feed.TextSource. getRights()Returns the information about rights held in and over an entry.TextFeed. getSubtitle()Returns the short summary, abstract, or excerpt of an feed.TextSource. getSubtitle()Returns the short summary, abstract, or excerpt of an entry.TextEntry. getTitle()Returns the human-readable title for the entry.TextFeed. getTitle()Returns the human-readable title for the feed.TextSource. getTitle()Returns the human-readable title for the entry.Methods in org.restlet.ext.atom with parameters of type Text Modifier and Type Method Description voidEntry. setRights(Text rights)Sets the information about rights held in and over an entry.voidFeed. setRights(Text rights)Sets the information about rights held in and over an feed.voidSource. setRights(Text rights)Sets the information about rights held in and over an entry.voidFeed. setSubtitle(Text subtitle)Sets the short summary, abstract, or excerpt of an feed.voidSource. setSubtitle(Text subtitle)Sets the short summary, abstract, or excerpt of an entry.voidEntry. setTitle(Text title)Sets the human-readable title for the entry.voidFeed. setTitle(Text title)Sets the human-readable title for the feed.voidSource. setTitle(Text title)Sets the human-readable title for the entry. -
Uses of Text in org.restlet.ext.atom.internal
Fields in org.restlet.ext.atom.internal declared as Text Modifier and Type Field Description private TextEntryContentReader. currentTextThe currently parsed Text.private TextFeedContentReader. currentTextThe currently parsed Text.
-