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
TODO - document me!
CheckTag - Class in net.fckeditor.tags
CheckTag.java - TODO DOCUMENTME!
CheckTag() - Constructor for class net.fckeditor.tags.CheckTag
 
CommandHandler - Class in net.fckeditor.handlers
Handler for the 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
ConfigTag.java - TODO DOCUMENTME!
ConfigTag() - Constructor for class net.fckeditor.tags.ConfigTag
 
ConnectorHandler - Class in net.fckeditor.handlers
Handler for some base properties.
It's a kind of wrapper to some basic properties handled by 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 used to retrieve and create files and folders from a server directory.
ConnectorServlet() - Constructor for class net.fckeditor.connector.ConnectorServlet
 
constructResponseUrl(HttpServletRequest, ResourceTypeHandler, String, boolean, boolean) - Static method in class net.fckeditor.tool.UtilsResponse
TODO - document me!
constructResponseUrl(HttpServletRequest, ResourceTypeHandler, boolean, boolean) - Static method in class net.fckeditor.tool.UtilsResponse
TODO - document me!
create() - Method in class net.fckeditor.FCKeditor
Minimum implementation, see ticket #27 for detailed information.
CREATE_FOLDER - Static variable in class net.fckeditor.handlers.CommandHandler
 
createHtml() - Method in class net.fckeditor.FCKeditor
Generate the HTML Code for the editor.

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

It executes the commands and then return the results to the client in XML format.
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

It store the file (renaming it in case a file with the same name exists) and then return an HTML file with a javascript command in it.
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
TODO check, if usage sample in comment is correct !!! (Advanced usage)

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.UploadResponse
Error number ERROR
EN_ERROR - Static variable in class net.fckeditor.response.XmlResponse
Error number ERROR
EN_INVALID_EXTENSION - Static variable in class net.fckeditor.response.UploadResponse
Error number INVALID EXTENSION
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.UploadResponse
Error number OK
EN_OK - Static variable in class net.fckeditor.response.XmlResponse
Error number OK
EN_RENAMED - Static variable in class net.fckeditor.response.UploadResponse
Error number RENAMED
EN_SECURITY_ERROR - Static variable in class net.fckeditor.response.UploadResponse
Error number SECURITY ERROR
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
Handler which manages the allowed and denied extensions for each resource type.
ExtensionsHandler() - Constructor for class net.fckeditor.handlers.ExtensionsHandler
 

F

FCKeditor - Class in net.fckeditor
FCKeditor control class.
It creates the html code for the FCKeditor based on the following things: browser's capabilities different properties settings managed by the PropertiesLoader settings from the 'caller', eg.
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 there 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.
Adding element 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
TODO - document me!
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 configuation set.
Adding element to this collection you can override the settings specified in the config.js file.
getDefaultResourceType(String) - Static method in class net.fckeditor.handlers.ResourceTypeHandler
 
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 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 of 'key'.
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
Generate the url parameter sequence used to pass this configuration to the editor.
getUserFilePath(HttpServletRequest) - Static method in class net.fckeditor.handlers.RequestCycleHandler
Getter for the user's file path.
Method is used by other handlers only!
getUserFilesPath(HttpServletRequest) - Static method in class net.fckeditor.handlers.ConnectorHandler
Getter for the base dir (using for user files).
getUserFilesPath(HttpServletRequest) - Method in interface net.fckeditor.requestcycle.UserPathBuilder
Getter for the user dependent 'BaseDir'.
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 dir 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

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.
The default directory for user files will be constructed.
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.
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 file.
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 single 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 InputStrem is an image.
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 one.
isSingleExtension(String) - Static method in class net.fckeditor.tool.UtilsFile
TODO - document me!
isValid(String) - Static method in class net.fckeditor.handlers.ResourceTypeHandler
Checks, if a specfied string is valid representation of a ResourceTypeHandler.
isValidForGet(String) - Static method in class net.fckeditor.handlers.CommandHandler
Checks, if a specfied string is a valid representation of a get command.
isValidForPost(String) - Static method in class net.fckeditor.handlers.CommandHandler
Checks, if a specfied string is a valid representation of a post command.
isValidPath(String) - Static method in class net.fckeditor.tool.UtilsFile
TODO - document me!

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
 
net.fckeditor.requestcycle - package net.fckeditor.requestcycle
 
net.fckeditor.requestcycle.impl - package net.fckeditor.requestcycle.impl
 
net.fckeditor.response - package net.fckeditor.response
 
net.fckeditor.tags - package net.fckeditor.tags
JSP Tag to access and modify the FCKeditor objects.
net.fckeditor.tool - package net.fckeditor.tool
 
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
 

P

PropertiesLoader - Class in net.fckeditor.handlers
Handler to hold the basic properties.
The main default file is 'default.properties' in the deepth of the classpath and should be untouched.
PropertiesLoader() - Constructor for class net.fckeditor.handlers.PropertiesLoader
 

Q

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

R

replaceAll(String, String, String) - Static method in class net.fckeditor.tool.Utils
Replaces all 'search' with 'replacement' in 'string'.
Usage:
RequestCycleHandler - Class in net.fckeditor.handlers
Handler for classes which implement the interfaces from the package net.fckeditor.requestcycle.
RequestCycleHandler() - Constructor for class net.fckeditor.handlers.RequestCycleHandler
 
ResourceTypeHandler - Class in net.fckeditor.handlers
Handler for the 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.
sanitizeFolderName(String) - Static method in class net.fckeditor.tool.UtilsFile
Do a cleanup of the folder name to avoid possible problems.
setBasePath(String) - Method in class net.fckeditor.FCKeditor
Set the dir where the FCKeditor files reside 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
 
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
 
setError(int, String) - Method in class net.fckeditor.response.XmlResponse
 
setError(int) - Method in class net.fckeditor.response.XmlResponse
 
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
 
setFolders(File) - Method in class net.fckeditor.response.XmlResponse
 
setFoldersAndFiles(File) - Method in class net.fckeditor.response.XmlResponse
 
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.
In HTML code
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
 
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 class.
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
Interface that provides the authorization of the following file based user actions: UserAction.isEnabledForFileBrowsing(HttpServletRequest): Enables the user to browse/select file. 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
Interface to provide a way to build a user dependent 'BaseDir.
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 an ResourceTypeHandler of 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
static error objects won't probably provided due to performance reasons of Document instance creation TODO document me!
XmlResponse(CommandHandler, ResourceTypeHandler, String, String) - Constructor for class net.fckeditor.response.XmlResponse
 
XmlResponse(int, String) - Constructor for class net.fckeditor.response.XmlResponse
TODO document me!
XmlResponse(int) - Constructor for class net.fckeditor.response.XmlResponse
TODO document me!

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

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