|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MacroTransformationContext | |
|---|---|
| org.xwiki.rendering.macro | |
| org.xwiki.rendering.transformation | |
| Uses of MacroTransformationContext in org.xwiki.rendering.macro |
|---|
| Methods in org.xwiki.rendering.macro with parameters of type MacroTransformationContext | |
|---|---|
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. |
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. |
| Uses of MacroTransformationContext in org.xwiki.rendering.transformation |
|---|
| Methods in org.xwiki.rendering.transformation that return MacroTransformationContext | |
|---|---|
MacroTransformationContext |
MacroTransformationContext.clone()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||