public interface DLViewFileVersionDisplayContext extends DLDisplayContext
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCssClassFileMimeType() |
com.liferay.dynamic.data.mapping.storage.DDMFormValues |
getDDMFormValues(com.liferay.dynamic.data.mapping.kernel.DDMStructure ddmStructure) |
com.liferay.dynamic.data.mapping.storage.DDMFormValues |
getDDMFormValues(long ddmStorageId) |
java.util.List<com.liferay.dynamic.data.mapping.kernel.DDMStructure> |
getDDMStructures() |
int |
getDDMStructuresCount() |
java.lang.String |
getDiscussionClassName() |
long |
getDiscussionClassPK() |
java.lang.String |
getDiscussionLabel(java.util.Locale locale) |
com.liferay.portal.kernel.servlet.taglib.ui.Menu |
getMenu() |
java.util.List<com.liferay.portal.kernel.servlet.taglib.ui.ToolbarItem> |
getToolbarItems() |
boolean |
hasPreview() |
boolean |
isDownloadLinkVisible() |
boolean |
isVersionInfoVisible() |
void |
renderPreview(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
java.lang.String getCssClassFileMimeType()
com.liferay.dynamic.data.mapping.storage.DDMFormValues getDDMFormValues(com.liferay.dynamic.data.mapping.kernel.DDMStructure ddmStructure)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.dynamic.data.mapping.storage.DDMFormValues getDDMFormValues(long ddmStorageId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionjava.util.List<com.liferay.dynamic.data.mapping.kernel.DDMStructure> getDDMStructures()
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionint getDDMStructuresCount()
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionjava.lang.String getDiscussionClassName()
long getDiscussionClassPK()
java.lang.String getDiscussionLabel(java.util.Locale locale)
com.liferay.portal.kernel.servlet.taglib.ui.Menu getMenu()
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionjava.util.List<com.liferay.portal.kernel.servlet.taglib.ui.ToolbarItem> getToolbarItems()
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionboolean hasPreview()
boolean isDownloadLinkVisible()
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionboolean isVersionInfoVisible()
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionvoid renderPreview(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws java.io.IOException,
javax.servlet.ServletException
java.io.IOExceptionjavax.servlet.ServletException