public interface Macro extends Comparable
| Modifier and Type | Method and Description |
|---|---|
void |
execute(Writer writer,
MacroParameter params)
Execute the macro.
|
String |
getDescription()
Get a description of the macro.
|
String |
getName()
Get the name of the macro.
|
String[] |
getParamDescription()
Get a description of the paramters of the macro.
|
void |
setInitialContext(InitialRenderContext context) |
compareToString getName()
String getDescription()
String[] getParamDescription()
void setInitialContext(InitialRenderContext context)
void execute(Writer writer, MacroParameter params) throws IllegalArgumentException, IOException
writer - A write where the macro should write its output toparams - Macro parameters with the parameters the macro is called withIllegalArgumentExceptionIOExceptionCopyright © 2003–2021 Sakai Project. All rights reserved.