Uses of Class
org.restlet.ext.atom.Text

Packages that use Text
org.restlet.ext.atom Support for the Atom syndication standard. 
 

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 entry.
 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 entry.
 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 entry.
 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 entry.
 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 entry.
 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 entry.
 void Source.setTitle(Text title)
          Sets the human-readable title for the entry.
 



Copyright © 2005-2008 Noelios Technologies.