org.xwiki.rendering.internal.macro.wikibridge
Interface WikiMacroBindingInitializer
@ComponentRole
public interface WikiMacroBindingInitializer
Initialize the binding provided to the script macros. Called before executing each wiki macro is executed.
- Since:
- 2.5M1
- Version:
- $Id$
|
Method Summary |
void |
initialize(DocumentReference macroDocumentReference,
WikiMacroParameters parameters,
java.lang.String macroContent,
org.xwiki.rendering.transformation.MacroTransformationContext context,
java.util.Map<java.lang.String,java.lang.Object> macroBinding)
Initialize the binding provided to the script macros. |
initialize
void initialize(DocumentReference macroDocumentReference,
WikiMacroParameters parameters,
java.lang.String macroContent,
org.xwiki.rendering.transformation.MacroTransformationContext context,
java.util.Map<java.lang.String,java.lang.Object> macroBinding)
- Initialize the binding provided to the script macros.
- Parameters:
macroDocumentReference - the reference of the document containing the wiki macroparameters - the parameters of the macromacroContent - the content of the macrocontext - the macro execution contextmacroBinding - the binding map to fill
Copyright © 2004-2011 XWiki. All Rights Reserved.