Changes for page Rendering Module

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

<
From version < 76.1 >
edited by Vincent Massol
on 2022/07/27 10:00
To version < 74.2 >
edited by Vincent Massol
on 2022/04/19 11:13
>
Change comment: There is no comment for this version

Summary

Details

ExtensionCode.ExtensionClass[0]
Description
... ... @@ -88,34 +88,9 @@
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)
100 100  }
101 101  {{/code}}
102 102  
103 -{{version before="14.6RC1"}}
104 -{{version since="13.10.8,14.4.3"}}
105 -{{code language="java"}}
106 - /**
107 - * Return the category of the macro, possibly overridden.
108 - *
109 - * @param macroId the macro id
110 - * @return the category
111 - * @since 13.10.8
112 - * @since 14.4.3
113 - */
114 - public String getMacroCategory(MacroId macroId)
115 -{{/code}}
116 -{{/version}}
117 -{{/version}}
118 -
119 119  For example to parse some content in HTML and then render it in XWiki Syntax 2.1 from Velocity you would write:
120 120  
121 121  {{code}}

Get Connected