Liferay 7.0-ce-b4

com.liferay.portlet.documentlibrary.display.context
Interface DLViewFileVersionDisplayContext

All Superinterfaces:
DisplayContext, DLDisplayContext
All Known Implementing Classes:
BaseDLViewFileVersionDisplayContext

public interface DLViewFileVersionDisplayContext
extends DLDisplayContext


Method Summary
 String getCssClassFileMimeType()
           
 DDMFormValues getDDMFormValues(DDMStructure ddmStructure)
           
 List<DDMStructure> getDDMStructures()
           
 Menu getMenu()
           
 List<ToolbarItem> getToolbarItems()
           
 boolean isDownloadLinkVisible()
           
 boolean isVersionInfoVisible()
           
 void renderPreview(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 
Methods inherited from interface com.liferay.portal.kernel.display.context.DisplayContext
getUuid
 

Method Detail

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

Liferay 7.0-ce-b4