public class FileUploadHandler extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
ABORT_ACTION
The Constant ABORT_ACTION.
|
static String |
DELETE_ACTION
The Constant DELETE_ACTION.
|
static String |
PROGRESS_ACTION
The Constant PROGRESS_ACTION.
|
static String |
SAVE_ACTION
The Constant SAVE_ACTION.
|
static String |
UPLOAD_ACTION
The Constant UPLOAD_ACTION.
|
| Constructor and Description |
|---|
FileUploadHandler(org.exoplatform.container.ExoContainer container)
Instantiates a new file upload handler.
|
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
control(String uploadId,
String action) |
javax.ws.rs.core.Response |
saveAsNTFile(javax.jcr.Node parent,
String uploadId,
String fileName,
String language) |
javax.ws.rs.core.Response |
upload(javax.servlet.http.HttpServletRequest servletRequest) |
public static final String UPLOAD_ACTION
public static final String PROGRESS_ACTION
public static final String ABORT_ACTION
public static final String DELETE_ACTION
public static final String SAVE_ACTION
public FileUploadHandler(org.exoplatform.container.ExoContainer container)
container - the containerCopyright © 2003–2019 eXo Platform SAS. All rights reserved.