Uses of Interface
de.xima.fc.gui.elfinder.IElFinderHashEncoder
-
Packages that use IElFinderHashEncoder Package Description de.xima.fc.gui.elfinder -
-
Uses of IElFinderHashEncoder in de.xima.fc.gui.elfinder
Subinterfaces of IElFinderHashEncoder in de.xima.fc.gui.elfinder Modifier and Type Interface Description interfaceIElFinderHashCodecEncoder and decoder for file and directory file paths.Classes in de.xima.fc.gui.elfinder that implement IElFinderHashEncoder Modifier and Type Class Description classDefaultElFinderHashCodecAIElFinderHashCodecthat uses the default implementation as detailed by the elFinder docs.Methods in de.xima.fc.gui.elfinder that return IElFinderHashEncoder Modifier and Type Method Description static IElFinderHashEncoderDefaultElFinderHashCodec. defaultElFinderHashEncoder()Gets aIElFinderHashCodecthat uses the default elFinder implementation.Methods in de.xima.fc.gui.elfinder with parameters of type IElFinderHashEncoder Modifier and Type Method Description static <Entry extends IFileSystemEntry<?>>
IElFinderFileUrlCreator<Entry>FindCommandElFinderUrlCreator. custom(String connectorUrl, IElFinderHashEncoder hashCreator)Creates a new URL creator for the ElFinder connector.
-