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 interface
IElFinderHashCodec
Encoder and decoder for file and directory file paths.Classes in de.xima.fc.gui.elfinder that implement IElFinderHashEncoder 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 IElFinderHashEncoder Modifier and Type Method Description static IElFinderHashEncoder
DefaultElFinderHashCodec. defaultElFinderHashEncoder()
Gets aIElFinderHashCodec
that 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.
-