Package org.primefaces.webapp
Class FileUploadChunksServlet
- java.lang.Object
-
- javax.servlet.GenericServlet
-
- javax.servlet.http.HttpServlet
-
- org.primefaces.webapp.FileUploadChunksServlet
-
- All Implemented Interfaces:
Serializable,javax.servlet.Servlet,javax.servlet.ServletConfig
public class FileUploadChunksServlet extends javax.servlet.http.HttpServlet- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FileUploadChunksServlet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddoDelete(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp)protected voiddoGet(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp)protected voidprintUploadedBytes(javax.servlet.http.HttpServletResponse resp, long uploadedBytes)-
Methods inherited from class javax.servlet.http.HttpServlet
doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, service
-
-
-
-
Method Detail
-
doGet
protected void doGet(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) throws IOException- Overrides:
doGetin classjavax.servlet.http.HttpServlet- Throws:
IOException
-
doDelete
protected void doDelete(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) throws IOException- Overrides:
doDeletein classjavax.servlet.http.HttpServlet- Throws:
IOException
-
printUploadedBytes
protected void printUploadedBytes(javax.servlet.http.HttpServletResponse resp, long uploadedBytes) throws IOException- Throws:
IOException
-
-