Uses of Class
com.jalios.jcms.wysiwyg.WysiwygConfiguration
-
Packages that use WysiwygConfiguration Package Description com.jalios.jcms.wysiwyg -
-
Uses of WysiwygConfiguration in com.jalios.jcms.wysiwyg
Methods in com.jalios.jcms.wysiwyg that return WysiwygConfiguration Modifier and Type Method Description WysiwygConfiguration
WysiwygManager. getConfiguration(java.lang.String configurationId)
Returns theWysiwygConfiguration
from the given configuration IDMethods in com.jalios.jcms.wysiwyg that return types with arguments of type WysiwygConfiguration Modifier and Type Method Description java.util.Collection<WysiwygConfiguration>
WysiwygManager. getConfigurations()
Returns allWysiwygConfiguration
available on the siteMethods in com.jalios.jcms.wysiwyg with parameters of type WysiwygConfiguration Modifier and Type Method Description void
WysiwygConfiguration. addOptionsIfAbsent(WysiwygConfiguration otherConfiguration)
Copies only the options of the given configuration that are not already present in the current configuration.void
WysiwygConfiguration. addSuperOptions(WysiwygConfiguration otherConfiguration)
Replace @super token in the options current configuration with the matching options of the given configuration.static void
WysiwygConfigurationUpdate. removePlugin(java.lang.String plugin, WysiwygConfiguration config)
-