com.liferay.portlet.documentlibrary.display.context
Interface DLViewFileVersionDisplayContext
- All Superinterfaces:
- DisplayContext, DLDisplayContext
- All Known Implementing Classes:
- BaseDLViewFileVersionDisplayContext
public interface DLViewFileVersionDisplayContext
- extends DLDisplayContext
getCssClassFileMimeType
String getCssClassFileMimeType()
getDDMFormValues
DDMFormValues getDDMFormValues(DDMStructure ddmStructure)
throws PortalException
- Throws:
PortalException
getDDMStructures
List<DDMStructure> getDDMStructures()
throws PortalException
- Throws:
PortalException
getMenu
Menu getMenu()
throws PortalException
- Throws:
PortalException
getToolbarItems
List<ToolbarItem> getToolbarItems()
throws PortalException
- Throws:
PortalException
isDownloadLinkVisible
boolean isDownloadLinkVisible()
throws PortalException
- Throws:
PortalException
isVersionInfoVisible
boolean isVersionInfoVisible()
throws PortalException
- Throws:
PortalException
renderPreview
void renderPreview(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws IOException,
javax.servlet.ServletException
- Throws:
IOException
javax.servlet.ServletException