@Name(value="dndFormActions") @Scope(value=PAGE) public class DndFormActionBean extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected String |
currentLayouts |
protected List<String> |
currentSchemas |
protected String |
layouts |
protected DocumentModel |
metadataCollector |
protected String |
schemas |
Constructor and Description |
---|
DndFormActionBean() |
Modifier and Type | Method and Description |
---|---|
String |
getCollectedData() |
DocumentModel |
getCollector() |
String |
getLayouts() |
List<String> |
getSchemas() |
String |
save() |
void |
sendHtmlJSONResponse() |
protected DocumentModel metadataCollector
protected List<String> currentSchemas
protected String currentLayouts
public DndFormActionBean()
public List<String> getSchemas()
public String getLayouts()
@Factory(value="dataCollector", scope=PAGE) public DocumentModel getCollector()
public void sendHtmlJSONResponse() throws org.json.JSONException
org.json.JSONException
public String getCollectedData() throws org.json.JSONException
org.json.JSONException
Copyright © 2016 Nuxeo SA. All rights reserved.