Changes for page Rendering Module

Last modified by Manuel Leduc on 2023/04/17 11:03

From version 74.1
edited by Vincent Massol
on 2021/03/17 21:44
Change comment: Migrated property [scmdevconnection] from class [ExtensionCode.ExtensionClass]
To version 75.1
edited by Vincent Massol
on 2022/07/27 09:52
Change comment: There is no comment for this version

Summary

Details

ExtensionCode.ExtensionClass[0]
Description
... ... @@ -1,6 +1,6 @@
1 -Starting with XWiki Platform 3.0 the Rendering module has been extracted out of XWiki Platform and is now [[a generic library on its own that can be used without using XWiki Platform>>http://rendering.xwiki.org]].
1 +XWiki Rendering is a [[a generic library on its own that can be used without using XWiki Platform>>http://rendering.xwiki.org]].
2 2  
3 -XWiki Platform adds some features, for example it adds a Script Service (requires XWiki 2.3M1+) to make it easy to access Rendering APIs from script.
3 +XWiki Platform adds some features, for example it adds a Script Service to make it easy to access Rendering APIs from script.
4 4  
5 5  == Rendering Script Service ==
6 6  
... ... @@ -88,6 +88,15 @@
88 88   * @since 10.10RC1
89 89   */
90 90   public MacroDescriptor getMacroDescriptor(MacroId macroId)
91 +
92 + /**
93 + * Return the list of categories of a given macro.
94 + *
95 + * @param macroId the macro id
96 + * @return the list of categories of the macro
97 + * @since 14.6RC1
98 + */
99 + public Set<String> getMacroCategories(MacroId macroId)
91 91  }
92 92  {{/code}}
93 93  

Get Connected