Uses of Class
org.xwiki.rendering.macro.wikibridge.binding.WikiMacroBinding
-
Packages that use WikiMacroBinding Package Description org.xwiki.rendering.macro.wikibridge.binding -
-
Uses of WikiMacroBinding in org.xwiki.rendering.macro.wikibridge.binding
Methods in org.xwiki.rendering.macro.wikibridge.binding with parameters of type WikiMacroBinding Modifier and Type Method Description void
WikiMacroBindingInitializer. initialize(WikiMacro wikiMacro, WikiMacroParameters parameters, String macroContent, org.xwiki.rendering.transformation.MacroTransformationContext context, WikiMacroBinding macroBinding)
Initialize the binding provided to the script macros.void
WikiMacroBinding. replaceAll(WikiMacroBinding wikiMacroBinding)
Replace all the content of the current binding with the given binding.
-