|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.fckeditor.handlers.ConnectorHandler
public class ConnectorHandler
Handler for some base properties.
It's a kind of wrapper to some basic properties handled by 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 servletRequest)
Getter for the base dir (using for user files). |
static boolean |
isForceSingleExtension()
Getter for the default handling of single 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 one. |
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 servletRequest)
UserPathBuilder.getUserFilesPath(HttpServletRequest)
or the default base dir, if
UserPathBuilder
} isn't set.public static boolean isForceSingleExtension()
public static boolean isFullUrl()
public static java.lang.String getDefaultUserFilesPath()
public static boolean isSecureImageUploads()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |