- ACCESS_DENIED - Static variable in interface com.cksource.ckfinder.error.ErrorCode
-
- AccessDeniedException - Exception in com.cksource.ckfinder.exception
-
The "access denied" exception.
- AccessDeniedException(String, Throwable) - Constructor for exception com.cksource.ckfinder.exception.AccessDeniedException
-
- Acl - Class in com.cksource.ckfinder.acl
-
Request scoped access control list.
- Acl() - Constructor for class com.cksource.ckfinder.acl.Acl
-
- acl - Variable in class com.cksource.ckfinder.command.MultiFileCommand
-
- acl - Variable in class com.cksource.ckfinder.filesystem.BackendFactory
-
- acl - Variable in class com.cksource.ckfinder.filesystem.WorkingFolder
-
- acl - Variable in class com.cksource.ckfinder.image.ResizedImageManager
-
- AclResult - Class in com.cksource.ckfinder.acl
-
Class representing a result returned by ACL.
- AclResult(int) - Constructor for class com.cksource.ckfinder.acl.AclResult
-
Constructs the ACL result using a computed bit mask.
- aclResult - Variable in class com.cksource.ckfinder.filesystem.WorkingFolder
-
- AclRoleProvider - Interface in com.cksource.ckfinder.acl.role
-
Interface for ACL role provider.
- AclRule - Class in com.cksource.ckfinder.acl
-
Class representing one rule in CKFinder's access control list.
- AclRule() - Constructor for class com.cksource.ckfinder.acl.AclRule
-
- AclRuleDeserializer - Class in com.cksource.ckfinder.serialization
-
Custom deserializer for ACL rules provided in CKFinder configuration.
- AclRuleDeserializer() - Constructor for class com.cksource.ckfinder.serialization.AclRuleDeserializer
-
- addCacheHeaders(HttpHeaders, int) - Static method in class com.cksource.ckfinder.utils.HttpUtils
-
- AddCurrentFolderInfoEventListener - Class in com.cksource.ckfinder.listener
-
Modifies the HTTP response by adding information about current working folder.
- AddCurrentFolderInfoEventListener() - Constructor for class com.cksource.ckfinder.listener.AddCurrentFolderInfoEventListener
-
- addError(int, Map<String, String>) - Method in class com.cksource.ckfinder.command.CopyFiles
-
- addError(int, Map<String, String>) - Method in class com.cksource.ckfinder.command.DeleteFiles
-
- AddExtraHeadersListener - Class in com.cksource.ckfinder.listener
-
Modifies the HTTP response by adding the extra HTTP headers defined in configuration.
- AddExtraHeadersListener() - Constructor for class com.cksource.ckfinder.listener.AddExtraHeadersListener
-
- addTrailingSlash(String) - Static method in class com.cksource.ckfinder.utils.PathUtils
-
Adds a trailing slash to provided path.
- AfterCommandEvent - Class in com.cksource.ckfinder.event
-
The AfterCommandEvent event class.
- AfterCommandEvent(Object, String, ResponseEntity, HttpServletRequest, HttpServletResponse) - Constructor for class com.cksource.ckfinder.event.AfterCommandEvent
-
Constructs the event instance.
- ALLOW_ALL - Static variable in class com.cksource.ckfinder.acl.AclRule
-
- allowsFor(Permission) - Method in class com.cksource.ckfinder.acl.AclResult
-
Checks whether this ACL result allows for given permission.
- allowsFor(Permission...) - Method in class com.cksource.ckfinder.acl.AclResult
-
Checks whether this ACL result allows for given permissions.
- ALREADY_EXIST - Static variable in interface com.cksource.ckfinder.error.ErrorCode
-
- AlreadyExistsException - Exception in com.cksource.ckfinder.exception
-
The "already exists" exception class.
- AlreadyExistsException(String) - Constructor for exception com.cksource.ckfinder.exception.AlreadyExistsException
-
- applicationContext - Variable in class com.cksource.ckfinder.CKFinder
-
- applicationEventPublisher - Variable in class com.cksource.ckfinder.CKFinder
-
- applicationEventPublisher - Variable in class com.cksource.ckfinder.config.ConfigFactory
-
- appliesTo(String, String, String) - Method in class com.cksource.ckfinder.acl.AclRule
-
Checks whether this ACL rule applies to given resource type name,
folder path and user role.
- authenticate() - Method in interface com.cksource.ckfinder.authentication.Authenticator
-
Method used to determine whether the current user should be able to access CKFinder.
- Authenticator - Interface in com.cksource.ckfinder.authentication
-
Interface for authentication methods.
- autorenameFile(ResourceType, String, String) - Method in class com.cksource.ckfinder.filesystem.Backend
-
Renames the file by adding a number to the file name.
- Cache - Interface in com.cksource.ckfinder.cache
-
Cache storage interface.
- Cache() - Constructor for class com.cksource.ckfinder.config.Config.Cache
-
- cache - Variable in class com.cksource.ckfinder.image.ResizedImageManager
-
- cache - Variable in class com.cksource.ckfinder.image.ThumbManager
-
- cacheImageMetadata(ResourceType, String, String, ImageSize, long) - Method in class com.cksource.ckfinder.image.ResizedImageManager
-
Saves image metadata in cache.
- calculateAspectRatio(int, int, int, int, boolean) - Static method in class com.cksource.ckfinder.image.Image
-
Calculates image target dimensions after resizing keeping the original aspect ratio.
- calculateAspectRatio(int, int, int, int) - Static method in class com.cksource.ckfinder.image.Image
-
Calculates image target dimensions after resizing keeping the original aspect ratio.
- canWrite(Class<?>) - Method in class com.cksource.ckfinder.http.response.writer.JsonResponseWriter
-
- canWrite(Class<?>) - Method in class com.cksource.ckfinder.http.response.writer.ResponseWriter
-
Checks if this writer is able to write response body of given class.
- canWrite(Class<?>) - Method in class com.cksource.ckfinder.http.response.writer.StreamResponseWriter
-
- changeCachedImageMetadataPrefix(ResourceType, String, String) - Method in class com.cksource.ckfinder.image.ResizedImageManager
-
Changes image metadata prefix for all existing image metadata entries under given prefix.
- changePrefix(String, String) - Method in class com.cksource.ckfinder.cache.BackendCache
-
- changePrefix(String, String) - Method in interface com.cksource.ckfinder.cache.Cache
-
Changes the prefix of all cache entries stored under given prefix.
- check(String, String, String) - Method in class com.cksource.ckfinder.acl.Acl
-
Computes the ACL result for given resource type, folder path and user role.
- check(String, String) - Method in class com.cksource.ckfinder.acl.Acl
-
Computes the ACL result for given resource type, folder path and user role.
- check(ResourceType, String) - Method in class com.cksource.ckfinder.acl.Acl
-
Computes the ACL result for given resource type, folder path and user role.
- checkAuthentication() - Method in class com.cksource.ckfinder.CKFinder
-
Checks if current HTTP request should be allowed to access CKFinder.
- checkCsrfToken(HttpServletRequest) - Method in class com.cksource.ckfinder.CKFinder
-
Checks the CSRF token.
- checkDoubleExtension() - Method in class com.cksource.ckfinder.config.Config.Backend
-
- checkSizeAfterScaling() - Method in class com.cksource.ckfinder.config.Config
-
- CKFinder - Class in com.cksource.ckfinder
-
Main CKFinder service.
- CKFinder() - Constructor for class com.cksource.ckfinder.CKFinder
-
- ckfinder - Variable in class com.cksource.ckfinder.servlet.CKFinderServlet
-
CKFinder service instance used by this servlet.
- CKFinderException - Exception in com.cksource.ckfinder.exception
-
The base CKFinder exception class.
- CKFinderException() - Constructor for exception com.cksource.ckfinder.exception.CKFinderException
-
Constructs new CKFinderException.
- CKFinderException(String, int, Throwable) - Constructor for exception com.cksource.ckfinder.exception.CKFinderException
-
Constructs new CKFinderException with given message and error code.
- CKFinderException(String, int) - Constructor for exception com.cksource.ckfinder.exception.CKFinderException
-
Constructs new CKFinderException with given message and error code.
- CKFinderException(String) - Constructor for exception com.cksource.ckfinder.exception.CKFinderException
-
Constructs new CKFinderException with given message.
- CKFinderException(String, Throwable) - Constructor for exception com.cksource.ckfinder.exception.CKFinderException
-
Constructs new CKFinderException with given message and cause.
- CKFinderServlet - Class in com.cksource.ckfinder.servlet
-
Servlet for handling CKFinder's HTTP requests.
- CKFinderServlet() - Constructor for class com.cksource.ckfinder.servlet.CKFinderServlet
-
- clientCurrentFolder - Variable in class com.cksource.ckfinder.filesystem.WorkingFolder
-
- com.cksource.ckfinder - package com.cksource.ckfinder
-
- com.cksource.ckfinder.acl - package com.cksource.ckfinder.acl
-
- com.cksource.ckfinder.acl.role - package com.cksource.ckfinder.acl.role
-
- com.cksource.ckfinder.annotation - package com.cksource.ckfinder.annotation
-
- com.cksource.ckfinder.authentication - package com.cksource.ckfinder.authentication
-
- com.cksource.ckfinder.cache - package com.cksource.ckfinder.cache
-
- com.cksource.ckfinder.command - package com.cksource.ckfinder.command
-
- com.cksource.ckfinder.config - package com.cksource.ckfinder.config
-
- com.cksource.ckfinder.config.loader - package com.cksource.ckfinder.config.loader
-
- com.cksource.ckfinder.error - package com.cksource.ckfinder.error
-
- com.cksource.ckfinder.event - package com.cksource.ckfinder.event
-
- com.cksource.ckfinder.exception - package com.cksource.ckfinder.exception
-
- com.cksource.ckfinder.filesystem - package com.cksource.ckfinder.filesystem
-
- com.cksource.ckfinder.filesystem.node - package com.cksource.ckfinder.filesystem.node
-
- com.cksource.ckfinder.filesystem.provider - package com.cksource.ckfinder.filesystem.provider
-
- com.cksource.ckfinder.http.request - package com.cksource.ckfinder.http.request
-
- com.cksource.ckfinder.http.response - package com.cksource.ckfinder.http.response
-
- com.cksource.ckfinder.http.response.writer - package com.cksource.ckfinder.http.response.writer
-
- com.cksource.ckfinder.image - package com.cksource.ckfinder.image
-
- com.cksource.ckfinder.listener - package com.cksource.ckfinder.listener
-
- com.cksource.ckfinder.localization - package com.cksource.ckfinder.localization
-
- com.cksource.ckfinder.resourcetype - package com.cksource.ckfinder.resourcetype
-
- com.cksource.ckfinder.serialization - package com.cksource.ckfinder.serialization
-
- com.cksource.ckfinder.servlet - package com.cksource.ckfinder.servlet
-
- com.cksource.ckfinder.utils - package com.cksource.ckfinder.utils
-
- combinePaths(String...) - Static method in class com.cksource.ckfinder.utils.PathUtils
-
Combines multiple path parts to one.
- commaDelimitedStringToSet(String) - Static method in class com.cksource.ckfinder.utils.StringUtils
-
Produces a set from provided comma-delimited string.
- Command - Interface in com.cksource.ckfinder.command
-
Interface for CKFinder connector commands.
- COMMAND_NAME_PARAM - Static variable in class com.cksource.ckfinder.CKFinder
-
- commandClassMap - Variable in class com.cksource.ckfinder.command.CommandFactory
-
- CommandFactory - Class in com.cksource.ckfinder.command
-
Application scoped command factory service.
- CommandFactory() - Constructor for class com.cksource.ckfinder.command.CommandFactory
-
Constructs the command factory.
- config - Variable in class com.cksource.ckfinder.command.FileUpload
-
- config - Variable in class com.cksource.ckfinder.command.SaveImage
-
- Config - Class in com.cksource.ckfinder.config
-
CKFinder's connector configuration class.
- Config() - Constructor for class com.cksource.ckfinder.config.Config
-
- config - Variable in class com.cksource.ckfinder.filesystem.Backend
-
- config - Variable in class com.cksource.ckfinder.filesystem.BackendFactory
-
- config - Variable in class com.cksource.ckfinder.filesystem.WorkingFolder
-
- config - Variable in class com.cksource.ckfinder.image.ResizedImageManager
-
- config - Variable in class com.cksource.ckfinder.resourcetype.ResourceTypeFactory
-
CKFinder configuration
- Config.Backend - Class in com.cksource.ckfinder.config
-
Backend configuration class.
- Config.Cache - Class in com.cksource.ckfinder.config
-
Configuration node for HTTP cache lifetimes for various CKFinder components.
- Config.Images - Class in com.cksource.ckfinder.config
-
Configuration node for image processing.
- Config.PrivateDir - Class in com.cksource.ckfinder.config
-
Configuration node for CKFinder connector's internal private directories.
- Config.ResourceType - Class in com.cksource.ckfinder.config
-
Configuration node for resource type.
- Config.Thumbnails - Class in com.cksource.ckfinder.config
-
Configuration node for image thumbnails.
- ConfigFactory - Class in com.cksource.ckfinder.config
-
Configuration factory service.
- ConfigFactory(ApplicationEventPublisher, ApplicationContext) - Constructor for class com.cksource.ckfinder.config.ConfigFactory
-
Constructs config factory and triggers
LoadConfigEvent
to obtain
the base configuration object.
- ConfigLoader - Interface in com.cksource.ckfinder.config.loader
-
Interface for config loaders.
- CONNECTOR_DISABLED - Static variable in interface com.cksource.ckfinder.error.ErrorCode
-
- CONNECTOR_PREFIX - Static variable in class com.cksource.ckfinder.CKFinder
-
- convertToAscii(String) - Static method in class com.cksource.ckfinder.utils.StringUtils
-
Converts given string to ASCII.
- COPY_FAILED - Static variable in interface com.cksource.ckfinder.error.ErrorCode
-
- copyCachedImageMetadata(ResourceType, String, String, ResourceType, String, String) - Method in class com.cksource.ckfinder.image.ResizedImageManager
-
Copies image metadata from one cache key to another cache entry.
- CopyFiles - Class in com.cksource.ckfinder.command
-
- CopyFiles() - Constructor for class com.cksource.ckfinder.command.CopyFiles
-
- copyResizedImages(ResourceType, String, String, ResourceType, String, String) - Method in class com.cksource.ckfinder.image.ResizedImageManager
-
Copies all resized versions of images when the main image file is copied.
- create(InputStream) - Static method in class com.cksource.ckfinder.image.Image
-
Factory method.
- CREATED_FILE_TOO_BIG - Static variable in interface com.cksource.ckfinder.error.ErrorCode
-
- CreateFolder - Class in com.cksource.ckfinder.command
-
- CreateFolder() - Constructor for class com.cksource.ckfinder.command.CreateFolder
-
- createFolder(ResourceType, String, String) - Method in class com.cksource.ckfinder.filesystem.Backend
-
Creates a new folder under given path.
- createFolder(ResourceType, String) - Method in class com.cksource.ckfinder.filesystem.Backend
-
Creates folder under given path.
- createFolder(String) - Method in class com.cksource.ckfinder.filesystem.WorkingFolder
-
Creates an empty folder in current working directory.
- createResourceTypeFolder(ResourceType) - Method in class com.cksource.ckfinder.filesystem.Backend
-
Creates the resource type root folder.
- CsrfTokenValidator - Interface in com.cksource.ckfinder.http.request
-
Interface for CSRF token validator.
- CUSTOM_ERROR - Static variable in interface com.cksource.ckfinder.error.ErrorCode
-
- delete() - Method in class com.cksource.ckfinder.filesystem.WorkingFolder
-
Removes current working folder.
- DELETE_FAILED - Static variable in interface com.cksource.ckfinder.error.ErrorCode
-
- deleteCachedImageMetadata(ResourceType, String, String) - Method in class com.cksource.ckfinder.image.ResizedImageManager
-
Deletes all cached image metadata entries for given image.
- deleteCachedImageMetadata(ResourceType, String) - Method in class com.cksource.ckfinder.image.ResizedImageManager
-
Deletes all cached image metadata entries for given image.
- deleteFile(ResourceType, String, String) - Method in class com.cksource.ckfinder.filesystem.Backend
-
Removes file under given location.
- deleteFile(String) - Method in class com.cksource.ckfinder.filesystem.Backend
-
Removes file under given location.
- DeleteFiles - Class in com.cksource.ckfinder.command
-
- DeleteFiles() - Constructor for class com.cksource.ckfinder.command.DeleteFiles
-
- DeleteFolder - Class in com.cksource.ckfinder.command
-
- DeleteFolder() - Constructor for class com.cksource.ckfinder.command.DeleteFolder
-
- deleteFolder(ResourceType, String, boolean) - Method in class com.cksource.ckfinder.filesystem.Backend
-
Deletes folder under given location.
- deleteFolder(ResourceType, String) - Method in class com.cksource.ckfinder.filesystem.Backend
-
Deletes folder under given location.
- deleteFolder(String) - Method in class com.cksource.ckfinder.filesystem.Backend
-
Deletes folder under given location.
- deleteResizedImages(ResourceType, String, String) - Method in class com.cksource.ckfinder.image.ResizedImageManager
-
Deletes all resized versions of images when the main image file is deleted.
- deleteThumbs(ResourceType, String, String) - Method in class com.cksource.ckfinder.image.ThumbManager
-
Removes all thumbnail images generated for given image file.
- deserialize(JsonParser, DeserializationContext) - Method in class com.cksource.ckfinder.serialization.AclRuleDeserializer
-
Deserializes the configuration node that defines ACL rule.
- DIRECTORY - Static variable in class com.cksource.ckfinder.image.ResizedImage
-
Internal directory name used to store the resized versions of images.
- disallowUnsafeCharacters() - Method in class com.cksource.ckfinder.config.Config.Backend
-
- doCopy(Map<String, String>) - Method in class com.cksource.ckfinder.command.CopyFiles
-
- doDelete(Map<String, String>) - Method in class com.cksource.ckfinder.command.DeleteFiles
-
- doGet(HttpServletRequest, HttpServletResponse) - Method in class com.cksource.ckfinder.servlet.CKFinderServlet
-
Processes HTTP GET request.
- doMove(Map<String, String>) - Method in class com.cksource.ckfinder.command.MoveFiles
-
- doOptions(HttpServletRequest, HttpServletResponse) - Method in class com.cksource.ckfinder.servlet.CKFinderServlet
-
Processes HTTP OPTIONS request.
- doPost(HttpServletRequest, HttpServletResponse) - Method in class com.cksource.ckfinder.servlet.CKFinderServlet
-
Processes HTTP POST request.
- DoubleSubmitCookieCsrfTokenValidator - Class in com.cksource.ckfinder.http.request
-
Application scoped CSRF token validator service.
- DoubleSubmitCookieCsrfTokenValidator() - Constructor for class com.cksource.ckfinder.http.request.DoubleSubmitCookieCsrfTokenValidator
-
- DownloadFile - Class in com.cksource.ckfinder.command
-
- DownloadFile() - Constructor for class com.cksource.ckfinder.command.DownloadFile
-
- get(String) - Method in class com.cksource.ckfinder.cache.BackendCache
-
- get(String) - Method in interface com.cksource.ckfinder.cache.Cache
-
- getAccessControl() - Method in class com.cksource.ckfinder.config.Config
-
- getAclMask() - Method in class com.cksource.ckfinder.filesystem.node.Folder
-
- getAclMask() - Method in class com.cksource.ckfinder.filesystem.WorkingFolder
-
- getAclResult() - Method in class com.cksource.ckfinder.filesystem.node.Folder
-
- getAclResult() - Method in class com.cksource.ckfinder.filesystem.WorkingFolder
-
- getAclRules(Config) - Method in class com.cksource.ckfinder.config.ConfigFactory
-
Returns a set of ACL rules to for current HTTP request scope.
- getAdapter() - Method in class com.cksource.ckfinder.config.Config.Backend
-
- getAllowedExtensions() - Method in class com.cksource.ckfinder.config.Config.ResourceType
-
- getAllowedExtensions() - Method in class com.cksource.ckfinder.resourcetype.ResourceType
-
Returns a set of file name extensions allowed for this resource type.
- getAllowedExtensionsAsString() - Method in class com.cksource.ckfinder.resourcetype.ResourceType
-
Returns a list of file name extensions allowed for this resource type.
- getBackend() - Method in class com.cksource.ckfinder.config.Config.PrivateDir
-
- getBackend(String) - Method in class com.cksource.ckfinder.filesystem.BackendFactory
-
Returns backend with requested name.
- getBackend() - Method in class com.cksource.ckfinder.filesystem.WorkingFolder
-
- getBackend() - Method in class com.cksource.ckfinder.resourcetype.ResourceType
-
Returns backend used by this resource type.
- getBackendConfig(String) - Method in class com.cksource.ckfinder.config.Config
-
- getBackendName() - Method in class com.cksource.ckfinder.config.Config.ResourceType
-
- getBackends() - Method in class com.cksource.ckfinder.config.Config
-
- getBaseConfig() - Method in class com.cksource.ckfinder.config.ConfigFactory
-
- getBaseUrl() - Method in class com.cksource.ckfinder.config.Config.Backend
-
- getBaseUrl() - Method in class com.cksource.ckfinder.filesystem.Backend
-
- getBytes(String) - Method in class com.cksource.ckfinder.image.Image
-
Returns an array of image bytes.
- getBytes() - Method in class com.cksource.ckfinder.image.Image
-
Returns an array of image bytes using the same image format as the original image.
- getCacheConfig() - Method in class com.cksource.ckfinder.config.Config
-
- getCachedImageMetadata(ResourceType, String, String) - Method in class com.cksource.ckfinder.image.ResizedImageManager
-
Returns cached image metadata.
- getCommand(String) - Method in class com.cksource.ckfinder.command.CommandFactory
-
Returns a new instance of concrete
Command
to handle the current
HTTP request.
- getCommand() - Method in class com.cksource.ckfinder.event.ResolveCommandEvent
-
- getCommandName() - Method in class com.cksource.ckfinder.event.AfterCommandEvent
-
- getCommandName() - Method in class com.cksource.ckfinder.event.BeforeCommandEvent
-
- getCommandName() - Method in class com.cksource.ckfinder.event.ResolveCommandEvent
-
- getConfig() - Method in class com.cksource.ckfinder.event.GetConfigForRequestEvent
-
Returns
Config
instance used to configure the connector behavior for current HTTP request scope.
- getConfig() - Method in class com.cksource.ckfinder.event.LoadConfigEvent
-
- getConfigForRequest(HttpServletRequest, HttpServletResponse) - Method in class com.cksource.ckfinder.config.ConfigFactory
-
Returns an instance of
Config
which will be used in current
HTTP request scope.
- GetConfigForRequestEvent - Class in com.cksource.ckfinder.event
-
The GetConfigForRequestEvent event class.
- GetConfigForRequestEvent(Object, Config, HttpServletRequest, HttpServletResponse) - Constructor for class com.cksource.ckfinder.event.GetConfigForRequestEvent
-
Constructs the event.
- getCookieValue(HttpServletRequest, String) - Static method in class com.cksource.ckfinder.http.request.DoubleSubmitCookieCsrfTokenValidator
-
Returns the value of cookie with given name.
- getCurrentFolderPath() - Method in class com.cksource.ckfinder.filesystem.WorkingFolder
-
- getData() - Method in class com.cksource.ckfinder.config.Config.PrivateDir
-
- getDeniedExtensions() - Method in class com.cksource.ckfinder.config.Config.ResourceType
-
- getDeniedExtensions() - Method in class com.cksource.ckfinder.resourcetype.ResourceType
-
Returns a set of file name extensions disallowed for this resource type.
- getDeniedExtensionsAsString() - Method in class com.cksource.ckfinder.resourcetype.ResourceType
-
Returns a list of file name extensions disallowed for this resource type.
- getDirectory() - Method in class com.cksource.ckfinder.config.Config.ResourceType
-
- getDirectory() - Method in class com.cksource.ckfinder.resourcetype.ResourceType
-
Returns the directory path defined for this resource type.
- getErrorCode() - Method in exception com.cksource.ckfinder.exception.CKFinderException
-
- getException() - Method in class com.cksource.ckfinder.event.ExceptionEvent
-
- getExistingResizedImage(ResourceType, String, String, String) - Method in class com.cksource.ckfinder.image.ResizedImageManager
-
Returns an existing resized version of given image file.
- getExtraHeaders() - Method in class com.cksource.ckfinder.config.Config
-
- getFileName() - Method in class com.cksource.ckfinder.filesystem.UploadedFile
-
- getFileName() - Method in class com.cksource.ckfinder.image.ResizedImage
-
- getFileNameExtension() - Method in class com.cksource.ckfinder.filesystem.UploadedFile
-
- getFilenameExtension(String) - Static method in class com.cksource.ckfinder.utils.StringUtils
-
Extracts the file name extension from given file name.
- getFilenameExtensions(String) - Static method in class com.cksource.ckfinder.utils.StringUtils
-
Extracts the file name extensions from given file name.
- getFilenameWithoutExtension(String) - Static method in class com.cksource.ckfinder.utils.StringUtils
-
Returns the base file name without extension.
- GetFiles - Class in com.cksource.ckfinder.command
-
- GetFiles() - Constructor for class com.cksource.ckfinder.command.GetFiles
-
- getFiles() - Method in class com.cksource.ckfinder.command.MultiFileCommand
-
- getFileSize(ResourceType, String, String) - Method in class com.cksource.ckfinder.filesystem.Backend
-
Returns the size of a file under given path.
- getFileSize(String) - Method in class com.cksource.ckfinder.filesystem.WorkingFolder
-
Returns the size of file with given name.
- getFileSystem() - Method in class com.cksource.ckfinder.filesystem.Backend
-
- getFileSystem(String, Map<String, Object>) - Method in class com.cksource.ckfinder.filesystem.FileSystemFactory
-
Returns NIO filesystem instance for requested provider name.
- getFileSystem(Map<String, Object>) - Method in interface com.cksource.ckfinder.filesystem.provider.FileSystemProvider
-
Returns an instance of filesystem.
- getFileSystem(Map<String, Object>) - Method in class com.cksource.ckfinder.filesystem.provider.LocalFileSystemProvider
-
- getFileSystem(Map<String, Object>) - Method in class com.cksource.ckfinder.filesystem.provider.S3FileSystemProvider
-
- getFileSystemOptions() - Method in class com.cksource.ckfinder.config.Config.Backend
-
- GetFileUrl - Class in com.cksource.ckfinder.command
-
- GetFileUrl() - Constructor for class com.cksource.ckfinder.command.GetFileUrl
-
- getFileUrl(String) - Method in class com.cksource.ckfinder.filesystem.WorkingFolder
-
Returns URL to file with given name located in current working directory.
- GetFolders - Class in com.cksource.ckfinder.command
-
- GetFolders() - Constructor for class com.cksource.ckfinder.command.GetFolders
-
- getHash() - Method in class com.cksource.ckfinder.resourcetype.ResourceType
-
Returns the resource type hash.
- getHeight() - Method in class com.cksource.ckfinder.image.Image
-
- getHeight() - Method in class com.cksource.ckfinder.image.ImageSize
-
Returns image height.
- getHideFiles() - Method in class com.cksource.ckfinder.config.Config.Backend
-
- getHideFolders() - Method in class com.cksource.ckfinder.config.Config.Backend
-
- getHtmlExtensions() - Method in class com.cksource.ckfinder.config.Config.Backend
-
- getHttpStatus() - Method in exception com.cksource.ckfinder.exception.CKFinderException
-
- getImagePreviewCacheLifetime() - Method in class com.cksource.ckfinder.config.Config.Cache
-
- getImagesConfig() - Method in class com.cksource.ckfinder.config.Config
-
- getImageSizeNameFromConfig(ImageSize) - Method in class com.cksource.ckfinder.image.ResizedImageManager
-
Returns the name defined in config for image size that fits image size passed to this method.
- getInputStream() - Method in class com.cksource.ckfinder.filesystem.UploadedFile
-
- getInputStream(String) - Method in class com.cksource.ckfinder.image.Image
-
Returns a stream of image bytes.
- getInputStream() - Method in class com.cksource.ckfinder.image.Image
-
Returns a stream of image bytes using the same image format as the original image.
- getInputStream() - Method in class com.cksource.ckfinder.image.ResizedImage
-
- getInputStream() - Method in class com.cksource.ckfinder.image.Thumb
-
- getLabel() - Method in class com.cksource.ckfinder.config.Config.ResourceType
-
- getLabel() - Method in class com.cksource.ckfinder.resourcetype.ResourceType
-
Returns the label defined for this resource type.
- getLastModifiedTime() - Method in class com.cksource.ckfinder.filesystem.node.File
-
- getLastPathElement(String) - Static method in class com.cksource.ckfinder.utils.PathUtils
-
Returns the last element in given path.
- getLicenseKey() - Method in class com.cksource.ckfinder.config.Config
-
- getLicenseName() - Method in class com.cksource.ckfinder.config.Config
-
- getMask() - Method in class com.cksource.ckfinder.acl.AclResult
-
- getMaxHeight() - Method in class com.cksource.ckfinder.config.Config.Images
-
- getMaxSize() - Method in class com.cksource.ckfinder.config.Config.ResourceType
-
- getMaxSize() - Method in class com.cksource.ckfinder.resourcetype.ResourceType
-
Returns the maximum file size allowed for this resource type.
- getMaxWidth() - Method in class com.cksource.ckfinder.config.Config.Images
-
- getMimeType() - Method in class com.cksource.ckfinder.image.Image
-
- getMimeType() - Method in class com.cksource.ckfinder.image.ResizedImage
-
- getMimeType() - Method in class com.cksource.ckfinder.image.Thumb
-
- getName() - Method in class com.cksource.ckfinder.config.Config.Backend
-
- getName() - Method in class com.cksource.ckfinder.config.Config.ResourceType
-
- getName() - Method in class com.cksource.ckfinder.filesystem.Backend
-
- getName() - Method in class com.cksource.ckfinder.filesystem.node.File
-
- getName() - Method in class com.cksource.ckfinder.filesystem.node.Folder
-
- getName() - Method in class com.cksource.ckfinder.filesystem.node.Node
-
- getName() - Method in class com.cksource.ckfinder.resourcetype.ResourceType
-
Returns the name of this resource type.
- getOverwriteOnUpload() - Method in class com.cksource.ckfinder.config.Config.Backend
-
- getParentFolder(String) - Static method in class com.cksource.ckfinder.utils.PathUtils
-
Returns the path of the parent folder for given path.
- getParentFolderPath() - Method in class com.cksource.ckfinder.filesystem.WorkingFolder
-
- getPath() - Method in class com.cksource.ckfinder.config.Config.PrivateDir
-
- getPermissions() - Method in class com.cksource.ckfinder.acl.AclRule
-
- getPrivateDirConfig() - Method in class com.cksource.ckfinder.config.Config
-
- getPrivateDirConfig(Config) - Method in class com.cksource.ckfinder.config.ConfigFactory
-
- getProxyCommandCacheLifetime() - Method in class com.cksource.ckfinder.config.Config.Cache
-
- getQuality() - Method in class com.cksource.ckfinder.config.Config.Images
-
- getQuality() - Method in class com.cksource.ckfinder.image.ImageSize
-
Returns image quality.
- getRenameReason() - Method in class com.cksource.ckfinder.filesystem.UploadedFile
-
- getRequest() - Method in class com.cksource.ckfinder.event.RequestContextAwareEvent
-
- getRequiredFilePermissions() - Method in class com.cksource.ckfinder.command.CopyFiles
-
- getRequiredFilePermissions() - Method in class com.cksource.ckfinder.command.DeleteFiles
-
- getRequiredFilePermissions() - Method in class com.cksource.ckfinder.command.MoveFiles
-
- getRequiredFilePermissions() - Method in class com.cksource.ckfinder.command.MultiFileCommand
-
- getResizedImage(ResourceType, String, String, ImageSize) - Method in class com.cksource.ckfinder.image.ResizedImageManager
-
Creates a resized version of given image file.
- getResizedImage(WorkingFolder, String, ImageSize) - Method in class com.cksource.ckfinder.image.ResizedImageManager
-
Returns resized image for given image file.
- GetResizedImages - Class in com.cksource.ckfinder.command
-
- GetResizedImages() - Constructor for class com.cksource.ckfinder.command.GetResizedImages
-
- getResizedImagesList(ResourceType, String, String) - Method in class com.cksource.ckfinder.image.ResizedImageManager
-
Returns a list of all resized versions of given image.
- getResizedImageUrl(String, String) - Method in class com.cksource.ckfinder.filesystem.WorkingFolder
-
/**
Returns URL to resized image file with given name located in current working directory.
- getResourceType() - Method in class com.cksource.ckfinder.filesystem.WorkingFolder
-
- getResourceType(String) - Method in class com.cksource.ckfinder.resourcetype.ResourceTypeFactory
-
Returns an instance of resource type with given resource type name.
- getResourceTypeConfig(String) - Method in class com.cksource.ckfinder.config.Config
-
- getResourceTypes() - Method in class com.cksource.ckfinder.config.Config
-
- getResponse() - Method in class com.cksource.ckfinder.event.RequestContextAwareEvent
-
- getResponseEntity() - Method in class com.cksource.ckfinder.event.AfterCommandEvent
-
- getResponseEntity() - Method in class com.cksource.ckfinder.event.BeforeCommandEvent
-
- getResponseEntity() - Method in class com.cksource.ckfinder.event.ExceptionEvent
-
- getResponseEntity() - Method in class com.cksource.ckfinder.event.RequestEvent
-
- getResponseEntity() - Method in class com.cksource.ckfinder.event.ResponseEvent
-
- getRole() - Method in interface com.cksource.ckfinder.acl.role.AclRoleProvider
-
- getRole() - Method in class com.cksource.ckfinder.acl.role.SessionRoleProvider
-
- getRoleSessionAttribute() - Method in class com.cksource.ckfinder.config.Config
-
- getRoot() - Method in class com.cksource.ckfinder.config.Config.Backend
-
- getRoot() - Method in class com.cksource.ckfinder.filesystem.Backend
-
- getSize() - Method in class com.cksource.ckfinder.filesystem.node.File
-
- getSize() - Method in class com.cksource.ckfinder.filesystem.UploadedFile
-
- getSize() - Method in class com.cksource.ckfinder.image.Image
-
- getSizeFromFileName(String) - Static method in class com.cksource.ckfinder.image.ResizedImage
-
Extracts the image dimensions from given resized image file name.
- getSizes() - Method in class com.cksource.ckfinder.config.Config.Images
-
- getSizes() - Method in class com.cksource.ckfinder.config.Config.Thumbnails
-
- getThumbnail(ResourceType, String, String, ImageSize) - Method in class com.cksource.ckfinder.image.ThumbManager
-
Returns a thumbnail image generated for given image file.
- getThumbnailsCacheLifetime() - Method in class com.cksource.ckfinder.config.Config.Cache
-
- getThumbnailsConfig() - Method in class com.cksource.ckfinder.config.Config
-
- getThumbs() - Method in class com.cksource.ckfinder.config.Config.PrivateDir
-
- getTranslationParameters() - Method in exception com.cksource.ckfinder.exception.CKFinderException
-
- getTumbnailsConfig(Config) - Method in class com.cksource.ckfinder.config.ConfigFactory
-
- getUrl() - Method in class com.cksource.ckfinder.filesystem.WorkingFolder
-
- getUrl() - Method in class com.cksource.ckfinder.resourcetype.ResourceType
-
Returns the base URL of this resource type.
- getValue() - Method in enum com.cksource.ckfinder.acl.Permission
-
- getWidth() - Method in class com.cksource.ckfinder.image.Image
-
- getWidth() - Method in class com.cksource.ckfinder.image.ImageSize
-
Returns image width.
- Image - Class in com.cksource.ckfinder.image
-
The class representing an image, used for image processing.
- Image(InputStream) - Constructor for class com.cksource.ckfinder.image.Image
-
- ImageInfo - Class in com.cksource.ckfinder.command
-
- ImageInfo() - Constructor for class com.cksource.ckfinder.command.ImageInfo
-
- ImagePreview - Class in com.cksource.ckfinder.command
-
- ImagePreview() - Constructor for class com.cksource.ckfinder.command.ImagePreview
-
- ImageResize - Class in com.cksource.ckfinder.command
-
- ImageResize() - Constructor for class com.cksource.ckfinder.command.ImageResize
-
- Images() - Constructor for class com.cksource.ckfinder.config.Config.Images
-
- ImageSize - Class in com.cksource.ckfinder.image
-
Class that holds info about image dimensions and compression quality.
- ImageSize() - Constructor for class com.cksource.ckfinder.image.ImageSize
-
- Init - Class in com.cksource.ckfinder.command
-
- Init() - Constructor for class com.cksource.ckfinder.command.Init
-
- init(ServletConfig) - Method in class com.cksource.ckfinder.servlet.CKFinderServlet
-
Initializes the servlet and the internal web application context.
- instances - Variable in class com.cksource.ckfinder.filesystem.BackendFactory
-
- instances - Variable in class com.cksource.ckfinder.resourcetype.ResourceTypeFactory
-
Map that holds instances of known resource types.
- INVALID_COMMAND - Static variable in interface com.cksource.ckfinder.error.ErrorCode
-
- INVALID_CONFIG - Static variable in interface com.cksource.ckfinder.error.ErrorCode
-
- INVALID_EXTENSION - Static variable in interface com.cksource.ckfinder.error.ErrorCode
-
- INVALID_NAME - Static variable in interface com.cksource.ckfinder.error.ErrorCode
-
- INVALID_PLUGIN - Static variable in interface com.cksource.ckfinder.error.ErrorCode
-
- INVALID_REQUEST - Static variable in interface com.cksource.ckfinder.error.ErrorCode
-
- INVALID_TYPE - Static variable in interface com.cksource.ckfinder.error.ErrorCode
-
- InvalidCommandException - Exception in com.cksource.ckfinder.exception
-
The "invalid command" exception class.
- InvalidCommandException(String) - Constructor for exception com.cksource.ckfinder.exception.InvalidCommandException
-
- InvalidConfigException - Exception in com.cksource.ckfinder.exception
-
The "invalid configuration" exception class.
- InvalidConfigException(String, Throwable) - Constructor for exception com.cksource.ckfinder.exception.InvalidConfigException
-
- InvalidFilenameExtensionException - Exception in com.cksource.ckfinder.exception
-
The "invalid extension" exception class.
- InvalidFilenameExtensionException() - Constructor for exception com.cksource.ckfinder.exception.InvalidFilenameExtensionException
-
- InvalidFilenameExtensionException(String) - Constructor for exception com.cksource.ckfinder.exception.InvalidFilenameExtensionException
-
- InvalidNameException - Exception in com.cksource.ckfinder.exception
-
The "invalid name" exception class.
- InvalidNameException(String) - Constructor for exception com.cksource.ckfinder.exception.InvalidNameException
-
- InvalidRequestException - Exception in com.cksource.ckfinder.exception
-
The "invalid request" exception class.
- InvalidRequestException(String) - Constructor for exception com.cksource.ckfinder.exception.InvalidRequestException
-
- InvalidRequestException(String, Throwable) - Constructor for exception com.cksource.ckfinder.exception.InvalidRequestException
-
- InvalidUploadException - Exception in com.cksource.ckfinder.exception
-
The "invalid upload" exception class.
- InvalidUploadException(String) - Constructor for exception com.cksource.ckfinder.exception.InvalidUploadException
-
- InvalidUploadException(String, Throwable) - Constructor for exception com.cksource.ckfinder.exception.InvalidUploadException
-
- InvalidUploadException(String, int) - Constructor for exception com.cksource.ckfinder.exception.InvalidUploadException
-
- isAllowedExtension(String) - Method in class com.cksource.ckfinder.resourcetype.ResourceType
-
Checks if file with provided file name extension can be saved in this resource type.
- isAllowedFileSize(long) - Method in class com.cksource.ckfinder.resourcetype.ResourceType
-
Checks if provided file size can be saved in this resource type.
- isAllowedHtmlExtension(String) - Method in class com.cksource.ckfinder.filesystem.Backend
-
Checks if file with given extension is allowed to contain HTML-like data.
- isCsrfProtectionEnabled() - Method in class com.cksource.ckfinder.config.Config
-
- isHiddenFile(String) - Method in class com.cksource.ckfinder.filesystem.Backend
-
Checks if file name is hidden.
- isHiddenFolder(String) - Method in class com.cksource.ckfinder.filesystem.Backend
-
Checks if folder name is hidden.
- isHiddenPath(String) - Method in class com.cksource.ckfinder.filesystem.Backend
-
Checks if folder path is hidden.
- isImageSizeAllowedInConfig(ImageSize) - Method in class com.cksource.ckfinder.image.ResizedImageManager
-
Checks if given image size is allowed in config.
- isJsonData(HttpServletRequest) - Method in class com.cksource.ckfinder.http.request.JsonDataResolver
-
Checks if current request carries JSON data to process.
- isLazyLoaded() - Method in class com.cksource.ckfinder.config.Config.ResourceType
-
- isSupportedFormat(String) - Static method in class com.cksource.ckfinder.image.Image
-
Checks if given image file name extension is supported.
- isValidFileName(String) - Method in class com.cksource.ckfinder.filesystem.Backend
-
Checks if given file name is valid.
- isValidFileName(String, boolean) - Static method in class com.cksource.ckfinder.utils.PathUtils
-
Validates file name.
- isValidFolderName(String) - Method in class com.cksource.ckfinder.filesystem.Backend
-
Checks if given folder name is valid.
- isValidFolderName(String, boolean) - Static method in class com.cksource.ckfinder.utils.PathUtils
-
Validates folder name.
- isValidPath(String) - Static method in class com.cksource.ckfinder.utils.PathUtils
-
Validates path.
- isValidRequest(HttpServletRequest) - Method in interface com.cksource.ckfinder.http.request.CsrfTokenValidator
-
Checks if current HTTP request contains a valid CSRF token.
- isValidRequest(HttpServletRequest) - Method in class com.cksource.ckfinder.http.request.DoubleSubmitCookieCsrfTokenValidator
-
Checks if the request contains a valid CSRF token.
- readFile(ResourceType, String, String) - Method in class com.cksource.ckfinder.filesystem.Backend
-
Returns the data stream of file under given location.
- readFile(String) - Method in class com.cksource.ckfinder.filesystem.Backend
-
Returns the data stream of file under given location.
- readFile(String) - Method in class com.cksource.ckfinder.filesystem.WorkingFolder
-
- registerCommand(Class<? extends Command>) - Method in class com.cksource.ckfinder.command.CommandFactory
-
Registers the command class in CKFinder.
- registeredProviders - Variable in class com.cksource.ckfinder.filesystem.FileSystemFactory
-
- registerProvider(String, FileSystemProvider) - Method in class com.cksource.ckfinder.filesystem.FileSystemFactory
-
- registerResponseWriter(ResponseWriter) - Method in class com.cksource.ckfinder.http.response.MessageConverter
-
Registers response writer.
- remove(String) - Method in class com.cksource.ckfinder.cache.BackendCache
-
- remove(String) - Method in interface com.cksource.ckfinder.cache.Cache
-
Removes the data stored under given key.
- removeByPrefix(String) - Method in class com.cksource.ckfinder.cache.BackendCache
-
- removeByPrefix(String) - Method in interface com.cksource.ckfinder.cache.Cache
-
Removes all cache entries that share the same key prefix.
- rename(String) - Method in class com.cksource.ckfinder.filesystem.WorkingFolder
-
Renames the folder of current working directory.
- RenameFile - Class in com.cksource.ckfinder.command
-
- RenameFile() - Constructor for class com.cksource.ckfinder.command.RenameFile
-
- renameFile(ResourceType, String, String, String, boolean) - Method in class com.cksource.ckfinder.filesystem.Backend
-
Renames file under given location.
- renameFile(ResourceType, String, String, String) - Method in class com.cksource.ckfinder.filesystem.Backend
-
Renames file under given location (ignores hidden files).
- renameFile(String, String) - Method in class com.cksource.ckfinder.filesystem.WorkingFolder
-
Renames file in current working directory.
- RenameFolder - Class in com.cksource.ckfinder.command
-
- RenameFolder() - Constructor for class com.cksource.ckfinder.command.RenameFolder
-
- renameFolder(ResourceType, String, String, String, boolean, boolean) - Method in class com.cksource.ckfinder.filesystem.Backend
-
Renames folder under given location.
- renameFolder(String, String) - Method in class com.cksource.ckfinder.filesystem.Backend
-
Renames folder under given location.
- renameFolder(ResourceType, String, String, String) - Method in class com.cksource.ckfinder.filesystem.Backend
-
Renames folder under given location.
- renameResizedImages(ResourceType, String, String, String) - Method in class com.cksource.ckfinder.image.ResizedImageManager
-
Renames all resized versions of images when the main image file is renamed.
- replaceFromMap(String, Map<String, String>) - Static method in class com.cksource.ckfinder.utils.StringUtils
-
Replaces all the occurrences of characters with their replacements defined in provided map.
- request - Variable in class com.cksource.ckfinder.command.FileUpload
-
- request - Variable in class com.cksource.ckfinder.command.MultiFileCommand
-
- request - Variable in class com.cksource.ckfinder.command.SaveImage
-
- request - Variable in class com.cksource.ckfinder.event.RequestContextAwareEvent
-
- request - Variable in class com.cksource.ckfinder.filesystem.WorkingFolder
-
- RequestContextAwareEvent - Class in com.cksource.ckfinder.event
-
Base class for request context aware events.
- RequestContextAwareEvent(Object, HttpServletRequest, HttpServletResponse) - Constructor for class com.cksource.ckfinder.event.RequestContextAwareEvent
-
Constructs the event.
- RequestEvent - Class in com.cksource.ckfinder.event
-
The RequestEvent event class.
- RequestEvent(Object, HttpServletRequest, HttpServletResponse) - Constructor for class com.cksource.ckfinder.event.RequestEvent
-
Constructs the event.
- RequiredMethod - Annotation Type in com.cksource.ckfinder.annotation
-
Annotation used to define the HTTP method expected by concrete
Command
.
- RequiredPermissions - Annotation Type in com.cksource.ckfinder.annotation
-
Annotation used to define permission required by concrete
Command
.
- resize(int, int, int) - Method in class com.cksource.ckfinder.image.Image
-
Resizes this image to given dimensions using given quality.
- resize(ImageSize) - Method in class com.cksource.ckfinder.image.Image
-
Rescales this image to given dimensions defined in
ImageSize
.
- ResizedImage - Class in com.cksource.ckfinder.image
-
Class representing resized image file.
- ResizedImage(InputStream, String) - Constructor for class com.cksource.ckfinder.image.ResizedImage
-
Constructs resized image using image data stream and mime type.
- resizedImageManager - Variable in class com.cksource.ckfinder.command.FileUpload
-
- resizedImageManager - Variable in class com.cksource.ckfinder.command.MultiFileCommand
-
- resizedImageManager - Variable in class com.cksource.ckfinder.command.RenameFile
-
- ResizedImageManager - Class in com.cksource.ckfinder.image
-
Request scoped service used for resized images processing.
- ResizedImageManager() - Constructor for class com.cksource.ckfinder.image.ResizedImageManager
-
- resolveCommand(String, HttpServletRequest, HttpServletResponse) - Method in class com.cksource.ckfinder.CKFinder
-
Resolves the concrete
Command
class instance to handle current HTTP request.
- ResolveCommandEvent - Class in com.cksource.ckfinder.event
-
The ResolveCommandEvent event class.
- ResolveCommandEvent(Object, String, HttpServletRequest, HttpServletResponse) - Constructor for class com.cksource.ckfinder.event.ResolveCommandEvent
-
Constructs the event.
- ResolveCommandEventListener - Class in com.cksource.ckfinder.listener
-
Event listener that resolves the
Command
to handle current HTTP request.
- ResolveCommandEventListener() - Constructor for class com.cksource.ckfinder.listener.ResolveCommandEventListener
-
- resolveJsonData(HttpServletRequest) - Method in class com.cksource.ckfinder.http.request.JsonDataResolver
-
Resolves JSON data for current HTTP request.
- ResourceType() - Constructor for class com.cksource.ckfinder.config.Config.ResourceType
-
- resourceType - Variable in class com.cksource.ckfinder.filesystem.WorkingFolder
-
- ResourceType - Class in com.cksource.ckfinder.resourcetype
-
Defines a resource type.
- ResourceType(Config.ResourceType, Backend) - Constructor for class com.cksource.ckfinder.resourcetype.ResourceType
-
- resourceTypeFactory - Variable in class com.cksource.ckfinder.command.MultiFileCommand
-
- ResourceTypeFactory - Class in com.cksource.ckfinder.resourcetype
-
Request scoped resource types factory.
- ResourceTypeFactory() - Constructor for class com.cksource.ckfinder.resourcetype.ResourceTypeFactory
-
- response - Variable in class com.cksource.ckfinder.event.RequestContextAwareEvent
-
- responseEntity - Variable in class com.cksource.ckfinder.event.ExceptionEvent
-
- ResponseEvent - Class in com.cksource.ckfinder.event
-
The ResponseEvent event class.
- ResponseEvent(Object, HttpServletRequest, HttpServletResponse, ResponseEntity) - Constructor for class com.cksource.ckfinder.event.ResponseEvent
-
Constructs the event.
- ResponseWriter - Class in com.cksource.ckfinder.http.response.writer
-
Base class for response writers.
- ResponseWriter() - Constructor for class com.cksource.ckfinder.http.response.writer.ResponseWriter
-
- S3FileSystemProvider - Class in com.cksource.ckfinder.filesystem.provider
-
- S3FileSystemProvider() - Constructor for class com.cksource.ckfinder.filesystem.provider.S3FileSystemProvider
-
- sanitizeFileName(ResourceType, String) - Method in class com.cksource.ckfinder.filesystem.Backend
-
Sanitizes current file name.
- sanitizeFileName(String, boolean, boolean) - Static method in class com.cksource.ckfinder.utils.PathUtils
-
Sanitizes file name (replaces unsafe characters, replaces non-ASCIi characters with their ASCII counterparts).
- SaveImage - Class in com.cksource.ckfinder.command
-
- SaveImage() - Constructor for class com.cksource.ckfinder.command.SaveImage
-
- secureImageUploadsEnabled() - Method in class com.cksource.ckfinder.config.Config
-
- serializedBaseConfig - Variable in class com.cksource.ckfinder.config.ConfigFactory
-
- serveStaticResource(HttpServletRequest, HttpServletResponse) - Method in class com.cksource.ckfinder.servlet.StaticResourcesHandler
-
Handles the request and returns the response containing the requested static content.
- serveStaticResources() - Method in class com.cksource.ckfinder.config.Config
-
- servletContext - Variable in class com.cksource.ckfinder.command.Proxy
-
- servletContext - Variable in class com.cksource.ckfinder.servlet.StaticResourcesHandler
-
- SessionRoleProvider - Class in com.cksource.ckfinder.acl.role
-
- SessionRoleProvider() - Constructor for class com.cksource.ckfinder.acl.role.SessionRoleProvider
-
- set(String, InputStream) - Method in class com.cksource.ckfinder.cache.BackendCache
-
- set(String, String) - Method in class com.cksource.ckfinder.cache.BackendCache
-
- set(String, InputStream) - Method in interface com.cksource.ckfinder.cache.Cache
-
- set(String, String) - Method in interface com.cksource.ckfinder.cache.Cache
-
- setAccessControl(ArrayList<AclRule>) - Method in class com.cksource.ckfinder.config.Config
-
- setAclResult(AclResult) - Method in class com.cksource.ckfinder.filesystem.node.Folder
-
Sets ACL result computed for this folder.
- setAdapter(String) - Method in class com.cksource.ckfinder.config.Config.Backend
-
- setAllowedExtensions(String) - Method in class com.cksource.ckfinder.config.Config.ResourceType
-
- setBackend(String) - Method in class com.cksource.ckfinder.config.Config.PrivateDir
-
- setBackend(String) - Method in class com.cksource.ckfinder.config.Config.ResourceType
-
- setBackends(ArrayList<Config.Backend>) - Method in class com.cksource.ckfinder.config.Config
-
- setBaseUrl(String) - Method in class com.cksource.ckfinder.config.Config.Backend
-
- setBytes(byte[]) - Method in class com.cksource.ckfinder.filesystem.UploadedFile
-
Sets contents of this file.
- setCache(Config.Cache) - Method in class com.cksource.ckfinder.config.Config
-
- setCheckDoubleExtension(boolean) - Method in class com.cksource.ckfinder.config.Config.Backend
-
- setCheckSizeAfterScaling(boolean) - Method in class com.cksource.ckfinder.config.Config
-
- setCommand(Command) - Method in class com.cksource.ckfinder.event.ResolveCommandEvent
-
Sets the command instance which will be used to handle the current HTTP request.
- setConfig(Config) - Method in class com.cksource.ckfinder.event.LoadConfigEvent
-
Sets the base configuration object.
- setCsrfProtection(boolean) - Method in class com.cksource.ckfinder.config.Config
-
- setData(String) - Method in class com.cksource.ckfinder.config.Config.PrivateDir
-
- setDeniedExtensions(String) - Method in class com.cksource.ckfinder.config.Config.ResourceType
-
- setDirectory(String) - Method in class com.cksource.ckfinder.config.Config.ResourceType
-
- setDisallowUnsafeCharacters(boolean) - Method in class com.cksource.ckfinder.config.Config.Backend
-
- setEnabled(boolean) - Method in class com.cksource.ckfinder.config.Config.Thumbnails
-
- setExtraHeaders(Map<String, String>) - Method in class com.cksource.ckfinder.config.Config
-
- setFileName(String) - Method in class com.cksource.ckfinder.filesystem.UploadedFile
-
Sets file name.
- setFileName(String, int) - Method in class com.cksource.ckfinder.filesystem.UploadedFile
-
Sets file name and reason for changing the file name, e.g.
- setFileName(String) - Method in class com.cksource.ckfinder.image.ResizedImage
-
Sets the file name of this resized image.
- setFileSystemOptions(HashMap<String, Object>) - Method in class com.cksource.ckfinder.config.Config.Backend
-
- setFolder(String) - Method in class com.cksource.ckfinder.acl.AclRule
-
Sets the folder path for this ACL rule.
- setForceAscii(boolean) - Method in class com.cksource.ckfinder.config.Config.Backend
-
- setHasChildren(boolean) - Method in class com.cksource.ckfinder.filesystem.node.Folder
-
Sets flag telling if this folder has subfolders.
- setHeight(int) - Method in class com.cksource.ckfinder.image.ImageSize
-
Sets image height.
- setHideFiles(List<String>) - Method in class com.cksource.ckfinder.config.Config.Backend
-
- setHideFolders(List<String>) - Method in class com.cksource.ckfinder.config.Config.Backend
-
- setHtmlExtensions(List<String>) - Method in class com.cksource.ckfinder.config.Config.Backend
-
- setHttpStatus(HttpStatus) - Method in exception com.cksource.ckfinder.exception.CKFinderException
-
Sets the HTTP status code to use in the response.
- setImagePreview(int) - Method in class com.cksource.ckfinder.config.Config.Cache
-
- setImages(Config.Images) - Method in class com.cksource.ckfinder.config.Config
-
- setLabel(String) - Method in class com.cksource.ckfinder.config.Config.ResourceType
-
- setLastModifiedTime(FileTime) - Method in class com.cksource.ckfinder.filesystem.node.File
-
Sets last modification time.
- setLazyLoaded(boolean) - Method in class com.cksource.ckfinder.config.Config.ResourceType
-
- setLicenseKey(String) - Method in class com.cksource.ckfinder.config.Config
-
- setLicenseName(String) - Method in class com.cksource.ckfinder.config.Config
-
- setMaxHeight(int) - Method in class com.cksource.ckfinder.config.Config.Images
-
- setMaxSize(long) - Method in class com.cksource.ckfinder.config.Config.ResourceType
-
- setMaxWidth(int) - Method in class com.cksource.ckfinder.config.Config.Images
-
- setName(String) - Method in class com.cksource.ckfinder.config.Config.Backend
-
- setName(String) - Method in class com.cksource.ckfinder.config.Config.ResourceType
-
- setName(String) - Method in class com.cksource.ckfinder.filesystem.node.File
-
Sets this file name.
- setName(String) - Method in class com.cksource.ckfinder.filesystem.node.Folder
-
Sets this folder name.
- setOverwriteOnUpload(boolean) - Method in class com.cksource.ckfinder.config.Config.Backend
-
- setPath(String) - Method in class com.cksource.ckfinder.config.Config.PrivateDir
-
- setPermission(Permission, boolean) - Method in class com.cksource.ckfinder.acl.AclRule
-
Sets the permission for this ACL rule.
- setPrivateDir(Config.PrivateDir) - Method in class com.cksource.ckfinder.config.Config
-
- setProxyCommand(int) - Method in class com.cksource.ckfinder.config.Config.Cache
-
- setQuality(int) - Method in class com.cksource.ckfinder.config.Config.Images
-
- setQuality(int) - Method in class com.cksource.ckfinder.image.ImageSize
-
Sets image quality.
- setResourceType(String) - Method in class com.cksource.ckfinder.acl.AclRule
-
Sets the resource type for this ACL rule.
- setResourceTypes(ArrayList<Config.ResourceType>) - Method in class com.cksource.ckfinder.config.Config
-
- setResponseEntity(ResponseEntity) - Method in class com.cksource.ckfinder.event.AfterCommandEvent
-
Sets response entity object that will be used to build HTTP response for current request.
- setResponseEntity(ResponseEntity) - Method in class com.cksource.ckfinder.event.BeforeCommandEvent
-
Sets response entity object that will be used to build HTTP response for current request.
- setResponseEntity(ResponseEntity) - Method in class com.cksource.ckfinder.event.ExceptionEvent
-
Sets response entity to build the HTTP response for this exception.
- setResponseEntity(ResponseEntity) - Method in class com.cksource.ckfinder.event.RequestEvent
-
Sets response entity for this event.
- setResponseEntity(ResponseEntity) - Method in class com.cksource.ckfinder.event.ResponseEvent
-
Sets response entity object used to build current HTTP response.
- setRole(String) - Method in class com.cksource.ckfinder.acl.AclRule
-
Sets the user role for this ACL rule.
- setRoleSessionAttribute(String) - Method in class com.cksource.ckfinder.config.Config
-
- setRoot(String) - Method in class com.cksource.ckfinder.config.Config.Backend
-
- setSecureImageUploads(boolean) - Method in class com.cksource.ckfinder.config.Config
-
- setServeStaticResources(boolean) - Method in class com.cksource.ckfinder.config.Config
-
- setSize(long) - Method in class com.cksource.ckfinder.filesystem.node.File
-
Sets file size.
- setSizes(Map<String, ImageSize>) - Method in class com.cksource.ckfinder.config.Config.Images
-
- setSizes(List<ImageSize>) - Method in class com.cksource.ckfinder.config.Config.Thumbnails
-
- setThumbnails(int) - Method in class com.cksource.ckfinder.config.Config.Cache
-
- setThumbnails(Config.Thumbnails) - Method in class com.cksource.ckfinder.config.Config
-
- setThumbs(String) - Method in class com.cksource.ckfinder.config.Config.PrivateDir
-
- setToCommaDelimitedString(Set<String>) - Static method in class com.cksource.ckfinder.utils.StringUtils
-
Produces a comma-delimited string from given set.
- setUseProxyCommand(boolean) - Method in class com.cksource.ckfinder.config.Config.Backend
-
- setWidth(int) - Method in class com.cksource.ckfinder.image.ImageSize
-
Sets image width.
- SOURCE_AND_TARGET_PATH_EQUAL - Static variable in interface com.cksource.ckfinder.error.ErrorCode
-
- STATIC_CONTENT_LOCATION - Static variable in class com.cksource.ckfinder.servlet.StaticResourcesHandler
-
CKFinder static contents location in resources.
- staticResourcesHandler - Variable in class com.cksource.ckfinder.CKFinder
-
- StaticResourcesHandler - Class in com.cksource.ckfinder.servlet
-
Serves static resources.
- StaticResourcesHandler() - Constructor for class com.cksource.ckfinder.servlet.StaticResourcesHandler
-
- streamContainsHtmlData(InputStream) - Static method in class com.cksource.ckfinder.utils.ValidationUtils
-
Detect HTML in the first KB to prevent against potential security issue.
- StreamResponseWriter - Class in com.cksource.ckfinder.http.response.writer
-
- StreamResponseWriter() - Constructor for class com.cksource.ckfinder.http.response.writer.StreamResponseWriter
-
- StringUtils - Class in com.cksource.ckfinder.utils
-
- StringUtils() - Constructor for class com.cksource.ckfinder.utils.StringUtils
-