Interface | Description |
---|---|
OutputGenerator<S> |
Interface for generating GData output.
|
OutputProperties |
The OutputProperties interface represents the set of properties that can
parameterize the results of output generation.
|
Class | Description |
---|---|
AtomDualGenerator |
A dual-mode generator for atom.
|
AtomGenerator |
The AtomGenerator class is a concrete implementation of the OutputGenerator
interface that generates GData feeds and entries using the Atom XML Syntax.
|
AtomServiceDualGenerator |
A dual-mode generator for atom-service.
|
AtomServiceGenerator |
Generates the metadata for an Atom Service (introspection) document.
|
CharacterGenerator<S> |
The CharacterGenerator class is a base class to support the implementation of
character-oriented
OutputGenerator types. |
DualModeGenerator<T> |
A bridge between old and new data models for output generators.
|
ElementGenerator<E extends Element> |
The ElementGenerator class implements a simple {WireFormatOutputGenerator}
that can generate documents from any GDOM
Element representation. |
ForwardingOutputProperties |
A
OutputProperties implementation that forwards all
calls to another OutputProperties . |
OpenSearchGenerator |
Generates the output for an OpenSearch description document
|
OutputPropertiesBuilder |
The OutputPropertiesBuilder class is a builder class that aids in the
construction of new
OutputProperties instances. |
RssDualGenerator |
An RSS generator that can generate from both old and new data model formats.
|
RssGenerator |
The RssGenerator class is a concrete implementation of the OutputGenerator
interface that generates GData feeds and entries using the RSS 2.0 Syntax.
|
WireFormatOutputGenerator<T> |
An
OutputGenerator using a WireFormat to serialize to the
output stream. |
XmlGenerator<S> |
The XmlGenerator class is an abstract base class supporting the
implementation of the OutputGenerator interface for XML content types.
|