Interface IComponentsProvider
@API(type=NOT_EXTENDABLE,
src=PUBLIC)
public interface IComponentsProvider
The components provider interface.
- Since:
- 27
-
Method Summary
Modifier and TypeMethodDescriptiongetAllComponents(URL editorUrl) Get all components from the editor of the specified URL.getAllNamespaces(URL editorUrl) Get all namespaces from the editor of the specified URL.
-
Method Details
-
getAllComponents
Get all components from the editor of the specified URL.- Parameters:
editorUrl- The editor URL.- Returns:
- The list of components. Might be
nullif the editor is not opened for editing in TEXT page.
-
getAllNamespaces
Get all namespaces from the editor of the specified URL.- Parameters:
editorUrl- The editor URL.- Returns:
- The list of namespaces. Might be
nullif the editor is not opened for editing in TEXT page.
-