@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.JSONException
public void sendHtmlJSONResponse() throws org.json.JSONException
org.json.JSONException
public String getCollectedData() throws org.json.JSONException
org.json.JSONException
Copyright © 2013 Nuxeo SA. All Rights Reserved.