Interface EditorPluginService
- All Known Implementing Classes:
EditorPluginServiceImpl
public interface EditorPluginService
DWR service needed for the editor in the client.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic class
static class
-
Method Summary
Modifier and TypeMethodDescriptionGet the editor templates.getWidgets
(String language) Get a list of all widgets.
-
Method Details
-
getWidgets
Get a list of all widgets.- Returns:
- a list of all widgets.
-
getTemplates
List<EditorPluginService.Template> getTemplates()Get the editor templates.- Returns:
- a list of all editor templates.
-