Uses of Class
org.xwiki.rendering.transformation.MacroTransformationContext
-
Packages that use MacroTransformationContext Package Description org.xwiki.rendering.macro org.xwiki.rendering.macro.source org.xwiki.rendering.transformation org.xwiki.rendering.transformation.macro -
-
Uses of MacroTransformationContext in org.xwiki.rendering.macro
Methods in org.xwiki.rendering.macro with parameters of type MacroTransformationContext Modifier and Type Method Description List<Block>
Macro. execute(P parameters, String content, MacroTransformationContext context)
Executes the macro.Syntax
MacroContentParser. getCurrentSyntax(MacroTransformationContext context)
Find the current syntax to use for macro supporting wiki content/parameters/whatever.default XDOM
MacroContentParser. parse(String content, Syntax syntax, MacroTransformationContext macroContext, boolean transform, MetaData metadata, boolean inline)
Parses content of a macro field (parameter, macro content) in a given syntax and optionally remove the top level paragraph.XDOM
MacroContentParser. parse(String content, MacroTransformationContext macroContext, boolean transform, boolean inline)
Parses content of a macro field (parameter, macro content) in a given syntax and optionally remove the top level paragraph.XDOM
MacroContentParser. parse(String content, MacroTransformationContext macroContext, boolean transform, MetaData metadata, boolean inline)
Parses content of a macro field (parameter, macro content) in a given syntax and optionally remove the top level paragraph. -
Uses of MacroTransformationContext in org.xwiki.rendering.macro.source
Methods in org.xwiki.rendering.macro.source with parameters of type MacroTransformationContext Modifier and Type Method Description MacroContentWikiSource
MacroContentWikiSourceFactory. getContent(MacroContentSourceReference reference, MacroTransformationContext context)
-
Uses of MacroTransformationContext in org.xwiki.rendering.transformation
Methods in org.xwiki.rendering.transformation that return MacroTransformationContext Modifier and Type Method Description MacroTransformationContext
MacroTransformationContext. clone()
-
Uses of MacroTransformationContext in org.xwiki.rendering.transformation.macro
Methods in org.xwiki.rendering.transformation.macro that return MacroTransformationContext Modifier and Type Method Description MacroTransformationContext
RawBlockFilterParameters. getMacroTransformationContext()
Constructors in org.xwiki.rendering.transformation.macro with parameters of type MacroTransformationContext Constructor Description RawBlockFilterParameters(MacroTransformationContext macroTransformationContext)
Default constructor.
-