Class CmsBinaryPreviewFactory
java.lang.Object
org.opencms.ade.galleries.client.preview.CmsBinaryPreviewFactory
- All Implemented Interfaces:
I_CmsPreviewFactory
,I_CmsHasInit
public final class CmsBinaryPreviewFactory
extends Object
implements I_CmsPreviewFactory, I_CmsHasInit
The binary resource preview factory.
- Since:
- 8.0.3
-
Method Summary
Modifier and TypeMethodDescriptiongetPreview
(CmsGalleryDialog dialog) Returns the resource preview instance for the given gallery dialog.static void
Initializes this class.
-
Method Details
-
initClass
Initializes this class. -
getPreview
Description copied from interface:I_CmsPreviewFactory
Returns the resource preview instance for the given gallery dialog.- Specified by:
getPreview
in interfaceI_CmsPreviewFactory
- Parameters:
dialog
- the gallery dialog- Returns:
- the resource preview
- See Also:
-