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

Packages that use Writer
org.apache.abdera   
org.apache.abdera.ext.json   
org.apache.abdera.model   
org.apache.abdera.parser.stax   
org.apache.abdera.parser.stax.util   
org.apache.abdera.protocol.server   
org.apache.abdera.protocol.server.context   
org.apache.abdera.protocol.server.filters   
org.apache.abdera.util   
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.ext.json
 

Classes in org.apache.abdera.ext.json that implement Writer
 class JSONWriter
           
 

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.parser.stax
 

Classes in org.apache.abdera.parser.stax that implement Writer
 class FOMWriter
           
 

Methods in org.apache.abdera.parser.stax with type parameters of type Writer
<T extends Writer>
T
FOMWriterFactory.getWriter()
           
<T extends Writer>
T
FOMWriterFactory.getWriter(String name)
           
<T extends Writer>
T
FOMWriterFactory.getWriterByMediaType(String mediatype)
           
 

Methods in org.apache.abdera.parser.stax with parameters of type Writer
 void FOMElement.writeTo(Writer writer, OutputStream out)
           
 void FOMDocument.writeTo(Writer writer, OutputStream out)
           
 void FOMElement.writeTo(Writer writer, OutputStream out, WriterOptions options)
           
 void FOMDocument.writeTo(Writer writer, OutputStream out, WriterOptions options)
           
 void FOMElement.writeTo(Writer writer, Writer out)
           
 void FOMDocument.writeTo(Writer writer, Writer out)
           
 void FOMElement.writeTo(Writer writer, Writer out, WriterOptions options)
           
 void FOMDocument.writeTo(Writer writer, Writer out, WriterOptions options)
           
 

Uses of Writer in org.apache.abdera.parser.stax.util
 

Classes in org.apache.abdera.parser.stax.util that implement Writer
 class PrettyWriter
           
 

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 BaseResponseContext.writeTo(OutputStream out, Writer writer)
           
 void ResponseContextWrapper.writeTo(OutputStream out, Writer writer)
           
 void SimpleResponseContext.writeTo(OutputStream out, Writer writer)
           
 void BaseResponseContext.writeTo(Writer javaWriter, Writer abderaWriter)
           
 void ResponseContextWrapper.writeTo(Writer javaWriter, Writer abderaWriter)
           
 void SimpleResponseContext.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.util
 

Classes in org.apache.abdera.util that implement Writer
 class AbstractNamedWriter
          Base abstract implementation of NamedWriter
 class AbstractWriter
           
 

Methods in org.apache.abdera.util that return Writer
static Writer ServiceUtil.newWriterInstance(Abdera abdera)
          Deprecated.  
 Writer AbderaConfiguration.newWriterInstance(Abdera abdera)
          Return a new instance of the default org.apache.abdera.writer.Writer
 Writer Configuration.newWriterInstance(Abdera abdera)
          Get a new instance of the default Writer impl
 Writer AbstractWriter.setDefaultWriterOptions(WriterOptions options)
           
 

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-2012 Apache Software Foundation. All Rights Reserved.