Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.webapp.dnd
Class DndFormActionBean

java.lang.Object
  extended by org.nuxeo.ecm.webapp.dnd.DndFormActionBean
All Implemented Interfaces:
Serializable

@Name(value="dndFormActions")
@Scope(value=PAGE)
public class DndFormActionBean
extends Object
implements Serializable

Seam action bean that is used to handle the meta-data form for the Drag&Drop feature

Author:
Tiry (tdelprat@nuxeo.com)
See Also:
Serialized Form

Constructor Summary
DndFormActionBean()
           
 
Method Summary
 String getCollectedData()
           
 Map<String,Map<String,Serializable>> getCollector()
           
 String getLayout()
           
 String getSchema()
           
 String save()
           
 void sendHtmlJSONResponse()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DndFormActionBean

public DndFormActionBean()
Method Detail

getSchema

public String getSchema()

getLayout

public String getLayout()

getCollector

@Factory(value="dataCollector",
         scope=PAGE)
public Map<String,Map<String,Serializable>> getCollector()

save

public String save()
            throws org.json.JSONException
Throws:
org.json.JSONException

sendHtmlJSONResponse

public void sendHtmlJSONResponse()
                          throws org.json.JSONException
Throws:
org.json.JSONException

getCollectedData

public String getCollectedData()
                        throws org.json.JSONException
Throws:
org.json.JSONException

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.