Interface WikiMacroBindingInitializer


  • @Role
    @Deprecated
    public interface WikiMacroBindingInitializer
    Deprecated.
    Since 11.6RC1, 10.11.9, 11.3.2. Use WikiMacroBindingInitializer instead.
    Initialize the binding provided to the script macros. Called before executing each wiki macro is executed.
    Since:
    10.6RC1
    Version:
    $Id: 0ddccde473cb28565636f494ec6a6105f4224265 $
    • 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 macro
        parameters - the parameters of the macro
        macroContent - the content of the macro
        context - the macro execution context
        macroBinding - the binding map to fill