| Package | Description |
|---|---|
| com.google.gdata.client | |
| com.google.gdata.data.media | |
| com.google.gdata.wireformats | |
| com.google.gdata.wireformats.output | |
| com.google.gdata.wireformats.output.media |
| Modifier and Type | Class and Description |
|---|---|
class |
Service.ClientOutputProperties
The ClientOutputProperties class is an adaptor class that implements
the
OutputProperties interface for content to be written to the
target service based upon its attributes and a Service.GDataRequest. |
| Modifier and Type | Method and Description |
|---|---|
static OutputProperties |
GDataContentHandler.getThreadOutputProperties()
Returns the output properties for the current
Thread. |
static OutputProperties |
GDataContentHandler.setThreadOutputProperties(OutputProperties outputProperties)
Sets the output properties for the current
Thread and
returns any existing input properties that have been set (so they can be
restored later). |
| Modifier and Type | Method and Description |
|---|---|
static OutputProperties |
GDataContentHandler.setThreadOutputProperties(OutputProperties outputProperties)
Sets the output properties for the current
Thread and
returns any existing input properties that have been set (so they can be
restored later). |
| Modifier and Type | Method and Description |
|---|---|
WireFormatGenerator |
XmlWireFormat.createGenerator(OutputProperties outProps,
Writer w,
Charset cs,
boolean prettyPrint) |
abstract WireFormatGenerator |
WireFormat.createGenerator(OutputProperties outProps,
Writer w,
Charset cs,
boolean prettyPrint)
Create a wire format generator.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ForwardingOutputProperties
A
OutputProperties implementation that forwards all
calls to another OutputProperties. |
| Modifier and Type | Method and Description |
|---|---|
OutputProperties |
OutputPropertiesBuilder.build()
Returns a new
OutputProperties instance initialized with the
property values set on the builder. |
| Modifier and Type | Method and Description |
|---|---|
void |
OutputGenerator.generate(OutputStream contentStream,
OutputProperties outProps,
S source)
Generates content to the output stream based upon the provided
request/response.
|
void |
CharacterGenerator.generate(OutputStream contentStream,
OutputProperties outProps,
S s) |
void |
XmlGenerator.generate(Writer w,
OutputProperties outProps,
S source)
Generates content to the writer based upon the provided request/response.
|
abstract void |
CharacterGenerator.generate(Writer contentWriter,
OutputProperties outProps,
S s)
Generates character content to the specified writer.
|
void |
WireFormatOutputGenerator.generate(Writer w,
OutputProperties outProps,
T source)
Generates content to the writer based upon the provided request/response.
|
void |
DualModeGenerator.generate(Writer contentWriter,
OutputProperties outProps,
T source) |
void |
RssGenerator.generateXml(XmlWriter xw,
OutputProperties outProps,
IAtom source) |
void |
AtomGenerator.generateXml(XmlWriter xw,
OutputProperties outProps,
IAtom source) |
void |
AtomServiceGenerator.generateXml(XmlWriter xw,
OutputProperties outProps,
IServiceDocument source)
Writes the Service document for the target feed.
|
void |
OpenSearchGenerator.generateXml(XmlWriter xw,
OutputProperties outProps,
OpenSearchDescriptionDocument source)
Writes the metadata based upon the specified feed.
|
abstract void |
XmlGenerator.generateXml(XmlWriter w,
OutputProperties outProps,
S source)
Generates the XML content to the provided XML writer instance based
upon the query request/response attributes.
|
protected static String |
CharacterGenerator.getCharsetEncoding(OutputProperties outProps)
Returns the character set encoding that should be used for generated
output.
|
protected Writer |
CharacterGenerator.getContentWriter(OutputProperties outProps,
OutputStream contentStream)
Returns a
Writer that is properly configured to generate output
based upon the request and response attributes. |
protected XmlWriter |
XmlGenerator.getXmlWriter(Writer w,
OutputProperties outProps,
String charset)
Returns an XmlWriter configured based upon request attributes.
|
protected boolean |
CharacterGenerator.usePrettyPrint(OutputProperties outProps)
Returns
true if the output should use a pretty printed format on
output. |
| Constructor and Description |
|---|
ForwardingOutputProperties(OutputProperties delegate) |
OutputPropertiesBuilder(OutputProperties source)
Constructs a new OutputPropertiesBuilder with properties set from an
existing
OutputProperties instance. |
| Modifier and Type | Method and Description |
|---|---|
void |
MediaMultipartGenerator.generate(OutputStream contentStream,
OutputProperties request,
MediaMultipart source)
Generates output for requests that target media resources.
|
void |
MediaGenerator.generate(OutputStream contentStream,
OutputProperties request,
MediaSource source)
Generates output for requests that target media resources.
|
Copyright © 2012. All Rights Reserved.