|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Command | |
---|---|
net.fckeditor.handlers | Different handlers for various purposes used in the entire system. |
net.fckeditor.requestcycle | Supplemental request life cycle interfaces and classes for the
connector package. |
net.fckeditor.response | Response objects for GET and POST requests. |
Uses of Command in net.fckeditor.handlers |
---|
Fields in net.fckeditor.handlers declared as Command | |
---|---|
static Command |
Command.CREATE_FOLDER
GET command CreateFolder |
static Command |
Command.FILE_UPLOAD
POST command FileUpload |
static Command |
Command.GET_FOLDERS
GET command GetFolders |
static Command |
Command.GET_FOLDERS_AND_FILES
GET command GetFoldersAndFiles |
static Command |
Command.QUICK_UPLOAD
POST command QuickUpload |
Methods in net.fckeditor.handlers that return Command | |
---|---|
static Command |
Command.getCommand(String name)
Returns the command constant with the specified name. |
static Command |
Command.valueOf(String name)
Returns the command constant with the specified name. |
Uses of Command in net.fckeditor.requestcycle |
---|
Methods in net.fckeditor.requestcycle that return Command | |
---|---|
Command |
Context.getCommand()
Returns a command instance for the command parameter. |
Uses of Command in net.fckeditor.response |
---|
Constructors in net.fckeditor.response with parameters of type Command | |
---|---|
GetResponse(Command command,
ResourceType type,
String currentFolder,
String constructedUrl)
Constructs a successful response for a specific command and resource type. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |