Uses of Interface
org.xwiki.uiextension.UIExtension
-
Packages that use UIExtension Package Description org.xwiki.uiextension org.xwiki.uiextension.script -
-
Uses of UIExtension in org.xwiki.uiextension
Methods in org.xwiki.uiextension that return types with arguments of type UIExtension Modifier and Type Method Description List<UIExtension>
UIExtensionFilter. filter(List<UIExtension> extensions, String... parameters)
Filter a list ofUIExtension
.List<UIExtension>
UIExtensionManager. get(String extensionPointId)
Retrieves all theUIExtension
s for a given Extension Point.default Optional<UIExtension>
UIExtensionManager. getUIExtension(String id)
Get the UI extension from the id.Method parameters in org.xwiki.uiextension with type arguments of type UIExtension Modifier and Type Method Description List<UIExtension>
UIExtensionFilter. filter(List<UIExtension> extensions, String... parameters)
Filter a list ofUIExtension
. -
Uses of UIExtension in org.xwiki.uiextension.script
Methods in org.xwiki.uiextension.script that return types with arguments of type UIExtension Modifier and Type Method Description List<UIExtension>
UIExtensionScriptService. getExtensions(String extensionPointId)
Retrieves all theUIExtension
s for a given Extension Point.List<UIExtension>
UIExtensionScriptService. getExtensions(String extensionPointId, Map<String,String> filters)
Retrieves the list ofUIExtension
for a given Extension Point.
-