A C D E F G H I M N O P Q R S T U V X

A

addAttribute(String, String) - Method in class net.fckeditor.tool.XHtmlTagTool
Adds an attribute to the tag.

C

check(String) - Static method in class net.fckeditor.tool.Compatibility
Checks if a browser's user agent string is compatible for the FCKeditor.
check() - Method in class org.devlib.schmidt.imageinfo.ImageInfo
Call this method after you have provided an input stream or file using setInput(InputStream) or setInput(DataInput).
checkDirAndCreate(File) - Static method in class net.fckeditor.tool.UtilsFile
Checks for a dir and creates it if it does not exist.
CheckTag - Class in net.fckeditor.tags
This tag displays information about browser and user capabilities.
CheckTag() - Constructor for class net.fckeditor.tags.CheckTag
 
CommandHandler - Class in net.fckeditor.handlers
Handler for GET and POST commands.
Compatibility - Class in net.fckeditor.tool
Compatibility check.
Compatibility() - Constructor for class net.fckeditor.tool.Compatibility
 
ConfigTag - Class in net.fckeditor.tags
This tag sets configuration options for the surrounding editor tag.
ConfigTag() - Constructor for class net.fckeditor.tags.ConfigTag
 
ConnectorHandler - Class in net.fckeditor.handlers
Handler for Connector-related properties.
Wraps to the PropertiesLoader.
ConnectorHandler() - Constructor for class net.fckeditor.handlers.ConnectorHandler
 
ConnectorServlet - Class in net.fckeditor.connector
Servlet to upload and browse files.
This servlet accepts 4 commands which interact with the server-side filesystem.
The allowed commands are: GetFolders: Retrieves a list of folders in the current folder GetFoldersAndFiles: Retrives a list of files and folders in the current folder CreateFolder: Creates a new folder in the current folder FileUpload: Stores an uploaded file into the current folder.
ConnectorServlet() - Constructor for class net.fckeditor.connector.ConnectorServlet
 
constructResponseUrl(HttpServletRequest, ResourceTypeHandler, String, boolean, boolean) - Static method in class net.fckeditor.tool.UtilsResponse
Constructs a URL from different parameters.
constructServerSidePath(HttpServletRequest, ResourceTypeHandler) - Static method in class net.fckeditor.tool.UtilsFile
Compose server-side response path.
CREATE_FOLDER - Static variable in class net.fckeditor.handlers.CommandHandler
 
createHtml() - Method in class net.fckeditor.FCKeditor
Minimum implementation, see ticket #27 for detailed information.

D

doEndTag() - Method in class net.fckeditor.tags.EditorTag
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class net.fckeditor.connector.ConnectorServlet
Manage the GET requests (GetFolders, GetFoldersAndFiles, CreateFolder).
The servlet accepts commands sent in the following format:
connector?Command=<CommandName>&Type=<ResourceType>&CurrentFolder=<FolderPath>
doPost(HttpServletRequest, HttpServletResponse) - Method in class net.fckeditor.connector.ConnectorServlet
Manage the POST requests (FileUpload).
The servlet accepts commands sent in the following format:
connector?Command=<FileUpload>&Type=<ResourceType>&CurrentFolder=<FolderPath> with the file in the POST body.

It stores an uploaded file (renames a file if another exists with the same name) and then returns the JavaScript callback.
doStartTag() - Method in class net.fckeditor.tags.CheckTag
 
doStartTag() - Method in class net.fckeditor.tags.ConfigTag
 
doStartTag() - Method in class net.fckeditor.tags.EditorTag
Initializes the FCKeditor container and sets attributes

E

EditorTag - Class in net.fckeditor.tags
FCKeditor Tag class to access the container.
EditorTag() - Constructor for class net.fckeditor.tags.EditorTag
 
EN_ALREADY_EXISTS - Static variable in class net.fckeditor.response.XmlResponse
Error number ALREADY EXISTS
EN_ERROR - Static variable in class net.fckeditor.response.XmlResponse
Error number ERROR
EN_INVALID_FOLDER_NAME - Static variable in class net.fckeditor.response.XmlResponse
Error number INVALID FOLDER NAME
EN_OK - Static variable in class net.fckeditor.response.XmlResponse
Error number OK
EN_SECURITY_ERROR - Static variable in class net.fckeditor.response.XmlResponse
Error number SECURITY ERROR
EN_UKNOWN - Static variable in class net.fckeditor.response.XmlResponse
Error number UNKNOWN ERROR
equals(Object) - Method in class net.fckeditor.handlers.CommandHandler
 
equals(Object) - Method in class net.fckeditor.handlers.ResourceTypeHandler
 
equals(Object) - Method in class net.fckeditor.tool.XHtmlTagTool
 
ExtensionsHandler - Class in net.fckeditor.handlers
This handler manages the allowed and denied extensions for each resource type.
ExtensionsHandler() - Constructor for class net.fckeditor.handlers.ExtensionsHandler
 

F

FCKeditor - Class in net.fckeditor
Java represantation of the FCKeditor.
FCKeditor(HttpServletRequest, String, String, String, String, String, String) - Constructor for class net.fckeditor.FCKeditor
Main constructor.
All important settings are done here and will be preset by the defaults taken from PropertiesLoader.
FCKeditor(HttpServletRequest, String) - Constructor for class net.fckeditor.FCKeditor
Just a wrapper to FCKeditor.
FCKeditorConfig - Class in net.fckeditor
Contains the configuration settings for the FCKeditor.
By adding elements to this collection you can override the settings specified in the config.js file.
FCKeditorConfig() - Constructor for class net.fckeditor.FCKeditorConfig
Initialize the configuration collection
FILE - Static variable in class net.fckeditor.handlers.ResourceTypeHandler
 
FILE_UPLOAD - Static variable in class net.fckeditor.handlers.CommandHandler
 
FLASH - Static variable in class net.fckeditor.handlers.ResourceTypeHandler
 
forceSingleExtension(String) - Static method in class net.fckeditor.tool.UtilsFile
Replaces all dots except the last one with underscores in a filename.
FORMAT_BMP - Static variable in class org.devlib.schmidt.imageinfo.ImageInfo
Return value of getFormat() for BMP streams.
FORMAT_GIF - Static variable in class org.devlib.schmidt.imageinfo.ImageInfo
Return value of getFormat() for GIF streams.
FORMAT_IFF - Static variable in class org.devlib.schmidt.imageinfo.ImageInfo
Return value of getFormat() for IFF streams.
FORMAT_JPEG - Static variable in class org.devlib.schmidt.imageinfo.ImageInfo
Return value of getFormat() for JPEG streams.
FORMAT_PBM - Static variable in class org.devlib.schmidt.imageinfo.ImageInfo
Return value of getFormat() for PBM streams.
FORMAT_PCX - Static variable in class org.devlib.schmidt.imageinfo.ImageInfo
Return value of getFormat() for PCX streams.
FORMAT_PGM - Static variable in class org.devlib.schmidt.imageinfo.ImageInfo
Return value of getFormat() for PGM streams.
FORMAT_PNG - Static variable in class org.devlib.schmidt.imageinfo.ImageInfo
Return value of getFormat() for PNG streams.
FORMAT_PPM - Static variable in class org.devlib.schmidt.imageinfo.ImageInfo
Return value of getFormat() for PPM streams.
FORMAT_PSD - Static variable in class org.devlib.schmidt.imageinfo.ImageInfo
Return value of getFormat() for PSD streams.
FORMAT_RAS - Static variable in class org.devlib.schmidt.imageinfo.ImageInfo
Return value of getFormat() for RAS streams.

G

GET_FOLDERS - Static variable in class net.fckeditor.handlers.CommandHandler
 
GET_FOLDERS_AND_FILES - Static variable in class net.fckeditor.handlers.CommandHandler
 
getBitsPerPixel() - Method in class org.devlib.schmidt.imageinfo.ImageInfo
If check() was successful, returns the image's number of bits per pixel.
getCommand(String) - Static method in class net.fckeditor.handlers.CommandHandler
A wrapper for CommandHandler.valueOf(String).
getComment(int) - Method in class org.devlib.schmidt.imageinfo.ImageInfo
Returns the index'th comment retrieved from the file.
getConfig() - Method in class net.fckeditor.FCKeditor
Get the advanced configuration set.
By adding elements to this collection you can override the settings specified in the config.js file.
getDefaultResourceType(String) - Static method in class net.fckeditor.handlers.ResourceTypeHandler
Tries to determine ResourceType from string and return ResourceTypeHandler.FILE if provided string is invalid.
getDefaultUserFilesPath() - Static method in class net.fckeditor.handlers.ConnectorHandler
Getter for the default UserFilesPath.
getExtensionsAllowed(ResourceTypeHandler) - Static method in class net.fckeditor.handlers.ExtensionsHandler
Getter for the allowed extensions of a file type.
getExtensionsDenied(ResourceTypeHandler) - Static method in class net.fckeditor.handlers.ExtensionsHandler
Getter for the denied extensions of a file type.
getFormat() - Method in class org.devlib.schmidt.imageinfo.ImageInfo
If check() was successful, returns the image format as one of the FORMAT_xyz constants from this class.
getFormatName() - Method in class org.devlib.schmidt.imageinfo.ImageInfo
If check() was successful, returns the image format's name.
getHeight() - Method in class org.devlib.schmidt.imageinfo.ImageInfo
If check() was successful, returns one the image's vertical resolution in pixels.
getMimeType() - Method in class org.devlib.schmidt.imageinfo.ImageInfo
If check() was successful, returns a String with the MIME type of the format.
getName() - Method in class net.fckeditor.handlers.CommandHandler
Getter for the name.
getName() - Method in class net.fckeditor.handlers.ResourceTypeHandler
Getter for the name.
getNumberOfComments() - Method in class org.devlib.schmidt.imageinfo.ImageInfo
If check() was successful and setCollectComments(boolean) was called with true as argument, returns the number of comments retrieved from the input image stream / file.
getNumberOfImages() - Method in class org.devlib.schmidt.imageinfo.ImageInfo
Returns the number of images in the examined file.
getPath() - Method in class net.fckeditor.handlers.ResourceTypeHandler
Getter for the resource type path (sub folder).
getPhysicalHeightDpi() - Method in class org.devlib.schmidt.imageinfo.ImageInfo
Returns the physical height of this image in dots per inch (dpi).
getPhysicalHeightInch() - Method in class org.devlib.schmidt.imageinfo.ImageInfo
If check() was successful, returns the physical width of this image in dpi (dots per inch) or -1 if no value could be found.
getPhysicalWidthDpi() - Method in class org.devlib.schmidt.imageinfo.ImageInfo
If check() was successful, returns the physical width of this image in dpi (dots per inch) or -1 if no value could be found.
getPhysicalWidthInch() - Method in class org.devlib.schmidt.imageinfo.ImageInfo
Returns the physical width of an image in inches, or -1.0f if width information is not available.
getProperty(String) - Static method in class net.fckeditor.handlers.PropertiesLoader
Getter for a property.
getResourceType(String) - Static method in class net.fckeditor.handlers.ResourceTypeHandler
A wrapper for ResourceTypeHandler.valueOf(String).
getSet(String, String) - Static method in class net.fckeditor.tool.Utils
Constructs a set of uppercased strings from a delimiter-separated string.
getSet(String) - Static method in class net.fckeditor.tool.Utils
Just a wrapper to Utils.getSet(String, String) for using '|' as delimiter.
getUrlParams() - Method in class net.fckeditor.FCKeditorConfig
Generates the url parameter sequence from this configuration which is passed to the editor.
getUserFilePath(HttpServletRequest) - Static method in class net.fckeditor.handlers.RequestCycleHandler
Getter for the UserFilesPath.
Method is used by other handlers only!
getUserFilesPath(HttpServletRequest) - Static method in class net.fckeditor.handlers.ConnectorHandler
Getter for the UserFilesPath.
getUserFilesPath(HttpServletRequest) - Method in interface net.fckeditor.requestcycle.UserPathBuilder
Getter for the user-dependent UserFilesPath.
Important: If the implementation returns null, ConnectorHandler will used the default one! That's useful, if the implementation doesn't bother you. The returned directory string has to start with '/', but has to end without '/'. The path has to be within the context.
getWidth() - Method in class org.devlib.schmidt.imageinfo.ImageInfo
If check() was successful, returns one the image's horizontal resolution in pixels.

H

hashCode() - Method in class net.fckeditor.handlers.CommandHandler
 
hashCode() - Method in class net.fckeditor.handlers.ResourceTypeHandler
 
hashCode() - Method in class net.fckeditor.tool.XHtmlTagTool
 

I

ILLEGAL_CURRENT_FOLDER_PATTERN - Static variable in class net.fckeditor.tool.UtilsFile
 
IMAGE - Static variable in class net.fckeditor.handlers.ResourceTypeHandler
 
ImageInfo - Class in org.devlib.schmidt.imageinfo
Get file format, image resolution, number of bits per pixel and optionally number of images, comments and physical resolution from JPEG, GIF, BMP, PCX, PNG, IFF, RAS, PBM, PGM, PPM and PSD files (or input streams).
ImageInfo() - Constructor for class org.devlib.schmidt.imageinfo.ImageInfo
 
init() - Method in class net.fckeditor.connector.ConnectorServlet
Initialize the servlet: mkdir <DefaultUserFilesPath>
INVALID_COMMAND - Static variable in class net.fckeditor.connector.Messages
Error message INVALID COMMAND SUPPLIED
INVALID_CURRENT_FOLDER - Static variable in class net.fckeditor.connector.Messages
Error message INVALID CURRENT FOLDER
INVALID_TYPE - Static variable in class net.fckeditor.connector.Messages
Error message INVALID TYPE SUPPLIED
isAllowed(ResourceTypeHandler, String) - Static method in class net.fckeditor.handlers.ExtensionsHandler
Checks if an extension is allowed for a file type.
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
Just a wrapper to Compatibility.check(String).
isEmpty(String) - Static method in class net.fckeditor.tool.Utils
Checks if a string is null or empty.
isEnabledForFileBrowsing(HttpServletRequest) - Static method in class net.fckeditor.handlers.RequestCycleHandler
Just a wrapper to UserAction.isEnabledForFileBrowsing(HttpServletRequest).
isEnabledForFileBrowsing(HttpServletRequest) - Method in class net.fckeditor.requestcycle.impl.UserActionImpl
 
isEnabledForFileBrowsing(HttpServletRequest) - Method in interface net.fckeditor.requestcycle.UserAction
Authenticates/enables the current user for browsing files.
If the implementation doesn't bother you, just return true.
isEnabledForFileUpload(HttpServletRequest) - Static method in class net.fckeditor.handlers.RequestCycleHandler
Just a wrapper to UserAction.isEnabledForFileUpload(HttpServletRequest).
isEnabledForFileUpload(HttpServletRequest) - Method in class net.fckeditor.requestcycle.impl.UserActionImpl
 
isEnabledForFileUpload(HttpServletRequest) - Method in interface net.fckeditor.requestcycle.UserAction
Authenticates/enables the current user for uploading files.
If the implementation doesn't bother you, just return true.
isForceSingleExtension() - Static method in class net.fckeditor.handlers.ConnectorHandler
Getter for the default handling of files with multiple extensions.
isFullUrl() - Static method in class net.fckeditor.handlers.ConnectorHandler
Getter for the value to instruct the connector to return the full URL of a file/folder in the XML response rather than the absolute URL.
isImage(InputStream) - Static method in class net.fckeditor.tool.UtilsFile
Checks if the underlying file of the InputStream is an image.
isNotBlank(String) - Static method in class net.fckeditor.tool.Utils
Just a wrapper to Utils.isBlank(String).
isNotEmpty(String) - Static method in class net.fckeditor.tool.Utils
Just a wrapper to Utils.isEmpty(String).
isProgressive() - Method in class org.devlib.schmidt.imageinfo.ImageInfo
Returns whether the image is stored in a progressive (also called: interlaced) way.
isSecureImageUploads() - Static method in class net.fckeditor.handlers.ConnectorHandler
Getter for the value to instruct the Connector to check if the uploaded image is really an image.
isSingleExtension(String) - Static method in class net.fckeditor.tool.UtilsFile
Checks if a filename contains more than one dot.
isValid(String) - Static method in class net.fckeditor.handlers.ResourceTypeHandler
Checks if a specfied string represents a valid resource type.
isValidForGet(String) - Static method in class net.fckeditor.handlers.CommandHandler
Checks if a specfied string represents a valid GET command.
isValidForPost(String) - Static method in class net.fckeditor.handlers.CommandHandler
Checks if a specfied string represents a valid POST command.
isValidPath(String) - Static method in class net.fckeditor.tool.UtilsFile
Checks if a path corresponds to the rules defined here.

M

main(String[]) - Static method in class org.devlib.schmidt.imageinfo.ImageInfo
To use this class as a command line application, give it either some file names as parameters (information on them will be printed to standard output, one line per file) or call it with no parameters.
MEDIA - Static variable in class net.fckeditor.handlers.ResourceTypeHandler
 
Messages - Class in net.fckeditor.connector
Some messages for the ConnectorServlet.
Messages() - Constructor for class net.fckeditor.connector.Messages
 

N

net.fckeditor - package net.fckeditor
Core objects to manage the FCKeditor text input form.
net.fckeditor.connector - package net.fckeditor.connector
Connector used by the FCKeditor to list and create resources on the server.
net.fckeditor.handlers - package net.fckeditor.handlers
Different handlers for various purposes used in the entire system.
net.fckeditor.requestcycle - package net.fckeditor.requestcycle
Interfaces for the request life cycle.
net.fckeditor.requestcycle.impl - package net.fckeditor.requestcycle.impl
Basic/pre-defined implementations for the request cycle interfaces.
net.fckeditor.response - package net.fckeditor.response
Response object wrappers for GET and POST requests.
net.fckeditor.tags - package net.fckeditor.tags
JSP tags to access and modify the FCKeditor object.
net.fckeditor.tool - package net.fckeditor.tool
Various tool classes.
NOT_AUTHORIZED_FOR_BROWSING - Static variable in class net.fckeditor.connector.Messages
Error message NOT AUTHORIZED FOR FILE BROWSING
NOT_AUTHORIZED_FOR_UPLOAD - Static variable in class net.fckeditor.connector.Messages
Error message NOT AUTHORIZED FOR FILE UPLOAD

O

org.devlib.schmidt.imageinfo - package org.devlib.schmidt.imageinfo
External image information application.

P

PropertiesLoader - Class in net.fckeditor.handlers
This handler gives you access to properties stored in /net/fckeditor/handlers/default.properties and /fckeditor.properties.
This class loads the properties files as follows: Load default.properties Load fckeditor.properties if present. Attention: Properties specified in fckeditor.properties will override properties loaded from default.properties.
PropertiesLoader() - Constructor for class net.fckeditor.handlers.PropertiesLoader
 

Q

QUICK_UPLOAD - Static variable in class net.fckeditor.handlers.CommandHandler
 

R

RequestCycleHandler - Class in net.fckeditor.handlers
Handler for classes which implement the interfaces from package net.fckeditor.requestcycle.
RequestCycleHandler() - Constructor for class net.fckeditor.handlers.RequestCycleHandler
 
ResourceTypeHandler - Class in net.fckeditor.handlers
Handler for different resource types.

S

sanitizeFileName(String) - Static method in class net.fckeditor.tool.UtilsFile
Do a cleanup of the file name to avoid possible problems.
The forceSingleExtension property will be respected!
sanitizeFolderName(String) - Static method in class net.fckeditor.tool.UtilsFile
Do a cleanup of the folder name to avoid possible problems.
SC_ERROR - Static variable in class net.fckeditor.response.UploadResponse
Error number ERROR
SC_INVALID_EXTENSION - Static variable in class net.fckeditor.response.UploadResponse
Error number INVALID EXTENSION
SC_OK - Static variable in class net.fckeditor.response.UploadResponse
Error number OK
SC_RENAMED - Static variable in class net.fckeditor.response.UploadResponse
Error number RENAMED
SC_SECURITY_ERROR - Static variable in class net.fckeditor.response.UploadResponse
Error number SECURITY ERROR
setBasePath(String) - Method in class net.fckeditor.FCKeditor
Sets the directory where the FCKeditor resides on the server.
Remarks: Avoid using relative paths.
setBasePath(String) - Method in class net.fckeditor.tags.EditorTag
Sets the dir where the FCKeditor files reside on the server
setCollectComments(boolean) - Method in class org.devlib.schmidt.imageinfo.ImageInfo
Specify whether textual comments are supposed to be extracted from input.
setCommand(String) - Method in class net.fckeditor.tags.CheckTag
Sets the desired command.
setConfig(FCKeditorConfig) - Method in class net.fckeditor.FCKeditor
Set the advanced configuation set.
setCustomMessage(String) - Method in class net.fckeditor.response.UploadResponse
Sets the message in the UploadResponse.
setDetermineImageNumber(boolean) - Method in class org.devlib.schmidt.imageinfo.ImageInfo
Specify whether the number of images in a file is to be determined - default is false.
setDynamicAttribute(String, String, Object) - Method in class net.fckeditor.tags.ConfigTag
Sets the desired FCKeditor configuration option.
setError(int, String) - Method in class net.fckeditor.response.XmlResponse
Sets an error number with a custom message.
setError(int) - Method in class net.fckeditor.response.XmlResponse
Sets an error number.
setExtensionsAllowed(ResourceTypeHandler, String) - Static method in class net.fckeditor.handlers.ExtensionsHandler
Setter for the allowed extensions of a file type.
setExtensionsDenied(ResourceTypeHandler, String) - Static method in class net.fckeditor.handlers.ExtensionsHandler
Setter for the denied extensions of a file type.
setFiles(File) - Method in class net.fckeditor.response.XmlResponse
Lists all files in the given dir as XML tags.
setFolders(File) - Method in class net.fckeditor.response.XmlResponse
Lists all folders in the given dir as XML tags.
setFoldersAndFiles(File) - Method in class net.fckeditor.response.XmlResponse
Lists all folders and files in the given dir as XML tags.
setHeight(String) - Method in class net.fckeditor.FCKeditor
Set the height of the textarea
setHeight(String) - Method in class net.fckeditor.tags.EditorTag
Sets the height of the textarea
setInput(DataInput) - Method in class org.devlib.schmidt.imageinfo.ImageInfo
Set the input stream to the argument stream (or file).
setInput(InputStream) - Method in class org.devlib.schmidt.imageinfo.ImageInfo
Set the input stream to the argument stream (or file).
setInstanceName(String) - Method in class net.fckeditor.FCKeditor
Set the unique name of the editor
setInstanceName(String) - Method in class net.fckeditor.tags.EditorTag
Sets the name for the given editor instance
setProperty(String, String) - Static method in class net.fckeditor.handlers.PropertiesLoader
Setter for a property.
setToolbarSet(String) - Method in class net.fckeditor.FCKeditor
Set the name of the toolbar to display
setToolbarSet(String) - Method in class net.fckeditor.tags.EditorTag
Sets the name of the toolbar to display
setValue(String) - Method in class net.fckeditor.FCKeditor
Set the initial value to be edited as HTML markup.
setValue(String) - Method in class net.fckeditor.tags.EditorTag
Sets the editor document content
setValue(String) - Method in class net.fckeditor.tool.XHtmlTagTool
Setter for the value of the tag.
setWidth(String) - Method in class net.fckeditor.FCKeditor
Set the width of the textarea
setWidth(String) - Method in class net.fckeditor.tags.EditorTag
Sets the width of the textarea
SPACE - Static variable in class net.fckeditor.tool.XHtmlTagTool
Indicator to uses non self-closing tag.

T

toString() - Method in class net.fckeditor.FCKeditor
This method simply wraps to FCKeditor.createHtml().
toString() - Method in class net.fckeditor.handlers.CommandHandler
 
toString() - Method in class net.fckeditor.handlers.ResourceTypeHandler
 
toString() - Method in class net.fckeditor.response.UploadResponse
Assembles the JavaScript method for the user callback
toString() - Method in class net.fckeditor.response.XmlResponse
 
toString() - Method in class net.fckeditor.tool.XHtmlTagTool
Constructs the tag.

U

UploadResponse - Class in net.fckeditor.response
Simply abstracts from the JavaScript callback to a Java object.
UploadResponse(Object...) - Constructor for class net.fckeditor.response.UploadResponse
Constructs the response with variable amount of parameters.
UR_INVALID_CURRENT_FOLDER - Static variable in class net.fckeditor.response.UploadResponse
UploadResponse INVALID CURRENT FOLDER
UserAction - Interface in net.fckeditor.requestcycle
An interface which provides the authorization of server-side commands.
The commands are: UserAction.isEnabledForFileBrowsing(HttpServletRequest): Enables the user to browse/select files. UserAction.isEnabledForFileUpload(HttpServletRequest): Enables the user to upload files.
UserActionImpl - Class in net.fckeditor.requestcycle.impl
Standard implementation for UserAction.
UserActionImpl() - Constructor for class net.fckeditor.requestcycle.impl.UserActionImpl
 
UserPathBuilder - Interface in net.fckeditor.requestcycle
An interface which provides a way to build a user-dependent UserFilesPath.
Utils - Class in net.fckeditor.tool
Some static helper methods.
Utils() - Constructor for class net.fckeditor.tool.Utils
 
UtilsFile - Class in net.fckeditor.tool
Some static helper methods in conjunction with files.
UtilsFile() - Constructor for class net.fckeditor.tool.UtilsFile
 
UtilsResponse - Class in net.fckeditor.tool
Some static helper methods in conjunction with the servlet response.
UtilsResponse() - Constructor for class net.fckeditor.tool.UtilsResponse
 

V

valueOf(String) - Static method in class net.fckeditor.handlers.CommandHandler
Getter for an CommandHandler of a specified string.
valueOf(String) - Static method in class net.fckeditor.handlers.ResourceTypeHandler
Getter for a ResourceTypeHandler for a specified string.

X

XHtmlTagTool - Class in net.fckeditor.tool
Tool to construct a XHTML tag.

Usage:
XHtmlTagTool(String, String) - Constructor for class net.fckeditor.tool.XHtmlTagTool
 
XHtmlTagTool(String) - Constructor for class net.fckeditor.tool.XHtmlTagTool
 
XmlResponse - Class in net.fckeditor.response
Creates an XML response for every GET request of the Connector servlet.
XmlResponse(CommandHandler, ResourceTypeHandler, String, String) - Constructor for class net.fckeditor.response.XmlResponse
Use this contructor if want to respond a positive message.
XmlResponse(int, String) - Constructor for class net.fckeditor.response.XmlResponse
Use this contructor if want to respond a negative/error message with custom text.
XmlResponse(int) - Constructor for class net.fckeditor.response.XmlResponse
Use this contructor if want to respond a negative/error message only.

A C D E F G H I M N O P Q R S T U V X

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