Uses of Interface
org.apache.abdera.writer.Writer

Packages that use Writer
org.apache.abdera   
org.apache.abdera.model   
org.apache.abdera.protocol.server   
org.apache.abdera.protocol.server.context   
org.apache.abdera.protocol.server.filters   
org.apache.abdera.writer   
 

Uses of Writer in org.apache.abdera
 

Methods in org.apache.abdera that return Writer
static Writer Abdera.getNewWriter()
          Return a new instance of the default Writer using a non-shared Abdera object
 Writer Abdera.getWriter()
          Return the singleton instance of the default org.apache.abdera.writer.Writer implementation.
 

Uses of Writer in org.apache.abdera.model
 

Methods in org.apache.abdera.model with parameters of type Writer
 void ElementWrapper.writeTo(Writer writer, OutputStream out)
           
 void Base.writeTo(Writer writer, OutputStream out)
          Serializes the model component out to the specified stream using the given Abdera writer
 void ElementWrapper.writeTo(Writer writer, OutputStream out, WriterOptions options)
           
 void Base.writeTo(Writer writer, OutputStream out, WriterOptions options)
          Serializes the model component out to the specified stream using the given abdera writer
 void ElementWrapper.writeTo(Writer writer, Writer out)
           
 void Base.writeTo(Writer writer, Writer out)
          Serializes the model component out to the specified java.io.Writer using the given Abdera writer
 void ElementWrapper.writeTo(Writer writer, Writer out, WriterOptions options)
           
 void Base.writeTo(Writer writer, Writer out, WriterOptions options)
          Serializes the model component out to the specified java.io.Writer using the given abdera writer
 

Uses of Writer in org.apache.abdera.protocol.server
 

Methods in org.apache.abdera.protocol.server with parameters of type Writer
 ResponseContext ResponseContext.setWriter(Writer writer)
          Set the Abdera Writer for this response.
 void ResponseContext.writeTo(OutputStream out, Writer writer)
          Write the response out to the specified OutputStream
 void ResponseContext.writeTo(Writer javaWriter, Writer abderaWriter)
          Write the response out to the specified Writer
 

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

Fields in org.apache.abdera.protocol.server.context declared as Writer
protected  Writer AbstractResponseContext.writer
           
 

Methods in org.apache.abdera.protocol.server.context with parameters of type Writer
 ResponseContext ResponseContextWrapper.setWriter(Writer writer)
           
 ResponseContext AbstractResponseContext.setWriter(Writer writer)
           
 void SimpleResponseContext.writeTo(OutputStream out, Writer writer)
           
 void ResponseContextWrapper.writeTo(OutputStream out, Writer writer)
           
 void BaseResponseContext.writeTo(OutputStream out, Writer writer)
           
 void SimpleResponseContext.writeTo(Writer javaWriter, Writer abderaWriter)
           
 void ResponseContextWrapper.writeTo(Writer javaWriter, Writer abderaWriter)
           
 void BaseResponseContext.writeTo(Writer javaWriter, Writer abderaWriter)
           
 

Uses of Writer in org.apache.abdera.protocol.server.filters
 

Methods in org.apache.abdera.protocol.server.filters with parameters of type Writer
 void CompressionFilter.CompressingResponseContextWrapper.writeTo(OutputStream out, Writer writer)
           
 

Uses of Writer in org.apache.abdera.writer
 

Subinterfaces of Writer in org.apache.abdera.writer
 interface NamedWriter
          Named Writers provide a means of extending Abdera's built in serialization.
 

Methods in org.apache.abdera.writer with type parameters of type Writer
<T extends Writer>
T
WriterFactory.getWriter()
          Get the default writer.
<T extends Writer>
T
WriterFactory.getWriter(String name)
          Get the named writer.
<T extends Writer>
T
WriterFactory.getWriterByMediaType(String mediatype)
          Return a writer capable of outputting the given MIME media type
 

Methods in org.apache.abdera.writer that return Writer
 Writer Writer.setDefaultWriterOptions(WriterOptions options)
           
 



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