public class DownloadManager extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
PARAMETER_NAME |
| Constructor and Description |
|---|
DownloadManager() |
| Modifier and Type | Method and Description |
|---|---|
static void |
handleAttachment(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
XfcSession xfs,
UserContext uc) |
static void |
handleProjektRessource(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
XfcSession xfs,
UserContext uc) |
static boolean |
handlePublicMandantRessourceByName(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
UserContext uc) |
static boolean |
handlePublicMandantRessourceByName(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
UserContext uc,
String contentType) |
static boolean |
handlePublicPluginRessourceByName(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
UserContext uc,
String contentType) |
static boolean |
handlePublicPluginRessourceByUUID(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
UserContext uc,
String contentType) |
static boolean |
handlePublicProjektRessourceByName(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
UserContext uc) |
static boolean |
handlePublicProjektRessourceByName(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
UserContext uc,
String contentType) |
static void |
handlePublicRessourceByName(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
UserContext uc,
String contentType) |
static boolean |
isPublic(String ressourceName) |
public static final String PARAMETER_NAME
public static void handleProjektRessource(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
XfcSession xfs,
UserContext uc)
throws IOException
IOExceptionpublic static void handlePublicRessourceByName(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
UserContext uc,
String contentType)
throws IOException
IOExceptionpublic static boolean handlePublicProjektRessourceByName(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
UserContext uc)
throws IOException
IOExceptionpublic static boolean handlePublicProjektRessourceByName(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
UserContext uc,
String contentType)
throws IOException
IOExceptionpublic static boolean handlePublicMandantRessourceByName(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
UserContext uc)
throws IOException
IOExceptionpublic static boolean handlePublicMandantRessourceByName(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
UserContext uc,
String contentType)
throws IOException
IOExceptionpublic static void handleAttachment(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
XfcSession xfs,
UserContext uc)
throws IOException
IOExceptionpublic static boolean handlePublicPluginRessourceByUUID(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
UserContext uc,
String contentType)
throws IOException
IOExceptionpublic static boolean handlePublicPluginRessourceByName(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
UserContext uc,
String contentType)
throws IOException
IOExceptionpublic static boolean isPublic(String ressourceName)
Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.