net.fckeditor.handlers
Class ConnectorHandler

java.lang.Object
  extended by net.fckeditor.handlers.ConnectorHandler

Deprecated. Class will be removed in FCKeditor.Java 2.6.

public class ConnectorHandler
extends Object

Handler for Connector-related properties.
Wraps to the PropertiesLoader.
Attention: This class will be merged into Dispatcher since it serves only one reason (Connector instantiation) which will be done more reasonably in the dispatcher directly.

Version:
$Id: ConnectorHandler.java 3695 2009-06-18 20:18:38Z mosipov $

Constructor Summary
ConnectorHandler()
          Deprecated.  
 
Method Summary
static Connector getConnector()
          Deprecated. Method will be removed in FCKeditor.Java 2.6, functionality will be merged into Dispatcher.
static String getUserFilesAbsolutePath()
          Deprecated. Method will be removed in FCKeditor.Java 2.6, use PropertiesLoader.getUserFilesAbsolutePath().
static String getUserFilesPath()
          Deprecated. Method will be removed in FCKeditor.Java 2.6, use PropertiesLoader.getUserFilesPath().
static boolean isForceSingleExtension()
          Deprecated. Method will be removed in FCKeditor.Java 2.6, use PropertiesLoader.isForceSingleExtension().
static boolean isSecureImageUploads()
          Deprecated. Method will be removed in FCKeditor.Java 2.6, use PropertiesLoader.isSecureImageUploads().
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectorHandler

public ConnectorHandler()
Deprecated. 
Method Detail

getUserFilesPath

@Deprecated
public static String getUserFilesPath()
Deprecated. Method will be removed in FCKeditor.Java 2.6, use PropertiesLoader.getUserFilesPath().

Getter for connector.userFilesPath property

Returns:
UserFilesPath
See Also:
PropertiesLoader.getUserFilesPath()

getUserFilesAbsolutePath

@Deprecated
public static String getUserFilesAbsolutePath()
Deprecated. Method will be removed in FCKeditor.Java 2.6, use PropertiesLoader.getUserFilesAbsolutePath().

Getter for connector.userFilesAbsolutePath property

Returns:
UserFilesAbsolutePath
See Also:
PropertiesLoader.getUserFilesAbsolutePath()

isForceSingleExtension

@Deprecated
public static boolean isForceSingleExtension()
Deprecated. Method will be removed in FCKeditor.Java 2.6, use PropertiesLoader.isForceSingleExtension().

Getter for connector.forceSingleExtension property

Returns:
ForceSingleExtension
See Also:
PropertiesLoader.isForceSingleExtension()

isSecureImageUploads

@Deprecated
public static boolean isSecureImageUploads()
Deprecated. Method will be removed in FCKeditor.Java 2.6, use PropertiesLoader.isSecureImageUploads().

Getter for connector.secureImageUploads property

Returns:
SecureImageUploads
See Also:
PropertiesLoader.isSecureImageUploads()

getConnector

public static Connector getConnector()
Deprecated. Method will be removed in FCKeditor.Java 2.6, functionality will be merged into Dispatcher.

Getter for the implementation of Connector.

Returns:
Implementation of Connector.


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