Uses of Class
org.apache.abdera.protocol.server.context.StreamWriterResponseContext

Packages that use StreamWriterResponseContext
org.apache.abdera.protocol.server.adapters.couchdb   
org.apache.abdera.protocol.server.context   
 

Uses of StreamWriterResponseContext in org.apache.abdera.protocol.server.adapters.couchdb
 

Subclasses of StreamWriterResponseContext in org.apache.abdera.protocol.server.adapters.couchdb
 class JsonObjectResponseContext
          ResponseContext implementation that serializes a JSON Document from a CouchDB database as an Atom document using the Abdera StreamWriter.
 

Uses of StreamWriterResponseContext in org.apache.abdera.protocol.server.context
 

Subclasses of StreamWriterResponseContext in org.apache.abdera.protocol.server.context
 class EntityProviderResponseContext
          StreamWriterResponseContext implementation based on the EntityProvider interface
 

Methods in org.apache.abdera.protocol.server.context that return StreamWriterResponseContext
 StreamWriterResponseContext StreamWriterResponseContext.setAutoIndent(boolean autoindent)
          True to enable automatic indenting on the StreamWriter
 



Copyright © 2006-2010 Apache Software Foundation. All Rights Reserved.