|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.servlet.GenericServlet
javax.servlet.http.HttpServlet
gwtupload.server.UploadServlet
gwtupload.server.UploadAction
com.thesis.frondend.server.FileUploadServlet
public class FileUploadServlet
FileUploadServlet that handles when file is uploaded
Constructor Summary | |
---|---|
FileUploadServlet()
|
Method Summary | |
---|---|
java.lang.String |
executeAction(javax.servlet.http.HttpServletRequest request,
java.util.List<org.apache.commons.fileupload.FileItem> sessionFiles)
Override executeAction |
Methods inherited from class gwtupload.server.UploadAction |
---|
getFileStream, getFormField, removeItem, removeItem |
Methods inherited from class gwtupload.server.UploadServlet |
---|
cancelUpload, checkRequest, copyFromInputStreamToOutputStream, findFileItem, findItemByFieldName, findItemByFileName, getMessage, getSessionFileItems, getSessionItems, getThreadLocalRequest, getUploadedFile, init, isAppEngine, removeSessionFileItems, removeSessionFileItems, removeSessionFiles |
Methods inherited from class javax.servlet.http.HttpServlet |
---|
service |
Methods inherited from class javax.servlet.GenericServlet |
---|
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface javax.servlet.Servlet |
---|
destroy, getServletConfig, getServletInfo, service |
Constructor Detail |
---|
public FileUploadServlet()
Method Detail |
---|
public java.lang.String executeAction(javax.servlet.http.HttpServletRequest request, java.util.List<org.apache.commons.fileupload.FileItem> sessionFiles) throws gwtupload.server.exceptions.UploadActionException
executeAction
in class gwtupload.server.UploadAction
gwtupload.server.exceptions.UploadActionException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |