Class EditorPluginServiceImpl
java.lang.Object
ch.tocco.nice2.optional.cms.impl.entityexplorer.EditorPluginServiceImpl
- All Implemented Interfaces:
EditorPluginService
-
Nested Class Summary
Nested classes/interfaces inherited from interface ch.tocco.nice2.optional.cms.impl.entityexplorer.EditorPluginService
EditorPluginService.Template, EditorPluginService.Widget
-
Constructor Summary
ConstructorDescriptionEditorPluginServiceImpl
(CmsTemplateService cmsTemplateService, WidgetModelService widgetModelService, L10N l10n) -
Method Summary
Modifier and TypeMethodDescriptionGet the editor templates.getWidgets
(String language) Get a list of all widgets.
-
Constructor Details
-
EditorPluginServiceImpl
public EditorPluginServiceImpl(CmsTemplateService cmsTemplateService, WidgetModelService widgetModelService, L10N l10n)
-
-
Method Details
-
getWidgets
Description copied from interface:EditorPluginService
Get a list of all widgets.- Specified by:
getWidgets
in interfaceEditorPluginService
- Returns:
- a list of all widgets.
-
getTemplates
Description copied from interface:EditorPluginService
Get the editor templates.- Specified by:
getTemplates
in interfaceEditorPluginService
- Returns:
- a list of all editor templates.
-