|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Text | |
|---|---|
| org.restlet.ext.atom | Support for the Atom syndication and the AtomPub (Atom Publication Protocol) standards in their 1.0 version. |
| Uses of Text in org.restlet.ext.atom |
|---|
| Methods in org.restlet.ext.atom that return Text | |
|---|---|
Text |
Entry.getRights()
Returns the information about rights held in and over an entry. |
Text |
Feed.getRights()
Returns the information about rights held in and over an feed. |
Text |
Source.getRights()
Returns the information about rights held in and over an entry. |
Text |
Feed.getSubtitle()
Returns the short summary, abstract, or excerpt of an feed. |
Text |
Source.getSubtitle()
Returns the short summary, abstract, or excerpt of an entry. |
Text |
Entry.getTitle()
Returns the human-readable title for the entry. |
Text |
Feed.getTitle()
Returns the human-readable title for the feed. |
Text |
Source.getTitle()
Returns the human-readable title for the entry. |
| Methods in org.restlet.ext.atom with parameters of type Text | |
|---|---|
void |
Entry.setRights(Text rights)
Sets the information about rights held in and over an entry. |
void |
Feed.setRights(Text rights)
Sets the information about rights held in and over an feed. |
void |
Source.setRights(Text rights)
Sets the information about rights held in and over an entry. |
void |
Feed.setSubtitle(Text subtitle)
Sets the short summary, abstract, or excerpt of an feed. |
void |
Source.setSubtitle(Text subtitle)
Sets the short summary, abstract, or excerpt of an entry. |
void |
Entry.setTitle(Text title)
Sets the human-readable title for the entry. |
void |
Feed.setTitle(Text title)
Sets the human-readable title for the feed. |
void |
Source.setTitle(Text title)
Sets the human-readable title for the entry. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||