Package org.opencms.workplace
Interface I_CmsRepositoryFolderHandler
- All Known Implementing Classes:
CmsRepositoryFolderHandler
public interface I_CmsRepositoryFolderHandler
Evaluates the repository folder.
-
Method Summary
Modifier and TypeMethodDescriptiongetRepositoryFolder
(CmsObject cms, String reference, String type) Returns the repository folder to store new contents in.
-
Method Details
-
getRepositoryFolder
Returns the repository folder to store new contents in.- Parameters:
cms
- the user cms contextreference
- the reference resource - the resource being editedtype
- the resource or gallery type - like 'image' or 'imagegallery'- Returns:
- the site path of the repository folder
-