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

Packages that use NamedWriter
org.apache.abdera.ext.json   
org.apache.abdera.parser.stax   
org.apache.abdera.parser.stax.util   
org.apache.abdera.protocol.server   
org.apache.abdera.util   
 

Uses of NamedWriter in org.apache.abdera.ext.json
 

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

Uses of NamedWriter in org.apache.abdera.parser.stax
 

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

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

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

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

Methods in org.apache.abdera.protocol.server that return NamedWriter
static NamedWriter ProviderHelper.getAcceptableNamedWriter(Abdera abdera, String accept_header)
          Returns an appropriate NamedWriter instance given an appropriately formatted HTTP Accept header.
static NamedWriter ProviderHelper.getNamedWriter(Abdera abdera, String mediatype)
           
 

Uses of NamedWriter in org.apache.abdera.util
 

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

Methods in org.apache.abdera.util that return types with arguments of type NamedWriter
 Map<String,NamedWriter> AbderaConfiguration.getNamedWriters()
          Returns the collection of NamedWriters
 Map<String,NamedWriter> Configuration.getNamedWriters()
          Get the collection of NamedWriters
 

Methods in org.apache.abdera.util with parameters of type NamedWriter
 AbderaConfiguration AbderaConfiguration.addNamedWriter(NamedWriter writer)
          Registers a NamedWriter implementation
 Configuration Configuration.addNamedWriter(NamedWriter writer)
          Registers a new NamedWriter, this method doesn't override a writer if already exists.
 



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