AServletElFinderConnector |
Abstract class for an elfinder connector, based on Java servlets.
|
EElfinderErrorCode |
Enumeration of well-known elfinder error codes for the elfinder file manager.
|
ElfinderConnectorException |
Exception raised when a request to the elfinder connector could not be handled.
|
ElFinderDynamicResourceFileEntityThumbnails.BaseBuilder |
Base builder for generating thumbnail URLs via the dynamic resource servlet and handling requests to that
servlet.
|
ElFinderDynamicResourceFileEntityThumbnails.RequestHandlerBuilder |
A builder for a thumbnail request handler for file system entries from a ICommonFileSystem , with initial
data from a IFileEntity stored in a database.
|
ElFinderDynamicResourceFileEntityThumbnails.UrlGeneratorBuilder |
A builder for a URL creator that generates URLs for thumbnails of file system entries from a
ICommonFileSystem , with initial data from a IFileEntity stored in a database.
|
ElfinderFileHash |
Simple model for the default file hash used by the elfinder file manager.
|
ElFinderUploadMime |
Model and utility class for the upload mime configuration of the ElFinder file manager.
|
ElFinderUploadMime.EElFinderFirstOrder |
First order to check for mime types, corresponding to the firstOrder property of the ElFinder upload mime
configuration.
|
FileSystemElFinderConnector |
|
FileSystemElFinderConnectorConfig |
|
FileSystemElFinderConnectorConfig.BuilderStage1 |
|
FileSystemElFinderConnectorConfig.BuilderStage2 |
|
FileSystemElFinderConnectorConfig.BuilderStage3 |
|
IDynamicResourceThumbnailRequestHandler |
Handles requests to the dynamic resource servlet for a thumbnail of a file entity or file system entry from a
ICommonFileSystem .
|
IElFinderDuplicateNameGenerator |
Creates a file name for a duplicated (copied) file or folder.
|
IElFinderFileSystemOptionsProvider |
Provider for the settings of file system entries, e.g.
|
IElFinderFileUrlCreator |
Creates URLs for files on the file system, used by the elFinder feature.
|
IElFinderHashCodec |
Encoder and decoder for file and directory file paths.
|
IElFinderHashDecoder |
Decoder for ElFinder file hashes.
|
IElFinderHashEncoder |
Encoder for file and directory file paths.
|
IElFinderImageProcessor |
Handler handles image processing operations for the elFinder connector, when the resize command is used to modify
images, such as by scaling or rotating them.
|
IElFinderImageProcessorBaseParams |
|
IElFinderImageProcessorCropParams |
|
IElFinderImageProcessorRotateParams |
|
IElFinderImageProcessorScaleParams |
|
IElFinderImageSizeCalculator |
|
IElFinderMimeTypeDetector |
Detector for the mimetype of a file.
|
IElFinderThumbnailFileEntityFinder |
Finds the file entity ID corresponding to a file system entry, used by the thumbnail generator.
|
IElFinderThumbnailUrlGenerator |
Creates URLs for thumbnails of image files on the file system, used by the elFinder feature.
|