public class HtmlEditorPluginServiceImpl extends DefaultComponent implements HtmlEditorPluginService
Modifier and Type | Field and Description |
---|---|
static String |
PLUGINS_EXTENSION_POINT |
lastModified
Constructor and Description |
---|
HtmlEditorPluginServiceImpl() |
Modifier and Type | Method and Description |
---|---|
void |
activate(ComponentContext context)
Activates the component.
|
void |
deactivate(ComponentContext context)
Deactivates the component.
|
String |
getFormattedPluginsNames() |
String |
getFormattedToolbarsButtonsNames() |
List<String> |
getPluginsName() |
Map<String,String> |
getToolbarsButtons() |
List<String> |
getToolbarsButtonsNames() |
void |
registerContribution(Object contribution,
String extensionPoint,
ComponentInstance contributor) |
void |
unregisterContribution(Object contribution,
String extensionPoint,
ComponentInstance contributor) |
getAdapter, getLastModified, registerExtension, setLastModified, setModifiedNow, start, stop, unregisterExtension
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
applicationStarted, getApplicationStartedOrder
public static final String PLUGINS_EXTENSION_POINT
public HtmlEditorPluginServiceImpl()
public void activate(ComponentContext context)
Component
This method is called by the runtime when a component is activated.
activate
in interface Component
activate
in class DefaultComponent
context
- the runtime contextpublic void deactivate(ComponentContext context)
Component
This method is called by the runtime when a component is deactivated.
deactivate
in interface Component
deactivate
in class DefaultComponent
context
- the runtime contextpublic void registerContribution(Object contribution, String extensionPoint, ComponentInstance contributor)
registerContribution
in class DefaultComponent
public void unregisterContribution(Object contribution, String extensionPoint, ComponentInstance contributor)
unregisterContribution
in class DefaultComponent
public List<String> getPluginsName()
getPluginsName
in interface HtmlEditorPluginService
public String getFormattedPluginsNames()
getFormattedPluginsNames
in interface HtmlEditorPluginService
public List<String> getToolbarsButtonsNames()
public String getFormattedToolbarsButtonsNames()
getFormattedToolbarsButtonsNames
in interface HtmlEditorPluginService
public Map<String,String> getToolbarsButtons()
getToolbarsButtons
in interface HtmlEditorPluginService
Copyright © 2018 Nuxeo. All rights reserved.