@Role
public interface UIExtensionManager
Modifier and Type | Method and Description |
---|---|
List<UIExtension> |
get(String extensionPointId)
Retrieves all the
UIExtension s for a given Extension Point. |
List<UIExtension> get(String extensionPointId)
UIExtension
s for a given Extension Point.extensionPointId
- The ID of the Extension Point to retrieve the UIExtension
s forUIExtension
for the given Extension PointCopyright © 2004–2021 XWiki. All rights reserved.