Interface WikiMacroBindingInitializer
-
@Role @Deprecated public interface WikiMacroBindingInitializer
Deprecated.Since 11.6RC1, 10.11.9, 11.3.2. UseWikiMacroBindingInitializer
instead.Initialize the binding provided to the script macros. Called before executing each wiki macro is executed.- Since:
- 10.6RC1
- Version:
- $Id: 0ddccde473cb28565636f494ec6a6105f4224265 $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description void
initialize(WikiMacro wikiMacro, WikiMacroParameters parameters, String macroContent, org.xwiki.rendering.transformation.MacroTransformationContext context, Map<String,Object> macroBinding)
Deprecated.Initialize the binding provided to the script macros.
-
-
-
Method Detail
-
initialize
void initialize(WikiMacro wikiMacro, WikiMacroParameters parameters, String macroContent, org.xwiki.rendering.transformation.MacroTransformationContext context, Map<String,Object> macroBinding)
Deprecated.Initialize the binding provided to the script macros.- Parameters:
wikiMacro
- the wiki macroparameters
- the parameters of the macromacroContent
- the content of the macrocontext
- the macro execution contextmacroBinding
- the binding map to fill
-
-