public class BaseDLViewFileVersionDisplayContext extends BaseDLDisplayContext<DLViewFileVersionDisplayContext> implements DLViewFileVersionDisplayContext
| Modifier and Type | Field and Description |
|---|---|
protected FileVersion |
fileVersion |
parentDisplayContext, request, response| Constructor and Description |
|---|
BaseDLViewFileVersionDisplayContext(java.util.UUID uuid,
DLViewFileVersionDisplayContext parentDLDisplayContext,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
FileVersion fileVersion) |
| Modifier and Type | Method and Description |
|---|---|
DDMFormValues |
getDDMFormValues(DDMStructure ddmStructure) |
java.util.List<DDMStructure> |
getDDMStructures() |
Menu |
getMenu() |
java.util.List<ToolbarItem> |
getToolbarItems() |
boolean |
isDownloadLinkVisible() |
boolean |
isVersionInfoVisible() |
void |
renderPreview(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
getUuidclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetUuidprotected FileVersion fileVersion
public BaseDLViewFileVersionDisplayContext(java.util.UUID uuid,
DLViewFileVersionDisplayContext parentDLDisplayContext,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
FileVersion fileVersion)
public DDMFormValues getDDMFormValues(DDMStructure ddmStructure) throws PortalException
getDDMFormValues in interface DLViewFileVersionDisplayContextPortalExceptionpublic java.util.List<DDMStructure> getDDMStructures() throws PortalException
getDDMStructures in interface DLViewFileVersionDisplayContextPortalExceptionpublic Menu getMenu() throws PortalException
getMenu in interface DLViewFileVersionDisplayContextPortalExceptionpublic java.util.List<ToolbarItem> getToolbarItems() throws PortalException
getToolbarItems in interface DLViewFileVersionDisplayContextPortalExceptionpublic boolean isDownloadLinkVisible()
throws PortalException
isDownloadLinkVisible in interface DLViewFileVersionDisplayContextPortalExceptionpublic boolean isVersionInfoVisible()
throws PortalException
isVersionInfoVisible in interface DLViewFileVersionDisplayContextPortalExceptionpublic void renderPreview(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws java.io.IOException,
javax.servlet.ServletException
renderPreview in interface DLViewFileVersionDisplayContextjava.io.IOExceptionjavax.servlet.ServletException