|
Nuxeo Enterprise Platform 5.4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.nuxeo.ecm.platform.ui.web.util.FileUploadHelper
public class FileUploadHelper
Helper to encapsulate Multipart requests parsing to extract blobs.
This helper is needed to provide the indirection between - the Apache file upload based solution (5.1) and - the Seam MultiPartFilter bases solution (5.1 / Seam 2.x).
Method Summary | |
---|---|
static List<Blob> |
parseRequest(HttpServletRequest request)
Parses a Multipart Servlet Request to extract blobs |
static List<Blob> |
parseRequest(org.restlet.data.Request request)
Parses a Multipart Restlet Request to extract blobs. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static List<Blob> parseRequest(org.restlet.data.Request request) throws Exception
Exception
public static List<Blob> parseRequest(HttpServletRequest request) throws Exception
Exception
|
Nuxeo Enterprise Platform 5.4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |