net.fckeditor
Class FCKeditorConfig
java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<String,String>
net.fckeditor.FCKeditorConfig
- All Implemented Interfaces:
- Serializable, Cloneable, Map<String,String>
public class FCKeditorConfig
- extends HashMap<String,String>
Java representation of the FCKConfig object from the editor. Every FCKeditor
instance will load the config.js
by default, if you assign a
FCKConfig instance to an editor, it will automatically override these
system-wide settings for the current instance only.
- Version:
- $Id: FCKeditorConfig.java 4785 2009-12-21 20:10:28Z mosipov $
- See Also:
- Serialized Form
Method Summary |
String |
getUrlParams()
Generates the URL parameter sequence for this configuration. |
Methods inherited from class java.util.HashMap |
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values |
FCKeditorConfig
public FCKeditorConfig()
getUrlParams
public String getUrlParams()
- Generates the URL parameter sequence for this configuration.
- Returns:
- HTML-encoded sequence of configuration parameters
Copyright © 2004-2010 Frederico Caldeira Knabben. All Rights Reserved.