public class TemplateMacroParameters extends Object
TemplateMacro
Macro.Constructor and Description |
---|
TemplateMacroParameters() |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
boolean |
isOutput() |
void |
setName(String name) |
void |
setOutput(boolean output) |
public void setName(String name)
name
- the name of the templatepublic String getName()
public boolean isOutput()
public void setOutput(boolean output)
output
- specify whether or not the result of the execution should be returned the macro.Copyright © 2004–2021 XWiki. All rights reserved.