lumis.portal.file
Class FileDownloadControllerHtml
java.lang.Object
lumis.portal.controller.ControllerHtml
lumis.portal.file.FileDownloadControllerHtml
public class FileDownloadControllerHtml
- extends ControllerHtml
Streams the download of a file stored by the IFileManager
.
- Since:
- 4.0.0
Constructor Summary |
FileDownloadControllerHtml(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FILEID_PARAMETER
public static final java.lang.String FILEID_PARAMETER
- See Also:
- Constant Field Values
INLINE_PARAMETER
public static final java.lang.String INLINE_PARAMETER
- See Also:
- Constant Field Values
FileDownloadControllerHtml
public FileDownloadControllerHtml(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws PortalException
- Throws:
PortalException
handleRequest
public void handleRequest()
throws PortalException
- Throws:
PortalException
getFileDownloadUrl
public static ServiceContainerUrl getFileDownloadUrl(java.lang.String fileId)
- Returns the URL for downloading the file with the given id.
- Parameters:
fileId
- the id of the file.
- Returns:
- the URL for downloading the file.
getFileDownloadUrl
public static ServiceContainerUrl getFileDownloadUrl(java.lang.String fileId,
boolean inline)
- Returns the URL for downloading the file with the given id.
- Parameters:
fileId
- the id of the file.inline
- indicates whether the download is to return the
content-disposition as inline.
- Returns:
- the URL for downloading the file.
getFileDownloadUrl
public static IServiceInterfaceUrl getFileDownloadUrl(java.lang.String fileId,
java.lang.String transformationName,
boolean inline)
- Returns the URL for downloading the file with the given id.
- Parameters:
fileId
- the id of the file.transformationName
- the name of the transformation of the file
to be used for download.inline
- indicates whether the download is to return the
content-disposition as inline.
- Returns:
- the URL for downloading the file.
- Since:
- 6.1.0
Lumisportal 6.1.0.111014 - Copyright © 2001-2007, Lumis. All Rights Reserved.