| Package | Description |
|---|---|
| org.springframework.extensions.webscripts | |
| org.springframework.extensions.webscripts.json | |
| org.springframework.extensions.webscripts.servlet |
| Modifier and Type | Class and Description |
|---|---|
class |
RequestReader
Convert request stream to class org.alfresco.util.Content
|
| Modifier and Type | Method and Description |
|---|---|
FormatReader<Object> |
FormatRegistry.getReader(String mimetype)
Gets a Format Reader
|
| Modifier and Type | Method and Description |
|---|---|
void |
FormatRegistry.addReader(FormatReader<Object> reader)
Add a reader
|
void |
FormatRegistry.setDefaultReader(FormatReader<Object> defaultReader)
Set default Reader
|
| Modifier and Type | Method and Description |
|---|---|
void |
FormatAdaptorSet.setReaders(Set<FormatReader<Object>> readers)
Sets the readers
|
| Modifier and Type | Class and Description |
|---|---|
class |
JSONReader
Convert application/json to org.json.JSONObject or org.json.JSONArray
|
| Modifier and Type | Class and Description |
|---|---|
class |
FormDataReader
Convert multipart/formdata to class org.alfresco.web.scripts.servlet.FormData
|
Copyright © 2005–2015 Alfresco Software. All rights reserved.