Uses of Class
net.fckeditor.response.GetResponse

Packages that use GetResponse
net.fckeditor.connector Central interfaces and classes for the connector life cycle. 
net.fckeditor.response Response objects for GET and POST requests. 
 

Uses of GetResponse in net.fckeditor.connector
 

Methods in net.fckeditor.connector that return GetResponse
(package private)  GetResponse Dispatcher.doGet(HttpServletRequest request)
          Called by the connector servlet to handle a GET request.
 

Uses of GetResponse in net.fckeditor.response
 

Methods in net.fckeditor.response that return GetResponse
static GetResponse GetResponse.getCreateFolderDisabledError()
          Creates a CREATE FOLDER DISABLED error.
static GetResponse GetResponse.getCreateFolderWriteError()
          Creates a CREATE FOLDER WRITE error.
static GetResponse GetResponse.getFolderAlreadyExistsError()
          Creates a FOLDER ALREADY EXISTS error.
static GetResponse GetResponse.getGetResourcesDisabledError()
          Creates a GET RESOURCES DISABLED error.
static GetResponse GetResponse.getGetResourcesReadError()
          Creates a GET RESOURCES READ error.
static GetResponse GetResponse.getInvalidCommandError()
          Creates an INVALID COMMAND error.
static GetResponse GetResponse.getInvalidCurrentFolderError()
          Creates an INVALID CURRENT FOLDER error.
static GetResponse GetResponse.getInvalidNewFolderNameError()
          Creates an INVALID NEW FOLDER NAME error.
static GetResponse GetResponse.getInvalidResourceTypeError()
          Creates an INVALID RESOURCE TYPE error.
static GetResponse GetResponse.getOK()
          Creates an OK response.
 



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