Package ro.sync.ecss.extensions.api
Interface WebappExtensionsProvider
-
@API(type=EXTENDABLE, src=PUBLIC) public interface WebappExtensionsProvider
Web Author specific extensions for a document type.- Since:
- 21.1
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default ContentCompletionSortPriorityAssigner
getSortPriorityAssigner()
Used to specify an object that can modify the sort order of the content completion menu items.
-
-
-
Method Detail
-
getSortPriorityAssigner
default ContentCompletionSortPriorityAssigner getSortPriorityAssigner()
Used to specify an object that can modify the sort order of the content completion menu items.- Returns:
- a sort priority assigner.
-
-