Package org.opencms.workplace
Interface I_CmsPostUploadDialogHandler
public interface I_CmsPostUploadDialogHandler
An interface which provides a hook which can be called after uploading files.
-
Method Summary
Modifier and TypeMethodDescriptiongetUploadHook
(CmsObject cms, String uploadFolderSitePath) Gets the upload hook URI.
-
Method Details
-
getUploadHook
Gets the upload hook URI.- Parameters:
cms
- the current CMS contextuploadFolderSitePath
- the upload target folder- Returns:
- the upload hook URI for the given path, or null
-