Uses of Interface
de.xima.fc.gui.elfinder.IElFinderHashCodec
-
Packages that use IElFinderHashCodec Package Description de.xima.fc.gui.elfinder -
-
Uses of IElFinderHashCodec in de.xima.fc.gui.elfinder
Classes in de.xima.fc.gui.elfinder that implement IElFinderHashCodec Modifier and Type Class Description class
DefaultElFinderHashCodec
AIElFinderHashCodec
that uses the default implementation as detailed by the elFinder docs.Methods in de.xima.fc.gui.elfinder that return IElFinderHashCodec Modifier and Type Method Description static IElFinderHashCodec
DefaultElFinderHashCodec. defaultElFinderHashCodec()
Gets aIElFinderHashCodec
that uses the default elFinder implementation.Methods in de.xima.fc.gui.elfinder with parameters of type IElFinderHashCodec Modifier and Type Method Description static <Entry extends IFileSystemEntry<?>>
ElFinderDynamicResourceFileEntityThumbnails.BaseBuilder<Entry>ElFinderDynamicResourceFileEntityThumbnails. builder(IElFinderHashCodec fileHashCodec)
Creates a new base builder for generating thumbnail URLs via the dynamic resource servlet and handling requests to that servlet.FileSystemElFinderConnectorConfig.BuilderStage3<Entry>
FileSystemElFinderConnectorConfig.BuilderStage3. fileHashCodec(IElFinderHashCodec fileHashCodec)
Sets the file hash codec for encoding and decoding file hashes.
-