Uses of Interface
de.xima.fc.gui.elfinder.IElFinderFileUrlCreator
-
Packages that use IElFinderFileUrlCreator Package Description de.xima.fc.gui.elfinder -
-
Uses of IElFinderFileUrlCreator in de.xima.fc.gui.elfinder
Classes in de.xima.fc.gui.elfinder that implement IElFinderFileUrlCreator Modifier and Type Class Description class
FindCommandElFinderUrlCreator<Entry extends IFileSystemEntry<?>>
AIElFinderFileUrlCreator
that creates URLs for the ElFinder connector.Methods in de.xima.fc.gui.elfinder that return IElFinderFileUrlCreator 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.static <Entry extends IFileSystemEntry<?>>
IElFinderFileUrlCreator<Entry>FindCommandElFinderUrlCreator. withDefaultHashCodec(String connectorUrl)
Creates a new URL creator for the ElFinder connector.Methods in de.xima.fc.gui.elfinder with parameters of type IElFinderFileUrlCreator Modifier and Type Method Description FileSystemElFinderConnectorConfig.BuilderStage3<Entry>
FileSystemElFinderConnectorConfig.BuilderStage3. fileUrlCreator(IElFinderFileUrlCreator<Entry> fileUrlCreator)
Sets the URL creator for file system entries.
-