|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.fckeditor.handlers.PropertiesLoader
public class PropertiesLoader
Manages FCKeditor.Java properties files.
It manages/loads the properties files in the following order:
fckeditor.properties
) if
present.
Properties
class.
Moreover, you can set properties programmatically too but make sure to override them before the first call of that specific property.
Constructor Summary | |
---|---|
PropertiesLoader()
|
Method Summary | |
---|---|
static String |
getConnectorImpl()
Returns connector.impl property |
static String |
getEditorBasePath()
Returns fckeditor.basePath property |
static String |
getEditorHeight()
Returns fckeditor.height property |
static String |
getEditorToolbarSet()
Returns fckeditor.toolbarSet property |
static String |
getEditorWidth()
Returns fckeditor.width property |
static String |
getFileResourceTypeAllowedExtensions()
Returns connector.resourceType.file.extensions.allowed
property |
static String |
getFileResourceTypeDeniedExtensions()
Returns connector.resourceType.file.extensions.denied
property |
static String |
getFileResourceTypePath()
Returns connector.resourceType.file.path property |
static String |
getFlashResourceTypeAllowedExtensions()
Returns connector.resourceType.flash.extensions.allowed
property |
static String |
getFlashResourceTypeDeniedExtensions()
Returns connector.resourceType.flash.extensions.denied
property |
static String |
getFlashResourceTypePath()
Returns connector.resourceType.flash.path property |
static String |
getImageResourceTypeAllowedExtensions()
Returns connector.resourceType.image.extensions.allowed
property |
static String |
getImageResourceTypeDeniedExtensions()
Returns connector.resourceType.image.extensions.denied
property |
static String |
getImageResourceTypePath()
Returns connector.resourceType.image.path property |
static String |
getLocaleResolverImpl()
Returns connector.localeResolverImpl property |
static String |
getMediaResourceTypeAllowedExtensions()
Returns connector.resourceType.media.extensions.allowed
property |
static String |
getMediaResourceTypeDeniedExtensions()
Returns connector.resourceType.media.extensions.denied
property |
static String |
getMediaResourceTypePath()
Returns connector.resourceType.media.path property |
static String |
getProperty(String key)
Searches for the property with the specified key in this property list. |
static String |
getUserActionImpl()
Returns connector.userActionImpl property |
static String |
getUserFilesAbsolutePath()
Returns connector.userFilesAbsolutePath property |
static String |
getUserFilesPath()
Returns connector.userFilesPath property |
static String |
getUserPathBuilderImpl()
Returns connector.userPathBuilderImpl property |
static boolean |
isForceSingleExtension()
Returns connector.forceSingleExtension property |
static boolean |
isSecureImageUploads()
Returns connector.secureImageUploads property |
static void |
setProperty(String key,
String value)
Sets the property with the specified key in this property list. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PropertiesLoader()
Method Detail |
---|
public static String getProperty(String key)
Properties.getProperty(String)
public static void setProperty(String key, String value)
Properties.setProperty(String, String)
public static String getEditorToolbarSet()
fckeditor.toolbarSet
property
public static String getEditorWidth()
fckeditor.width
property
public static String getEditorHeight()
fckeditor.height
property
public static String getEditorBasePath()
fckeditor.basePath
property
public static String getFileResourceTypePath()
connector.resourceType.file.path
property
public static String getFlashResourceTypePath()
connector.resourceType.flash.path
property
public static String getImageResourceTypePath()
connector.resourceType.image.path
property
public static String getMediaResourceTypePath()
connector.resourceType.media.path
property
public static String getFileResourceTypeAllowedExtensions()
connector.resourceType.file.extensions.allowed
property
public static String getFileResourceTypeDeniedExtensions()
connector.resourceType.file.extensions.denied
property
public static String getFlashResourceTypeAllowedExtensions()
connector.resourceType.flash.extensions.allowed
property
public static String getFlashResourceTypeDeniedExtensions()
connector.resourceType.flash.extensions.denied
property
public static String getImageResourceTypeAllowedExtensions()
connector.resourceType.image.extensions.allowed
property
public static String getImageResourceTypeDeniedExtensions()
connector.resourceType.image.extensions.denied
property
public static String getMediaResourceTypeAllowedExtensions()
connector.resourceType.media.extensions.allowed
property
public static String getMediaResourceTypeDeniedExtensions()
connector.resourceType.media.extensions.denied
property
public static String getUserFilesPath()
connector.userFilesPath
property
public static String getUserFilesAbsolutePath()
connector.userFilesAbsolutePath
property
public static boolean isForceSingleExtension()
connector.forceSingleExtension
property
public static boolean isSecureImageUploads()
connector.secureImageUploads
property
public static String getConnectorImpl()
connector.impl
property
public static String getUserActionImpl()
connector.userActionImpl
property
public static String getUserPathBuilderImpl()
connector.userPathBuilderImpl
property
public static String getLocaleResolverImpl()
connector.localeResolverImpl
property
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |