|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
setInput(InputStream)
or setInput(DataInput)
.
GET
and POST
commands.PropertiesLoader
.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.GET
requests (GetFolders
,
GetFoldersAndFiles
, CreateFolder
).connector?Command=<CommandName>&Type=<ResourceType>&CurrentFolder=<FolderPath>
POST
requests (FileUpload
).connector?Command=<FileUpload>&Type=<ResourceType>&CurrentFolder=<FolderPath>
with the file in the POST
body.PropertiesLoader
.
FCKeditor
.
getFormat()
for BMP streams.
getFormat()
for GIF streams.
getFormat()
for IFF streams.
getFormat()
for JPEG streams.
getFormat()
for PBM streams.
getFormat()
for PCX streams.
getFormat()
for PGM streams.
getFormat()
for PNG streams.
getFormat()
for PPM streams.
getFormat()
for PSD streams.
getFormat()
for RAS streams.
check()
was successful, returns the image's number of bits per pixel.
CommandHandler.valueOf(String)
.
ResourceTypeHandler.FILE
if
provided string is invalid.
UserFilesPath
.
check()
was successful, returns the image format as one
of the FORMAT_xyz constants from this class.
check()
was successful, returns the image format's name.
check()
was successful, returns one the image's vertical
resolution in pixels.
check()
was successful, returns a String with the
MIME type of the format.
check()
was successful and setCollectComments(boolean)
was called with
true
as argument, returns the number of comments retrieved
from the input image stream / file.
check()
was successful, returns the physical width of this image in dpi (dots per inch)
or -1 if no value could be found.
check()
was successful, returns the physical width of this image in dpi (dots per inch)
or -1 if no value could be found.
-1.0f
if width information is not available.
ResourceTypeHandler.valueOf(String)
.
Utils.getSet(String, String)
for using '|' as
delimiter.
UserFilesPath
.UserFilesPath
.
UserFilesPath
.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.
check()
was successful, returns one the image's horizontal
resolution in pixels.
mkdir
<DefaultUserFilesPath>
Compatibility.check(String)
.
null
or empty.
UserAction.isEnabledForFileBrowsing(HttpServletRequest)
.
true
.
UserAction.isEnabledForFileUpload(HttpServletRequest)
.
true
.
Utils.isBlank(String)
.
Utils.isEmpty(String)
.
GET
command.
POST
command.
ConnectorServlet
.GET
and POST
requests./net/fckeditor/handlers/default.properties
and
/fckeditor.properties
.default.properties
Load fckeditor.properties
if present.
Attention: Properties specified in
fckeditor.properties
will override properties loaded from
default.properties
.net.fckeditor.requestcycle
.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.
FCKeditor.createHtml()
.
UserAction.isEnabledForFileBrowsing(HttpServletRequest)
: Enables the user
to browse/select files.
UserAction.isEnabledForFileUpload(HttpServletRequest)
: Enables the user
to upload files.
UserAction
.UserFilesPath
.CommandHandler
of a specified string.
ResourceTypeHandler
for a specified string.
GET
request of the Connector
servlet.
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |