A B C D E F G H I J K L M N P Q R S T U V W X

A

AbstractLocalFileSystemConnector - Class in net.fckeditor.connector.impl
Abstract local filesystem backend connector.
AbstractLocalFileSystemConnector() - Constructor for class net.fckeditor.connector.impl.AbstractLocalFileSystemConnector
 
AcceptLanguageHeaderResolver - Class in net.fckeditor.localization.impl
HTTP header implementation of the locale resolver.
AcceptLanguageHeaderResolver() - Constructor for class net.fckeditor.localization.impl.AcceptLanguageHeaderResolver
 
addAttribute(String, String) - Method in class net.fckeditor.tool.XHtmlTagTool
Adds an attribute to this tag.

B

beginRequest(HttpServletRequest) - Static method in class net.fckeditor.requestcycle.ThreadLocalData
Initializes the current request cycle.

C

check(String) - Static method in class net.fckeditor.tool.Compatibility
Checks if a browser's user agent string is compatible with the FCKeditor.
checkDirAndCreate(File) - Static method in class net.fckeditor.tool.UtilsFile
Checks a directory for existence and creates it if non-existent.
CheckTag - Class in net.fckeditor.tags
Displays information about browser and user capabilities.
CheckTag() - Constructor for class net.fckeditor.tags.CheckTag
 
Command - Class in net.fckeditor.handlers
File Browser GET and POST commands.
Compatibility - Class in net.fckeditor.tool
Checks browser compatibility with the editor.
Compatibility() - Constructor for class net.fckeditor.tool.Compatibility
 
ConfigTag - Class in net.fckeditor.tags
Sets configuration options in the surrounding editor tag only.
ConfigTag() - Constructor for class net.fckeditor.tags.ConfigTag
 
Connector - Interface in net.fckeditor.connector
Backend interface of a File Browser connector.
ConnectorServlet - Class in net.fckeditor.connector
Connector servlet of the File Browser.
ConnectorServlet() - Constructor for class net.fckeditor.connector.ConnectorServlet
 
Context - Class in net.fckeditor.requestcycle
Maintains base/common request parameters from the File Browser.
Context(HttpServletRequest) - Constructor for class net.fckeditor.requestcycle.Context
Sole class constructor.
ContextConnector - Class in net.fckeditor.connector.impl
Context filesystem backend connector.
ContextConnector() - Constructor for class net.fckeditor.connector.impl.ContextConnector
 
ContextPathBuilder - Class in net.fckeditor.requestcycle.impl
UserPathBuilder implementation which always returns static userfiles paths with prepended context path.
ContextPathBuilder() - Constructor for class net.fckeditor.requestcycle.impl.ContextPathBuilder
 
CREATE_FOLDER - Static variable in class net.fckeditor.handlers.Command
GET command CreateFolder
createFolder(ResourceType, String, String) - Method in interface net.fckeditor.connector.Connector
Creates a new folder on the backend.
createFolder(ResourceType, String, String) - Method in class net.fckeditor.connector.impl.AbstractLocalFileSystemConnector
 
createHtml() - Method in class net.fckeditor.FCKeditor
Creates the HTML representation of this editor instance.

D

DisabledUserAction - Class in net.fckeditor.requestcycle.impl
UserAction implementation which always returns false.
DisabledUserAction() - Constructor for class net.fckeditor.requestcycle.impl.DisabledUserAction
 
Dispatcher - Class in net.fckeditor.connector
File Browser request dispatcher.
Dispatcher(ServletContext) - Constructor for class net.fckeditor.connector.Dispatcher
Initializes this dispatcher.
document - Variable in class net.fckeditor.response.GetResponse
Underlying DOM document
doEndTag() - Method in class net.fckeditor.tags.EditorTag
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class net.fckeditor.connector.ConnectorServlet
Passes a GET request to the dispatcher.
doGet(HttpServletRequest) - Method in class net.fckeditor.connector.Dispatcher
Called by the connector servlet to handle a GET request.
doPost(HttpServletRequest, HttpServletResponse) - Method in class net.fckeditor.connector.ConnectorServlet
Passes a POST request to the dispatcher.
doPost(HttpServletRequest) - Method in class net.fckeditor.connector.Dispatcher
Called by the connector servlet to handle a POST request.
doStartTag() - Method in class net.fckeditor.tags.CheckTag
 
doStartTag() - Method in class net.fckeditor.tags.ConfigTag
 
doStartTag() - Method in class net.fckeditor.tags.EditorTag
 

E

EditorTag - Class in net.fckeditor.tags
Tag creates and configures a FCKeditor instance.
EditorTag() - Constructor for class net.fckeditor.tags.EditorTag
 
EMPTY_STRING - Static variable in class net.fckeditor.tool.Utils
The empty string "".
EN_CREATE_FOLDER_SECURITY_ERROR - Static variable in class net.fckeditor.response.GetResponse
Error number SECURITY ERROR
EN_CUSTOM_ERROR - Static variable in class net.fckeditor.response.GetResponse
Error number CUSTOM ERROR
EN_CUSTOM_ERROR - Static variable in class net.fckeditor.response.UploadResponse
Error number CUSTOM ERROR
EN_CUSTOM_WARNING - Static variable in class net.fckeditor.response.UploadResponse
Error number CUSTOM WARNING
EN_FILE_RENAMED_WARNING - Static variable in class net.fckeditor.response.UploadResponse
Error number FILE RENAMED WARNING
EN_FOLDER_ALREADY_EXISTS_ERROR - Static variable in class net.fckeditor.response.GetResponse
Error number FOLDER ALREADY EXISTS
EN_INVALID_FILE_TYPE_ERROR - Static variable in class net.fckeditor.response.UploadResponse
Error number INVALID FILE TYPE
EN_INVALID_NEW_FOLDER_NAME_ERROR - Static variable in class net.fckeditor.response.GetResponse
Error number INVALID NEW FOLDER NAME
EN_OK - Static variable in class net.fckeditor.response.GetResponse
Error number OK
EN_OK - Static variable in class net.fckeditor.response.UploadResponse
Error number OK
EN_SECURITY_ERROR - Static variable in class net.fckeditor.response.UploadResponse
Error number SECURITY ERROR
EN_UKNOWN_CREATE_FOLDER_ERROR - Static variable in class net.fckeditor.response.GetResponse
Error number UNKNOWN ERROR
EnabledUserAction - Class in net.fckeditor.requestcycle.impl
UserAction implementation which always returns true.
EnabledUserAction() - Constructor for class net.fckeditor.requestcycle.impl.EnabledUserAction
 
endRequest() - Static method in class net.fckeditor.requestcycle.ThreadLocalData
Terminates the current request cycle.
equals(Object) - Method in class net.fckeditor.handlers.Command
Compares the specified object with this command for equality.
equals(Object) - Method in class net.fckeditor.handlers.ResourceType
Compares the specified object with this resource type for equality.
errorElement - Variable in class net.fckeditor.response.GetResponse
Error element, in case of an invalid request

F

FCKeditor - Class in net.fckeditor
Java representation of the FCKeditor.
FCKeditor(HttpServletRequest, String, String, String, String, String, String, String) - Constructor for class net.fckeditor.FCKeditor
Class constructor with all parameters.
FCKeditor(HttpServletRequest, String, String, String, String, String, String) - Constructor for class net.fckeditor.FCKeditor
Class constructor with a extended set of parameters.
FCKeditor(HttpServletRequest, String) - Constructor for class net.fckeditor.FCKeditor
Class constructor with a minimal set of parameters.
FCKeditor(HttpServletRequest, String, String) - Constructor for class net.fckeditor.FCKeditor
Class constructor with a basic set of parameters.
FCKeditorConfig - Class in net.fckeditor
Java representation of the FCKConfig object from the editor.
FCKeditorConfig() - Constructor for class net.fckeditor.FCKeditorConfig
 
FILE - Static variable in class net.fckeditor.handlers.ResourceType
Resource type File
FILE_UPLOAD - Static variable in class net.fckeditor.handlers.Command
POST command FileUpload
filesElement - Variable in class net.fckeditor.response.GetResponse
Files element, in case of a GetResources request
fileUpload(ResourceType, String, String, InputStream) - Method in interface net.fckeditor.connector.Connector
Uploads a new file on to the backend.
fileUpload(ResourceType, String, String, InputStream) - Method in class net.fckeditor.connector.impl.AbstractLocalFileSystemConnector
 
fileUrl(String, ResourceType, String, String) - Static method in class net.fckeditor.tool.UtilsResponse
Assembles a file URL for the File Browser.
FLASH - Static variable in class net.fckeditor.handlers.ResourceType
Resource type Flash
FolderAlreadyExistsException - Exception in net.fckeditor.connector.exception
Thrown to indicate that the requested folder cannot be created because it already exists.
FolderAlreadyExistsException() - Constructor for exception net.fckeditor.connector.exception.FolderAlreadyExistsException
 
foldersElement - Variable in class net.fckeditor.response.GetResponse
Folders element, in case of a GetResources request
forceSingleExtension(String) - Static method in class net.fckeditor.tool.UtilsFile
Replaces all dots in a filename with underscores except the last one.

G

GET_FOLDERS - Static variable in class net.fckeditor.handlers.Command
GET command GetFolders
GET_FOLDERS_AND_FILES - Static variable in class net.fckeditor.handlers.Command
GET command GetFoldersAndFiles
getAllowedEextensions() - Method in class net.fckeditor.handlers.ResourceType
Returns a read-only reference to the allowed extensions set.
getCommand(String) - Static method in class net.fckeditor.handlers.Command
Returns the command constant with the specified name.
getCommand() - Method in class net.fckeditor.requestcycle.Context
Returns a command instance for the command parameter.
getCommandStr() - Method in class net.fckeditor.requestcycle.Context
Returns the command parameter of this context.
getCompatibleBrowserNo() - Method in class net.fckeditor.localization.LocalizedMessages
Returns localized editor.compatibleBrowser.no property.
getCompatibleBrowserYes() - Method in class net.fckeditor.localization.LocalizedMessages
Returns localized editor.compatibleBrowser.yes property.
getConfig(String) - Method in class net.fckeditor.FCKeditor
Returns a configuration option.
getConnectorImpl() - Static method in class net.fckeditor.handlers.PropertiesLoader
Returns connector.impl property
getContext() - Static method in class net.fckeditor.requestcycle.ThreadLocalData
Returns the current context instance.
getCreateFolderDisabled() - Method in class net.fckeditor.localization.LocalizedMessages
Returns localized connector.createFolder.disabled property.
getCreateFolderDisabledError() - Static method in class net.fckeditor.response.GetResponse
Creates a CREATE FOLDER DISABLED error.
getCreateFolderEnabled() - Method in class net.fckeditor.localization.LocalizedMessages
Returns localized connector.createFolder.enabled property.
getCreateFolderWriteError() - Method in class net.fckeditor.localization.LocalizedMessages
Returns localized connector.createFolder.write_error property.
getCreateFolderWriteError() - Static method in class net.fckeditor.response.GetResponse
Creates a CREATE FOLDER WRITE error.
getCurrentFolderStr() - Method in class net.fckeditor.requestcycle.Context
Returns the current folder parameter of this context.
getDefaultResourceType(String) - Static method in class net.fckeditor.handlers.ResourceType
Returns the resource type constant with the specified name.
getDefaultResourceType() - Method in class net.fckeditor.requestcycle.Context
Returns a default resource type instance for the type parameter.
getDeniedExtensions() - Method in class net.fckeditor.handlers.ResourceType
Returns a read-only reference to the denied extensions set.
getEditorBasePath() - Static method in class net.fckeditor.handlers.PropertiesLoader
Returns fckeditor.basePath property
getEditorHeight() - Static method in class net.fckeditor.handlers.PropertiesLoader
Returns fckeditor.height property
getEditorToolbarSet() - Static method in class net.fckeditor.handlers.PropertiesLoader
Returns fckeditor.toolbarSet property
getEditorWidth() - Static method in class net.fckeditor.handlers.PropertiesLoader
Returns fckeditor.width property
getFileRenamedWarning(String) - Method in class net.fckeditor.localization.LocalizedMessages
Returns localized connector.file_renamed_warning property.
getFileRenamedWarning(String, String) - Static method in class net.fckeditor.response.UploadResponse
Creates a FILE RENAMED warning.
getFileResourceTypeAllowedExtensions() - Static method in class net.fckeditor.handlers.PropertiesLoader
Returns connector.resourceType.file.extensions.allowed property
getFileResourceTypeDeniedExtensions() - Static method in class net.fckeditor.handlers.PropertiesLoader
Returns connector.resourceType.file.extensions.denied property
getFileResourceTypePath() - Static method in class net.fckeditor.handlers.PropertiesLoader
Returns connector.resourceType.file.path property
getFiles(ResourceType, String) - Method in interface net.fckeditor.connector.Connector
Returns a list of file attributes from the backend.
getFiles(ResourceType, String) - Method in class net.fckeditor.connector.impl.AbstractLocalFileSystemConnector
 
getFileUploadDisabled() - Method in class net.fckeditor.localization.LocalizedMessages
Returns localized connector.fileUpload.disabled property.
getFileUploadDisabledError() - Static method in class net.fckeditor.response.UploadResponse
Creates a FILE UPLOAD DISABLED error.
getFileUploadEnabled() - Method in class net.fckeditor.localization.LocalizedMessages
Returns localized connector.fileUpload.enabled property.
getFileUploadWriteError() - Method in class net.fckeditor.localization.LocalizedMessages
Returns localized connector.fileUpload.write_error property.
getFileUploadWriteError() - Static method in class net.fckeditor.response.UploadResponse
Creates a FILE UPLOAD WRITE error.
getFlashResourceTypeAllowedExtensions() - Static method in class net.fckeditor.handlers.PropertiesLoader
Returns connector.resourceType.flash.extensions.allowed property
getFlashResourceTypeDeniedExtensions() - Static method in class net.fckeditor.handlers.PropertiesLoader
Returns connector.resourceType.flash.extensions.denied property
getFlashResourceTypePath() - Static method in class net.fckeditor.handlers.PropertiesLoader
Returns connector.resourceType.flash.path property
getFolderAlreadyExistsError() - Method in class net.fckeditor.localization.LocalizedMessages
Returns localized connector.createFolder.folder_already_exists_error property.
getFolderAlreadyExistsError() - Static method in class net.fckeditor.response.GetResponse
Creates a FOLDER ALREADY EXISTS error.
getFolders(ResourceType, String) - Method in interface net.fckeditor.connector.Connector
Returns a list of folders from the backend.
getFolders(ResourceType, String) - Method in class net.fckeditor.connector.impl.AbstractLocalFileSystemConnector
 
getGetResourcesDisabled() - Method in class net.fckeditor.localization.LocalizedMessages
Returns localized connector.getResources.disabled property.
getGetResourcesDisabledError() - Static method in class net.fckeditor.response.GetResponse
Creates a GET RESOURCES DISABLED error.
getGetResourcesEnabled() - Method in class net.fckeditor.localization.LocalizedMessages
Returns localized connector.getResources.enabled property.
getGetResourcesReadError() - Method in class net.fckeditor.localization.LocalizedMessages
Returns localized connector.getResources.read_error property.
getGetResourcesReadError() - Static method in class net.fckeditor.response.GetResponse
Creates a GET RESOURCES READ error.
getImageResourceTypeAllowedExtensions() - Static method in class net.fckeditor.handlers.PropertiesLoader
Returns connector.resourceType.image.extensions.allowed property
getImageResourceTypeDeniedExtensions() - Static method in class net.fckeditor.handlers.PropertiesLoader
Returns connector.resourceType.image.extensions.denied property
getImageResourceTypePath() - Static method in class net.fckeditor.handlers.PropertiesLoader
Returns connector.resourceType.image.path property
getInstance(HttpServletRequest) - Static method in class net.fckeditor.localization.LocalizedMessages
Returns an instance of LocalizedMessages for a given request.
getInvalidCommandError() - Static method in class net.fckeditor.response.GetResponse
Creates an INVALID COMMAND error.
getInvalidCommandError() - Static method in class net.fckeditor.response.UploadResponse
Creates a INVALID COMMAND error.
getInvalidCommandSpecified() - Method in class net.fckeditor.localization.LocalizedMessages
Returns localized connector.invalid_command_specified property.
getInvalidCurrentFolderError() - Static method in class net.fckeditor.response.GetResponse
Creates an INVALID CURRENT FOLDER error.
getInvalidCurrentFolderError() - Static method in class net.fckeditor.response.UploadResponse
Creates a INVALID CURRENT FOLDER error.
getInvalidCurrentFolderSpecified() - Method in class net.fckeditor.localization.LocalizedMessages
Returns localized connector.invalid_current_folder_specified property.
getInvalidFileTypeError() - Static method in class net.fckeditor.response.UploadResponse
Creates a INVALID FILE TYPE error.
getInvalidFileTypeSpecified() - Method in class net.fckeditor.localization.LocalizedMessages
Returns localized connector.fileUpload.invalid_file_type_specified property.
getInvalidNewFolderNameError() - Static method in class net.fckeditor.response.GetResponse
Creates an INVALID NEW FOLDER NAME error.
getInvalidNewFolderNameSpecified() - Method in class net.fckeditor.localization.LocalizedMessages
Returns localized connector.createFolder.invalid_new_folder_name_specified property.
getInvalidResouceTypeSpecified() - Method in class net.fckeditor.localization.LocalizedMessages
Returns localized connector.invalid_resource_type_specified property.
getInvalidResourceTypeError() - Static method in class net.fckeditor.response.GetResponse
Creates an INVALID RESOURCE TYPE error.
getInvalidResourceTypeError() - Static method in class net.fckeditor.response.UploadResponse
Creates a INVALID RESOURCE TYPE error.
getLocaleResolverImpl() - Static method in class net.fckeditor.handlers.PropertiesLoader
Returns connector.localeResolverImpl property
getMediaResourceTypeAllowedExtensions() - Static method in class net.fckeditor.handlers.PropertiesLoader
Returns connector.resourceType.media.extensions.allowed property
getMediaResourceTypeDeniedExtensions() - Static method in class net.fckeditor.handlers.PropertiesLoader
Returns connector.resourceType.media.extensions.denied property
getMediaResourceTypePath() - Static method in class net.fckeditor.handlers.PropertiesLoader
Returns connector.resourceType.media.path property
getName() - Method in class net.fckeditor.handlers.Command
Returns the name of this command.
getName() - Method in class net.fckeditor.handlers.ResourceType
Returns the name of this resource type.
getOK() - Static method in class net.fckeditor.response.GetResponse
Creates an OK response.
getOK(String) - Static method in class net.fckeditor.response.UploadResponse
Creates an OK response.
getOrCreateResourceTypeDir(String, ResourceType) - Static method in class net.fckeditor.connector.impl.AbstractLocalFileSystemConnector
Returns a file reference to a created resource type directory.
getPath() - Method in class net.fckeditor.handlers.ResourceType
Returns the absolute path of this resource type.
getProperty(String) - Static method in class net.fckeditor.handlers.PropertiesLoader
Searches for the property with the specified key in this property list.
getRealUserFilesAbsolutePath(String) - Method in class net.fckeditor.connector.impl.AbstractLocalFileSystemConnector
Resolves a provided userfiles absolute path against a specific backend.
getRealUserFilesAbsolutePath(String) - Method in class net.fckeditor.connector.impl.ContextConnector
Resolves the userfiles absolute path against the current context real path.
getRealUserFilesAbsolutePath(String) - Method in class net.fckeditor.connector.impl.LocalConnector
Returns the passed parameter as-is.
getRequest() - Static method in class net.fckeditor.requestcycle.ThreadLocalData
Returns the current user request instance.
getResourceType(String) - Static method in class net.fckeditor.handlers.ResourceType
Returns the resource type constant with the specified name.
getResourceType() - Method in class net.fckeditor.requestcycle.Context
Returns a resource type instance for the type parameter.
GetResponse - Class in net.fckeditor.response
Represents the XML response for the File Browser GET requests.
GetResponse(int, String) - Constructor for class net.fckeditor.response.GetResponse
Constructs a response with a specific error number and message.
GetResponse(Command, ResourceType, String, String) - Constructor for class net.fckeditor.response.GetResponse
Constructs a successful response for a specific command and resource type.
GetResponse(int) - Constructor for class net.fckeditor.response.GetResponse
Constructs a response with a specific error number only.
getSet(String, String) - Static method in class net.fckeditor.tool.Utils
Constructs a set of lower-cased strings from a delimiter-separated string.
getSet(String) - Static method in class net.fckeditor.tool.Utils
Constructs a set of lower-cased strings from a | (pipe) delimited string.
getTypeStr() - Method in class net.fckeditor.requestcycle.Context
Returns the type parameter of this context.
getUniqueFile(File) - Static method in class net.fckeditor.tool.UtilsFile
Iterates over a base name and returns the first non-existent file.
getUrl(String, ResourceType, String) - Static method in class net.fckeditor.tool.UtilsResponse
Assembles a URL with omitted filename.
getUrlParams() - Method in class net.fckeditor.FCKeditorConfig
Generates the URL parameter sequence for this configuration.
getUserActionImpl() - Static method in class net.fckeditor.handlers.PropertiesLoader
Returns connector.userActionImpl property
getUserFilesAbsolutePath() - Static method in class net.fckeditor.handlers.PropertiesLoader
Returns connector.userFilesAbsolutePath property
getUserFilesAbsolutePath(HttpServletRequest) - Static method in class net.fckeditor.handlers.RequestCycleHandler
Returns the current absolute userfiles path.
getUserFilesAbsolutePath(HttpServletRequest) - Method in class net.fckeditor.requestcycle.impl.ServerRootPathBuilder
 
getUserFilesAbsolutePath(HttpServletRequest) - Method in interface net.fckeditor.requestcycle.UserPathBuilder
Returns the constructed server-side userfiles absolute path.
getUserFilesPath() - Static method in class net.fckeditor.handlers.PropertiesLoader
Returns connector.userFilesPath property
getUserFilesPath(HttpServletRequest) - Static method in class net.fckeditor.handlers.RequestCycleHandler
Returns the current userfiles path.
getUserFilesPath(HttpServletRequest) - Method in class net.fckeditor.requestcycle.impl.ContextPathBuilder
 
getUserFilesPath(HttpServletRequest) - Method in class net.fckeditor.requestcycle.impl.ServerRootPathBuilder
 
getUserFilesPath(HttpServletRequest) - Method in interface net.fckeditor.requestcycle.UserPathBuilder
Returns the constructed client-side userfiles path.
getUserPathBuilderImpl() - Static method in class net.fckeditor.handlers.PropertiesLoader
Returns connector.userPathBuilderImpl property

H

hashCode() - Method in class net.fckeditor.handlers.Command
Returns the hash code value for this command.
hashCode() - Method in class net.fckeditor.handlers.ResourceType
Returns the hash code value for this resource type.

I

ILLEGAL_CURRENT_FOLDER_PATTERN - Static variable in class net.fckeditor.tool.UtilsFile
 
IMAGE - Static variable in class net.fckeditor.handlers.ResourceType
Resource type Image
init(ServletContext) - Method in interface net.fckeditor.connector.Connector
Initializes this connector.
init() - Method in class net.fckeditor.connector.ConnectorServlet
Initializes this servlet.
init(ServletContext) - Method in class net.fckeditor.connector.impl.ContextConnector
Initializes this connector.
init(ServletContext) - Method in class net.fckeditor.connector.impl.LocalConnector
Initializes this connector.
InvalidCurrentFolderException - Exception in net.fckeditor.connector.exception
Thrown when an improper/invalid current folder was provided/requested.
InvalidCurrentFolderException() - Constructor for exception net.fckeditor.connector.exception.InvalidCurrentFolderException
 
InvalidNewFolderNameException - Exception in net.fckeditor.connector.exception
Thrown when an improper/invalid new folder name was provided.
InvalidNewFolderNameException() - Constructor for exception net.fckeditor.connector.exception.InvalidNewFolderNameException
 
isAllowedExtension(String) - Method in class net.fckeditor.handlers.ResourceType
Returns true if extension is allowed.
isBlank(String) - Static method in class net.fckeditor.tool.Utils
Checks if a string is whitespace, empty ("") or null.
isCompatibleBrowser(HttpServletRequest) - Static method in class net.fckeditor.tool.Compatibility
Returns true if a browser is compatible by its request user-agent header.
isCreateFolderEnabled(HttpServletRequest) - Static method in class net.fckeditor.handlers.RequestCycleHandler
Returns true if user is allowed to create folders.
isCreateFolderEnabled(HttpServletRequest) - Method in class net.fckeditor.requestcycle.impl.DisabledUserAction
 
isCreateFolderEnabled(HttpServletRequest) - Method in class net.fckeditor.requestcycle.impl.EnabledUserAction
 
isCreateFolderEnabled(HttpServletRequest) - Method in class net.fckeditor.requestcycle.impl.UserActionImpl
Deprecated.  
isCreateFolderEnabled(HttpServletRequest) - Method in interface net.fckeditor.requestcycle.UserAction
Checks if folder creation is enabled/allowed.
isDeniedExtension(String) - Method in class net.fckeditor.handlers.ResourceType
Returns true if extension is denied.
isEmpty(String) - Static method in class net.fckeditor.tool.Utils
Checks if a string is empty ("") or null.
isEnabledForFileBrowsing(HttpServletRequest) - Method in class net.fckeditor.requestcycle.impl.DisabledUserAction
 
isEnabledForFileBrowsing(HttpServletRequest) - Method in class net.fckeditor.requestcycle.impl.EnabledUserAction
 
isEnabledForFileBrowsing(HttpServletRequest) - Method in class net.fckeditor.requestcycle.impl.UserActionImpl
Deprecated.  
isEnabledForFileBrowsing(HttpServletRequest) - Method in interface net.fckeditor.requestcycle.UserAction
Checks if resource retrieval/listing is enabled/allowed.
isEnabledForFileUpload(HttpServletRequest) - Method in class net.fckeditor.requestcycle.impl.DisabledUserAction
 
isEnabledForFileUpload(HttpServletRequest) - Method in class net.fckeditor.requestcycle.impl.EnabledUserAction
 
isEnabledForFileUpload(HttpServletRequest) - Method in class net.fckeditor.requestcycle.impl.UserActionImpl
Deprecated.  
isEnabledForFileUpload(HttpServletRequest) - Method in interface net.fckeditor.requestcycle.UserAction
Checks if file upload is enabled/allowed.
isFileUploadEnabled(HttpServletRequest) - Static method in class net.fckeditor.handlers.RequestCycleHandler
Returns true if user is allowed to upload files.
isForceSingleExtension() - Static method in class net.fckeditor.handlers.PropertiesLoader
Returns connector.forceSingleExtension property
isGetResourcesEnabled(HttpServletRequest) - Static method in class net.fckeditor.handlers.RequestCycleHandler
Returns true if user is allowed to list resources.
isImage(InputStream) - Static method in class net.fckeditor.tool.UtilsFile
Checks if the underlying input stream contains an image.
isNotBlank(String) - Static method in class net.fckeditor.tool.Utils
Checks if a string is not empty (""), not null and not whitespace.
isNotEmpty(String) - Static method in class net.fckeditor.tool.Utils
Checks if a string is not empty ("") and not null.
isSecureImageUploads() - Static method in class net.fckeditor.handlers.PropertiesLoader
Returns connector.secureImageUploads property
isSingleExtension(String) - Static method in class net.fckeditor.tool.UtilsFile
Checks if a filename contains more than one dot.
isValidForGet(String) - Static method in class net.fckeditor.handlers.Command
Returns true if name represents a valid GET command constant.
isValidForPost(String) - Static method in class net.fckeditor.handlers.Command
Returns true if name represents a valid POST command constant.
isValidPath(String) - Static method in class net.fckeditor.tool.UtilsFile
Checks whether a path complies with the FCKeditor File Browser rules.
isValidType(String) - Static method in class net.fckeditor.handlers.ResourceType
Returns true if name represents a valid resource type constant.

J

JstlResolver - Class in net.fckeditor.localization.impl
JSTL implementation of the locale resolver.
JstlResolver() - Constructor for class net.fckeditor.localization.impl.JstlResolver
 

K

KEY_NAME - Static variable in interface net.fckeditor.connector.Connector
Key 'name' for a file's name
KEY_SIZE - Static variable in interface net.fckeditor.connector.Connector
Key 'size' for a file's length

L

LocalConnector - Class in net.fckeditor.connector.impl
Real local filesystem backend connector.
LocalConnector() - Constructor for class net.fckeditor.connector.impl.LocalConnector
 
LocaleResolver - Interface in net.fckeditor.localization
An interface for user locale resolution.
LocalizedMessages - Class in net.fckeditor.localization
Provides access to localized messages (properties).
logBaseParameters() - Method in class net.fckeditor.requestcycle.Context
Logs base/common request parameters.

M

MEDIA - Static variable in class net.fckeditor.handlers.ResourceType
Resource type Media

N

net.fckeditor - package net.fckeditor
Core objects to manage the FCKeditor text input form.
net.fckeditor.connector - package net.fckeditor.connector
Central interfaces and classes for the connector life cycle.
net.fckeditor.connector.exception - package net.fckeditor.connector.exception
Custom connector exceptions.
net.fckeditor.connector.impl - package net.fckeditor.connector.impl
Default implementations for the connector interface.
net.fckeditor.handlers - package net.fckeditor.handlers
Different handlers for various purposes used in the entire system.
net.fckeditor.localization - package net.fckeditor.localization
Interfaces and classes for the locale resolution and localized messages.
net.fckeditor.localization.impl - package net.fckeditor.localization.impl
Default implementations for the locale resolver interface.
net.fckeditor.requestcycle - package net.fckeditor.requestcycle
Supplemental request life cycle interfaces and classes for the connector package.
net.fckeditor.requestcycle.impl - package net.fckeditor.requestcycle.impl
Default implementations for the request life cycle interfaces.
net.fckeditor.response - package net.fckeditor.response
Response objects for GET and POST requests.
net.fckeditor.tags - package net.fckeditor.tags
JSP tags to create and configure the FCKeditor object.
net.fckeditor.tool - package net.fckeditor.tool
Various tool classes.

P

parameters - Variable in class net.fckeditor.response.UploadResponse
JavaScript callback parameters
PropertiesLoader - Class in net.fckeditor.handlers
Manages FCKeditor.Java properties files.
PropertiesLoader() - Constructor for class net.fckeditor.handlers.PropertiesLoader
 

Q

QUICK_UPLOAD - Static variable in class net.fckeditor.handlers.Command
POST command QuickUpload

R

ReadException - Exception in net.fckeditor.connector.exception
Thrown to indicate that an error has occurred during some read action.
ReadException() - Constructor for exception net.fckeditor.connector.exception.ReadException
 
RequestCycleHandler - Class in net.fckeditor.handlers
Handles the UserAction and UserPathBuilder interfaces.
RequestCycleHandler() - Constructor for class net.fckeditor.handlers.RequestCycleHandler
 
resolveLocale(HttpServletRequest) - Method in class net.fckeditor.localization.impl.AcceptLanguageHeaderResolver
 
resolveLocale(HttpServletRequest) - Method in class net.fckeditor.localization.impl.JstlResolver
 
resolveLocale(HttpServletRequest) - Method in interface net.fckeditor.localization.LocaleResolver
Returns the locale of a given request.
ResourceType - Class in net.fckeditor.handlers
File Browser resource types.

S

sanitizeFileName(String) - Static method in class net.fckeditor.tool.UtilsFile
Sanitizes a filename from certain chars.
sanitizeFolderName(String) - Static method in class net.fckeditor.tool.UtilsFile
Sanitizes a folder name from certain chars.
ServerRootPathBuilder - Class in net.fckeditor.requestcycle.impl
UserPathBuilder implementation which always returns static userfiles paths.
ServerRootPathBuilder() - Constructor for class net.fckeditor.requestcycle.impl.ServerRootPathBuilder
 
servletContext - Variable in class net.fckeditor.connector.impl.AbstractLocalFileSystemConnector
 
setBasePath(String) - Method in class net.fckeditor.FCKeditor
Sets the base path of this editor.
setBasePath(String) - Method in class net.fckeditor.tags.EditorTag
 
setCommand(String) - Method in class net.fckeditor.tags.CheckTag
Sets the desired command.
setConfig(String, String) - Method in class net.fckeditor.FCKeditor
Sets a configuration option.
setConfig(String, String) - Method in class net.fckeditor.tags.EditorTag
 
setCustomMessage(String) - Method in class net.fckeditor.response.UploadResponse
Sets the custom message of this upload response.
setDynamicAttribute(String, String, Object) - Method in class net.fckeditor.tags.ConfigTag
Sets a configuration option.
setError(int, String) - Method in class net.fckeditor.response.GetResponse
Sets the error number and specific message of this get response.
setError(int) - Method in class net.fckeditor.response.GetResponse
Sets the error number of this get response.
setFiles(List<Map<String, Object>>) - Method in class net.fckeditor.response.GetResponse
Sets the folders of this get response.
setFolders(List<String>) - Method in class net.fckeditor.response.GetResponse
Sets the folders of this get response.
setHeight(String) - Method in class net.fckeditor.FCKeditor
Sets the height of this editor.
setHeight(String) - Method in class net.fckeditor.tags.EditorTag
 
setInputName(String) - Method in class net.fckeditor.FCKeditor
Sets the name for the underlying input element.
setInputName(String) - Method in class net.fckeditor.tags.EditorTag
 
setInstanceName(String) - Method in class net.fckeditor.FCKeditor
Sets the unique name of this editor.
setInstanceName(String) - Method in class net.fckeditor.tags.EditorTag
 
setProperty(String, String) - Static method in class net.fckeditor.handlers.PropertiesLoader
Sets the property with the specified key in this property list.
setToolbarSet(String) - Method in class net.fckeditor.FCKeditor
Sets the name of the toolbar set of this editor.
setToolbarSet(String) - Method in class net.fckeditor.tags.EditorTag
 
setValue(String) - Method in class net.fckeditor.FCKeditor
Sets the initial value to be edited as HTML markup.
setValue(String) - Method in class net.fckeditor.tags.EditorTag
 
setValue(String) - Method in class net.fckeditor.tool.XHtmlTagTool
Sets the tag value.
setWidth(String) - Method in class net.fckeditor.FCKeditor
Sets the width of this editor.
setWidth(String) - Method in class net.fckeditor.tags.EditorTag
 
SPACE - Static variable in class net.fckeditor.tool.XHtmlTagTool
Indicator to uses non self-closing tag.

T

ThreadLocalData - Class in net.fckeditor.requestcycle
Maintains current context and request instances.
ThreadLocalData() - Constructor for class net.fckeditor.requestcycle.ThreadLocalData
 
toString() - Method in class net.fckeditor.FCKeditor
Creates the HTML representation of this editor instance.
toString() - Method in class net.fckeditor.handlers.Command
Returns a string representation of this command.
toString() - Method in class net.fckeditor.response.GetResponse
Creates the XML representation of this get response.
toString() - Method in class net.fckeditor.response.UploadResponse
Creates the HTML/JS representation of this upload response.
toString() - Method in class net.fckeditor.tool.XHtmlTagTool
Creates the HTML representation of this tag.

U

UploadResponse - Class in net.fckeditor.response
Represents the HTML/JS response for the File Browser POST requests.
UploadResponse(Object...) - Constructor for class net.fckeditor.response.UploadResponse
Constructs a response with a varying amount of arguments.
UserAction - Interface in net.fckeditor.requestcycle
An interface for user action control.
UserActionImpl - Class in net.fckeditor.requestcycle.impl
Deprecated. Class will be removed in FCKeditor.Java 2.6, functionality now served by EnabledUserAction.
UserActionImpl() - Constructor for class net.fckeditor.requestcycle.impl.UserActionImpl
Deprecated.  
UserPathBuilder - Interface in net.fckeditor.requestcycle
An interface for userfiles path construction.
Utils - Class in net.fckeditor.tool
Static helper methods for strings.
Utils() - Constructor for class net.fckeditor.tool.Utils
 
UtilsFile - Class in net.fckeditor.tool
Static helper methods for files.
UtilsFile() - Constructor for class net.fckeditor.tool.UtilsFile
 
UtilsResponse - Class in net.fckeditor.tool
Static helper methods for the servlet response.
UtilsResponse() - Constructor for class net.fckeditor.tool.UtilsResponse
 

V

valueOf(String) - Static method in class net.fckeditor.handlers.Command
Returns the command constant with the specified name.
valueOf(String) - Static method in class net.fckeditor.handlers.ResourceType
Returns the resource type constant with the specified name.

W

WriteException - Exception in net.fckeditor.connector.exception
Thrown to indicate that an error has occurred during some write action.
WriteException() - Constructor for exception net.fckeditor.connector.exception.WriteException
 

X

XHtmlTagTool - Class in net.fckeditor.tool
Java representation of an XHTML tag.
XHtmlTagTool(String) - Constructor for class net.fckeditor.tool.XHtmlTagTool
Class constructor with tag name.
XHtmlTagTool(String, String) - Constructor for class net.fckeditor.tool.XHtmlTagTool
Class constructor with name and value.

A B C D E F G H I J K L M N P Q R S T U V W X

Copyright © 2004-2010 Frederico Caldeira Knabben. All Rights Reserved.