@Name(value="dndFormActions") @Scope(value=PAGE) public class DndFormActionBean extends Object implements Serializable
| Constructor and Description |
|---|
DndFormActionBean() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCollectedData() |
Map<String,Map<String,Serializable>> |
getCollector() |
String |
getLayout()
Deprecated.
since 5.7. Use
getLayouts(). |
String |
getLayouts() |
String |
getSchema()
Deprecated.
since 5.7. Use
getSchemas(). |
List<String> |
getSchemas() |
String |
save() |
void |
sendHtmlJSONResponse() |
@Deprecated public String getSchema()
getSchemas().@Deprecated public String getLayout()
getLayouts().public String getLayouts()
@Factory(value="dataCollector",
scope=PAGE)
public Map<String,Map<String,Serializable>> getCollector()
public String save() throws org.json.JSONException
org.json.JSONExceptionpublic void sendHtmlJSONResponse()
throws org.json.JSONException
org.json.JSONExceptionpublic String getCollectedData() throws org.json.JSONException
org.json.JSONExceptionCopyright © 2014 Nuxeo SA. All rights reserved.