Uses of Interface
org.springframework.extensions.webscripts.FormatReader
-
Packages that use FormatReader Package Description org.springframework.extensions.webscripts 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 Modifier and Type Class Description classRequestReaderConvert request stream to class org.alfresco.util.ContentMethods in org.springframework.extensions.webscripts that return FormatReader Modifier and Type Method Description FormatReader<java.lang.Object>FormatRegistry. getReader(java.lang.String mimetype)Gets a Format ReaderMethods in org.springframework.extensions.webscripts with parameters of type FormatReader Modifier and Type Method Description voidFormatRegistry. addReader(FormatReader<java.lang.Object> reader)Add a readervoidFormatRegistry. setDefaultReader(FormatReader<java.lang.Object> defaultReader)Set default ReaderMethod parameters in org.springframework.extensions.webscripts with type arguments of type FormatReader Modifier and Type Method Description voidFormatAdaptorSet. setReaders(java.util.Set<FormatReader<java.lang.Object>> readers)Sets the readers -
Uses of FormatReader in org.springframework.extensions.webscripts.json
Classes in org.springframework.extensions.webscripts.json that implement FormatReader Modifier and Type Class Description classJSONReaderConvert 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 Modifier and Type Class Description classFormDataReaderConvert multipart/formdata to class org.alfresco.web.scripts.servlet.FormData
-