Uses of Interface
org.springframework.extensions.webscripts.FormatReader
Packages that use FormatReader
Package
Description
-
Uses of FormatReader in org.springframework.extensions.webscripts
Classes in org.springframework.extensions.webscripts that implement FormatReaderModifier and TypeClassDescriptionclassConvert request stream to class org.alfresco.util.ContentMethods in org.springframework.extensions.webscripts that return FormatReaderModifier and TypeMethodDescriptionGets a Format ReaderMethods in org.springframework.extensions.webscripts with parameters of type FormatReaderModifier and TypeMethodDescriptionvoidFormatRegistry.addReader(FormatReader<Object> reader) Add a readervoidFormatRegistry.setDefaultReader(FormatReader<Object> defaultReader) Set default ReaderMethod parameters in org.springframework.extensions.webscripts with type arguments of type FormatReaderModifier and TypeMethodDescriptionvoidFormatAdaptorSet.setReaders(Set<FormatReader<Object>> readers) Sets the readers -
Uses of FormatReader in org.springframework.extensions.webscripts.json
Classes in org.springframework.extensions.webscripts.json that implement FormatReaderModifier and TypeClassDescriptionclassConvert 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 FormatReaderModifier and TypeClassDescriptionclassConvert multipart/formdata to class org.alfresco.web.scripts.servlet.FormData