Interface IDynamicResourceThumbnailRequestHandler<Entry extends IFileSystemEntry<?>>

    • Method Detail

      • handleThumbnailRequest

        org.primefaces.model.StreamedContent handleThumbnailRequest​(ICommonFileSystemManager<Entry> fileSystem,
                                                                    IResourceStoreManager resourceStoreManager)
        Handles a request to the dynamic resource servlet for a thumbnail of a file entity or file system entry from a ICommonFileSystem. See also ElFinderDynamicResourceFileEntityThumbnails.
        Parameters:
        fileSystem - The file system from which to retrieve the images, may be null.
        resourceStoreManager - The resource store manager to use for storing the thumbnails for each file.
        Returns:
        The streamed content for the thumbnail.