@Role
public interface UIExtension
Modifier and Type | Method and Description |
---|---|
org.xwiki.rendering.block.Block |
execute() |
String |
getExtensionPointId() |
String |
getId() |
Map<String,String> |
getParameters()
A map of parameters provided by the extension.
|
String getId()
String getExtensionPointId()
Map<String,String> getParameters()
org.xwiki.rendering.block.Block execute()
Block
that must be rendered when this extension is displayedCopyright © 2004–2021 XWiki. All rights reserved.