| Package | Description |
|---|---|
| org.alfresco.rest.framework.webscripts |
| Modifier and Type | Field and Description |
|---|---|
protected JacksonHelper |
ApiWebScript.jsonHelper |
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
ResourceWebScriptHelper.extractJsonContent(org.springframework.extensions.webscripts.WebScriptRequest req,
JacksonHelper jsonHelper,
Class<T> requiredType)
Extracts the body contents from the request
|
static <T> List<T> |
ResourceWebScriptHelper.extractJsonContentAsList(org.springframework.extensions.webscripts.WebScriptRequest req,
JacksonHelper jsonHelper,
Class<T> requiredType)
Extracts the body contents from the request as a List, the JSON can be an array or just a single value without the [] symbols
|
void |
ApiWebScript.setJsonHelper(JacksonHelper jsonHelper) |
Copyright © 2005–2014 Alfresco Software. All rights reserved.