@Singleton public class WeblinkZipService extends AbstractWeblinkService
LOGGER
Constructor and Description |
---|
WeblinkZipService() |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
getZipFile(javax.ws.rs.core.UriInfo info,
javax.servlet.http.HttpServletRequest request,
WeblinkParameter params)
Retrieves the requested document element and returns it as a download attachment.
|
javax.ws.rs.core.Response |
getZipFileWithoutFilename(javax.ws.rs.core.UriInfo info,
javax.servlet.http.HttpServletRequest request,
WeblinkParameter params)
Retrieves the requested document element and returns it as a download attachment.
|
appendToFilename, getContent, getFilenameFromDocElement, getHDoc, getTypedId, logAndThrowWebException, sendBadRequestMessage
checkConnection, getConnection
public javax.ws.rs.core.Response getZipFile(@Context javax.ws.rs.core.UriInfo info, @Context javax.servlet.http.HttpServletRequest request, @Context WeblinkParameter params)
info
- the inforequest
- injected HttpServletRequestparams
- the paramspublic javax.ws.rs.core.Response getZipFileWithoutFilename(@Context javax.ws.rs.core.UriInfo info, @Context javax.servlet.http.HttpServletRequest request, @Context WeblinkParameter params)
info
- the inforequest
- the requestCopyright © 2020 Hyland Software Germany GmbH. All rights reserved.