Interface I_CmsPreviewFactory
- All Known Implementing Classes:
CmsBinaryPreviewFactory
,CmsImagePreviewFactory
public interface I_CmsPreviewFactory
The resource preview factory interface.
- Since:
- 8.0.3
-
Method Summary
Modifier and TypeMethodDescriptiongetPreview
(CmsGalleryDialog dialog) Returns the resource preview instance for the given gallery dialog.
-
Method Details
-
getPreview
Returns the resource preview instance for the given gallery dialog.- Parameters:
dialog
- the gallery dialog- Returns:
- the resource preview
-