|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.portal.service.fileupload.FileUploadService
public class FileUploadService
This service provides utils to extract parameters from multipart request using Jakarta Commons FileUpload.
Method Summary | |
---|---|
static java.lang.String |
getFileNameOnly(org.apache.commons.fileupload.FileItem fileItem)
Return the file name, without its whole path, from the file item. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static java.lang.String getFileNameOnly(org.apache.commons.fileupload.FileItem fileItem)
fileItem
- the fileItem to process
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |