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
public class FCKeditorConfigurations extends HashMap
Contains the configuration settings for the FCKEditor.
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:
- Serialized Form
-
-
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 Constructor Description FCKeditorConfigurations()Initialize the configuration collection
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetUrlParams()Generate 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, values
-
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
-
-
-
-
Method Detail
-
getUrlParams
public String getUrlParams()
Generate the url parameter sequence used to pass this configuration to the editor.- Returns:
- html endocode sequence of configuration parameters
-
-