|
||||||||||
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
.
Constructor Summary | |
---|---|
ConnectorHandler()
|
Method Summary | |
---|---|
static java.lang.String |
getDefaultUserFilesPath()
Getter for the default UserFilesPath . |
static java.lang.String |
getUserFilesPath(javax.servlet.http.HttpServletRequest request)
Getter for the UserFilesPath . |
static boolean |
isForceSingleExtension()
Getter for the default handling of files with multiple extensions. |
static boolean |
isFullUrl()
Getter for the value to instruct the connector to return the full URL of a file/folder in the XML response rather than the absolute URL. |
static boolean |
isSecureImageUploads()
Getter for the value to instruct the Connector to check if the uploaded image is really an image. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConnectorHandler()
Method Detail |
---|
public static java.lang.String getUserFilesPath(javax.servlet.http.HttpServletRequest request)
UserFilesPath
.
UserPathBuilder.getUserFilesPath(HttpServletRequest)
or
the DefaultUserFilePath
if UserPathBuilder
isn't set.public static boolean isForceSingleExtension()
true
if single extension only should be enforced
else false
.public static boolean isFullUrl()
true
if the property connector.fullUrl
is
set else false
.public static java.lang.String getDefaultUserFilesPath()
UserFilesPath
.
DefaultUserFilesPath
(/userfiles)public static boolean isSecureImageUploads()
connector.secureImageUploads
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |