public class CmsUgcUploadHelper extends java.lang.Object
| Constructor and Description |
|---|
CmsUgcUploadHelper() |
| Modifier and Type | Method and Description |
|---|---|
void |
consumeFormData(java.lang.String formDataId,
I_CmsFormDataHandler handler)
Passes the form data with the given ID to the handler object, then removes it and deletes its stored data.
|
public CmsUgcUploadHelper()
public void consumeFormData(java.lang.String formDataId, I_CmsFormDataHandler handler) throws java.lang.Exception
The form data is removed even if an exception is thrown while calling the form data handler.
formDataId - the id of the form data to processhandler - the handler to which the form data should be passedjava.lang.Exception - if something goes wrong