Uses of Interface
org.springframework.extensions.webscripts.FormatWriter

Packages that use FormatWriter
org.springframework.extensions.webscripts   
org.springframework.extensions.webscripts.atom   
 

Uses of FormatWriter in org.springframework.extensions.webscripts
 

Methods in org.springframework.extensions.webscripts that return FormatWriter
 FormatWriter<Object> FormatRegistry.getWriter(Object object, String mimetype)
          Gets a Format Writer
 

Methods in org.springframework.extensions.webscripts with parameters of type FormatWriter
 void FormatRegistry.addWriter(FormatWriter<Object> writer)
          Add a writer
 

Method parameters in org.springframework.extensions.webscripts with type arguments of type FormatWriter
 void FormatAdaptorSet.setWriters(Set<FormatWriter<Object>> writers)
          Sets the writers
 

Uses of FormatWriter in org.springframework.extensions.webscripts.atom
 

Classes in org.springframework.extensions.webscripts.atom that implement FormatWriter
 class AtomWriter
          Convert mimetypes to Atom classes.
 



Copyright © 2009 SpringSource, Inc. All Rights Reserved.