Class FCKeditorConfigurations
java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap
org.exoplatform.frameworks.jcr.web.fckeditor.FCKeditorConfigurations
- All Implemented Interfaces:
Serializable,Cloneable,Map
Contains the configuration settings for the FCKEditor.
Adding element to this collection you can override the settings specified in the config.js file.
Adding element to this collection you can override the settings specified in the config.js file.
- Author:
- Simone Chiaretta (simo@users.sourceforge.net)
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object, V extends Object> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGenerate the url parameter sequence used to pass this configuration to the editor.Methods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesMethods inherited from class java.util.AbstractMap
equals, hashCode, toString
-
Constructor Details
-
FCKeditorConfigurations
public FCKeditorConfigurations()Initialize the configuration collection
-
-
Method Details
-
getUrlParams
Generate the url parameter sequence used to pass this configuration to the editor.- Returns:
- html endocode sequence of configuration parameters
-