Uses of Class
net.fckeditor.handlers.ResourceType

Packages that use ResourceType
net.fckeditor.connector Central interfaces and classes for the connector life cycle. 
net.fckeditor.connector.impl Default implementations for the connector interface. 
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. 
net.fckeditor.tool Various tool classes. 
 

Uses of ResourceType in net.fckeditor.connector
 

Methods in net.fckeditor.connector with parameters of type ResourceType
 void Connector.createFolder(ResourceType type, String currentFolder, String newFolder)
          Creates a new folder on the backend.
 String Connector.fileUpload(ResourceType type, String currentFolder, String fileName, InputStream inputStream)
          Uploads a new file on to the backend.
 List<Map<String,Object>> Connector.getFiles(ResourceType type, String currentFolder)
          Returns a list of file attributes from the backend.
 List<String> Connector.getFolders(ResourceType type, String currentFolder)
          Returns a list of folders from the backend.
 

Uses of ResourceType in net.fckeditor.connector.impl
 

Methods in net.fckeditor.connector.impl with parameters of type ResourceType
 void AbstractLocalFileSystemConnector.createFolder(ResourceType type, String currentFolder, String newFolder)
           
 String AbstractLocalFileSystemConnector.fileUpload(ResourceType type, String currentFolder, String fileName, InputStream inputStream)
           
 List<Map<String,Object>> AbstractLocalFileSystemConnector.getFiles(ResourceType type, String currentFolder)
           
 List<String> AbstractLocalFileSystemConnector.getFolders(ResourceType type, String currentFolder)
           
protected static File AbstractLocalFileSystemConnector.getOrCreateResourceTypeDir(String baseDir, ResourceType type)
          Returns a file reference to a created resource type directory.
 

Uses of ResourceType in net.fckeditor.handlers
 

Fields in net.fckeditor.handlers declared as ResourceType
static ResourceType ResourceType.FILE
          Resource type File
static ResourceType ResourceType.FLASH
          Resource type Flash
static ResourceType ResourceType.IMAGE
          Resource type Image
static ResourceType ResourceType.MEDIA
          Resource type Media
 

Methods in net.fckeditor.handlers that return ResourceType
static ResourceType ResourceType.getDefaultResourceType(String name)
          Returns the resource type constant with the specified name.
static ResourceType ResourceType.getResourceType(String name)
          Returns the resource type constant with the specified name.
static ResourceType ResourceType.valueOf(String name)
          Returns the resource type constant with the specified name.
 

Uses of ResourceType in net.fckeditor.requestcycle
 

Methods in net.fckeditor.requestcycle that return ResourceType
 ResourceType Context.getDefaultResourceType()
          Returns a default resource type instance for the type parameter.
 ResourceType Context.getResourceType()
          Returns a resource type instance for the type parameter.
 

Uses of ResourceType in net.fckeditor.response
 

Constructors in net.fckeditor.response with parameters of type ResourceType
GetResponse(Command command, ResourceType type, String currentFolder, String constructedUrl)
          Constructs a successful response for a specific command and resource type.
 

Uses of ResourceType in net.fckeditor.tool
 

Methods in net.fckeditor.tool with parameters of type ResourceType
static String UtilsResponse.fileUrl(String userFilesPath, ResourceType type, String currentFolder, String filename)
          Assembles a file URL for the File Browser.
static String UtilsResponse.getUrl(String userFilesPath, ResourceType type, String currentFolder)
          Assembles a URL with omitted filename.
 



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