public class UploadContentServlet extends CCServletBaseWithContextMgmt
CLIENTJAVATYPE_FX, CLIENTJAVATYPE_SWING, CLIENTTYPE_APPLET, CLIENTTYPE_APPLICATION, CLIENTTYPE_BROWSER, CLIENTTYPE_RISC, CLIENTTYPE_UI5, CLIENTTYPE_WEBSTART, FOCUSSEQUENCE_FIX_PREFIX, QP_SUBPAGEID| Constructor and Description |
|---|
UploadContentServlet() |
| Modifier and Type | Method and Description |
|---|---|
static void |
clear(HttpSession session)
Clear complete content of temp files.
|
protected void |
processRequest(HttpServletRequest req,
HttpServletResponse resp) |
protected void |
processUI5Upload(HttpServletRequest req,
HttpServletResponse resp,
IUploadContent uploadContent) |
protected void |
processUploadContentByteStream(HttpServletRequest req,
IUploadContent uploadContent) |
protected void |
processUploadContentFromTempFile(IUploadContent upload,
java.lang.String tempFileName) |
protected void |
processUploadContentMultiPart(HttpServletRequest req,
IUploadContent uploadContent) |
protected void |
processUploadStreamContentFromTempFile(IUploadStreamContent upload,
java.lang.String tempFileName) |
protected java.lang.String |
tempStoreSlice(java.lang.String sessionId,
java.lang.String contentId,
java.lang.String s) |
doGet, doPost, initcheckIfToInitializeCCEnvironment, proposeContentType, setContentType, setContentTypeInResponseprotected void processRequest(HttpServletRequest req,
HttpServletResponse resp)
throws ServletException,
java.io.IOException
processRequest in class CCServletBaseWithContextMgmtServletExceptionjava.io.IOExceptionprotected void processUploadStreamContentFromTempFile(IUploadStreamContent upload, java.lang.String tempFileName) throws java.lang.Exception
java.lang.Exceptionprotected void processUploadContentFromTempFile(IUploadContent upload, java.lang.String tempFileName)
protected java.lang.String tempStoreSlice(java.lang.String sessionId,
java.lang.String contentId,
java.lang.String s)
protected void processUploadContentByteStream(HttpServletRequest req,
IUploadContent uploadContent)
throws java.lang.Exception
java.lang.Exceptionprotected void processUploadContentMultiPart(HttpServletRequest req,
IUploadContent uploadContent)
throws java.lang.Exception
java.lang.Exceptionprotected void processUI5Upload(HttpServletRequest req,
HttpServletResponse resp,
IUploadContent uploadContent)
throws java.lang.Exception
java.lang.Exceptionpublic static void clear(HttpSession session)
session - Copyright © CaptainCasa Gmbh. All Rights Reserved.