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
Modifier and TypeMethodDescriptionUsed to specify an object that can modify the sort order of the content completion menu items.
-
Method Details
-
getSortPriorityAssigner
Used to specify an object that can modify the sort order of the content completion menu items.- Returns:
- a sort priority assigner.
-