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

Packages that use Generator
org.restlet.ext.atom Support for the Atom syndication and the AtomPub (Atom Publication Protocol) standards in their 1.0 version. 
 

Uses of Generator in org.restlet.ext.atom
 

Methods in org.restlet.ext.atom that return Generator
 Generator Feed.getGenerator()
          Returns the agent used to generate a feed.
 Generator Source.getGenerator()
          Returns the agent used to generate a feed.
 

Methods in org.restlet.ext.atom with parameters of type Generator
 void Feed.setGenerator(Generator generator)
          Sets the agent used to generate a feed.
 void Source.setGenerator(Generator generator)
          Sets the agent used to generate a feed.
 



Copyright © 2005-2013 Restlet.