|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.fckeditor.handlers.ConnectorHandler
public class ConnectorHandler
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.
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 |
---|
public ConnectorHandler()
Method Detail |
---|
@Deprecated public static String getUserFilesPath()
PropertiesLoader.getUserFilesPath()
.
connector.userFilesPath
property
PropertiesLoader.getUserFilesPath()
@Deprecated public static String getUserFilesAbsolutePath()
PropertiesLoader.getUserFilesAbsolutePath()
.
connector.userFilesAbsolutePath
property
PropertiesLoader.getUserFilesAbsolutePath()
@Deprecated public static boolean isForceSingleExtension()
PropertiesLoader.isForceSingleExtension()
.
connector.forceSingleExtension
property
PropertiesLoader.isForceSingleExtension()
@Deprecated public static boolean isSecureImageUploads()
PropertiesLoader.isSecureImageUploads()
.
connector.secureImageUploads
property
PropertiesLoader.isSecureImageUploads()
public static Connector getConnector()
Dispatcher
.
Connector
.
Connector
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |