Uses of Class
org.restlet.ext.atom.Generator
-
Packages that use Generator Package Description 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
Fields in org.restlet.ext.atom declared as Generator Modifier and Type Field Description private GeneratorFeed. generatorThe agent used to generate a feed.private GeneratorSource. generatorThe agent used to generate a feed.Methods in org.restlet.ext.atom that return Generator Modifier and Type Method Description GeneratorFeed. getGenerator()Returns the agent used to generate a feed.GeneratorSource. getGenerator()Returns the agent used to generate a feed.Methods in org.restlet.ext.atom with parameters of type Generator Modifier and Type Method Description voidFeed. setGenerator(Generator generator)Sets the agent used to generate a feed.voidSource. setGenerator(Generator generator)Sets the agent used to generate a feed.
-