Uses of Class
de.xima.fc.gui.elfinder.ElFinderDynamicResourceFileEntityThumbnails.UrlGeneratorBuilder
Packages that use ElFinderDynamicResourceFileEntityThumbnails.UrlGeneratorBuilder
-
Uses of ElFinderDynamicResourceFileEntityThumbnails.UrlGeneratorBuilder in de.xima.fc.gui.elfinder
Subclasses with type arguments of type ElFinderDynamicResourceFileEntityThumbnails.UrlGeneratorBuilder in de.xima.fc.gui.elfinderModifier and TypeClassDescriptionstatic final classA builder for a URL creator that generates URLs for thumbnails of file system entries from aICommonFileSystem, with initial data from aIFileEntitystored in a database.Methods in de.xima.fc.gui.elfinder that return ElFinderDynamicResourceFileEntityThumbnails.UrlGeneratorBuilderModifier and TypeMethodDescriptionElFinderDynamicResourceFileEntityThumbnails.UrlGeneratorBuilder.fileEntityIdFinder(IElFinderThumbnailFileEntityFinder<Entry> fileEntityIdFinder) Sets the file entity ID finder to use.<FileEntity extends IFileEntity<?,?>>
ElFinderDynamicResourceFileEntityThumbnails.UrlGeneratorBuilder<Entry> ElFinderDynamicResourceFileEntityThumbnails.UrlGeneratorBuilder.fileEntityIdFinder(Iterable<FileEntity> fileEntities, Function<? super FileEntity, ? extends IFileSystemEntry<?>> fileEntryFactory) Extracts a file entry from the file entity and then set the file entity ID finder to one that maps from that file entry back to the entity ID.ElFinderDynamicResourceFileEntityThumbnails.UrlGeneratorBuilder.methodExpression(String methodExpression) Sets them method expression to use for the dynamic resource URL.ElFinderDynamicResourceFileEntityThumbnails.UrlGeneratorBuilder.paramNameSessionId(String paramNameSessionId) Sets the name of the session ID parameter.ElFinderDynamicResourceFileEntityThumbnails.UrlGeneratorBuilder.self()Sets the value for the session ID parameter.ElFinderDynamicResourceFileEntityThumbnails.BaseBuilder.urlGenerator()Continues as a builder for a URL creator that generates thumbnails for image files from file system entries of aICommonFileSystem, with initial data from aIFileEntitystored in a database.