| Package | Description |
|---|---|
| org.xwiki.rendering.macro | |
| org.xwiki.rendering.macro.parameter |
| Modifier and Type | Method and Description |
|---|---|
List<Block> |
Macro.execute(P parameters,
String content,
MacroTransformationContext context)
Executes the macro.
|
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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MacroParameterException
Encapsulate macro parameter error.
|
class |
ParameterValueTooHighException
Deprecated.
use
javax.validation.constraints.Max instead |
class |
ParameterValueTooLowException
Deprecated.
use
javax.validation.constraints.Min instead |
Copyright © 2004–2016 XWiki. All rights reserved.