net.fckeditor
Class FCKeditorConfig

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap<String,String>
          extended by 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 3695 2009-06-18 20:18:38Z mosipov $
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
 
Constructor Summary
FCKeditorConfig()
           
 
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
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Constructor Detail

FCKeditorConfig

public FCKeditorConfig()
Method Detail

getUrlParams

public String getUrlParams()
Generates the URL parameter sequence for this configuration.

Returns:
HTML-encoded sequence of configuration parameters


Copyright © 2004-2009 Frederico Caldeira Knabben. All Rights Reserved.