Uses of Class
net.fckeditor.handlers.ResourceTypeHandler

Packages that use ResourceTypeHandler
net.fckeditor.handlers Different handlers for various purposes used in the entire system. 
net.fckeditor.response Response object wrappers for GET and POST requests. 
net.fckeditor.tool Various tool classes. 
 

Uses of ResourceTypeHandler in net.fckeditor.handlers
 

Fields in net.fckeditor.handlers declared as ResourceTypeHandler
static ResourceTypeHandler ResourceTypeHandler.FILE
           
static ResourceTypeHandler ResourceTypeHandler.FLASH
           
static ResourceTypeHandler ResourceTypeHandler.IMAGE
           
static ResourceTypeHandler ResourceTypeHandler.MEDIA
           
 

Methods in net.fckeditor.handlers that return ResourceTypeHandler
static ResourceTypeHandler ResourceTypeHandler.getDefaultResourceType(java.lang.String name)
          Tries to determine ResourceType from string and return FILE if provided string is invalid.
static ResourceTypeHandler ResourceTypeHandler.getResourceType(java.lang.String name)
          A wrapper for valueOf(String).
static ResourceTypeHandler ResourceTypeHandler.valueOf(java.lang.String name)
          Getter for a ResourceTypeHandler for a specified string.
 

Methods in net.fckeditor.handlers with parameters of type ResourceTypeHandler
static java.util.Set<java.lang.String> ExtensionsHandler.getExtensionsAllowed(ResourceTypeHandler type)
          Getter for the allowed extensions of a file type.
static java.util.Set<java.lang.String> ExtensionsHandler.getExtensionsDenied(ResourceTypeHandler type)
          Getter for the denied extensions of a file type.
static boolean ExtensionsHandler.isAllowed(ResourceTypeHandler type, java.lang.String extension)
          Checks if an extension is allowed for a file type.
static void ExtensionsHandler.setExtensionsAllowed(ResourceTypeHandler type, java.lang.String extensionsList)
          Setter for the allowed extensions of a file type.
static void ExtensionsHandler.setExtensionsDenied(ResourceTypeHandler type, java.lang.String extensionsList)
          Setter for the denied extensions of a file type.
 

Uses of ResourceTypeHandler in net.fckeditor.response
 

Constructors in net.fckeditor.response with parameters of type ResourceTypeHandler
XmlResponse(CommandHandler command, ResourceTypeHandler resourceType, java.lang.String currentFolder, java.lang.String constructedUrl)
          Use this contructor if want to respond a positive message.
 

Uses of ResourceTypeHandler in net.fckeditor.tool
 

Methods in net.fckeditor.tool with parameters of type ResourceTypeHandler
static java.lang.String UtilsResponse.constructResponseUrl(javax.servlet.http.HttpServletRequest request, ResourceTypeHandler resourceType, java.lang.String urlPath, boolean prependContextPath, boolean fullUrl)
          Constructs a URL from different parameters.
static java.lang.String UtilsFile.constructServerSidePath(javax.servlet.http.HttpServletRequest request, ResourceTypeHandler resourceType)
          Compose server-side response path.
 



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