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

Packages that use FormatReader
org.springframework.extensions.webscripts   
org.springframework.extensions.webscripts.atom   
org.springframework.extensions.webscripts.form   
org.springframework.extensions.webscripts.json   
org.springframework.extensions.webscripts.servlet   
 

Uses of FormatReader in org.springframework.extensions.webscripts
 

Classes in org.springframework.extensions.webscripts that implement FormatReader
 class RequestReader
          Convert request stream to class org.alfresco.util.Content
 

Methods in org.springframework.extensions.webscripts that return FormatReader
 FormatReader<Object> FormatRegistry.getReader(String mimetype)
          Gets a Format Reader
 

Methods in org.springframework.extensions.webscripts with parameters of type FormatReader
 void FormatRegistry.addReader(FormatReader<Object> reader)
          Add a reader
 void FormatRegistry.setDefaultReader(FormatReader<Object> defaultReader)
          Set default Reader
 

Method parameters in org.springframework.extensions.webscripts with type arguments of type FormatReader
 void FormatAdaptorSet.setReaders(Set<FormatReader<Object>> readers)
          Sets the readers
 

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

Classes in org.springframework.extensions.webscripts.atom that implement FormatReader
 class AtomEntryReader
          Convert application/atom+xml;type=entry to class org.apache.abdera.model.Entry.
 class AtomFeedReader
          Convert application/atom+xml;type=feed to class org.apache.abdera.model.Feed
 class AtomReader
          Convert application/atom+xml to either org.apache.abdera.model.Entry or org.apache.adbera.model.Feed
 

Uses of FormatReader in org.springframework.extensions.webscripts.form
 

Classes in org.springframework.extensions.webscripts.form that implement FormatReader
 class UrlEncodedFormReader
          Convert application/x-www-form-urlencoded content to a Map where the keys are parameter names and the values are their associated unencoded values.
 

Uses of FormatReader in org.springframework.extensions.webscripts.json
 

Classes in org.springframework.extensions.webscripts.json that implement FormatReader
 class JSONReader
          Convert application/json to org.json.JSONObject or org.json.JSONArray
 

Uses of FormatReader in org.springframework.extensions.webscripts.servlet
 

Classes in org.springframework.extensions.webscripts.servlet that implement FormatReader
 class FormDataReader
          Convert multipart/formdata to class org.alfresco.web.scripts.servlet.FormData
 



Copyright © 2009 SpringSource, Inc. All Rights Reserved.