public class CodeMacro extends LocalePreserved
description, initialContext| Constructor and Description |
|---|
CodeMacro() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(Writer writer,
org.radeox.api.macro.MacroParameter params)
Execute the macro.
|
String |
getLocaleKey() |
String[] |
getParamDescription()
Get a description of the paramters of the macro.
|
void |
setInitialContext(org.radeox.api.engine.context.InitialRenderContext context) |
getNameaddSpecial, addSpecial, replacecompareTo, getDescription, toStringpublic String[] getParamDescription()
BaseMacrogetParamDescription in interface org.radeox.api.macro.MacrogetParamDescription in class BaseMacropublic String getLocaleKey()
public void setInitialContext(org.radeox.api.engine.context.InitialRenderContext context)
setInitialContext in interface org.radeox.api.macro.MacrosetInitialContext in class LocalePreservedpublic void execute(Writer writer, org.radeox.api.macro.MacroParameter params) throws IllegalArgumentException, IOException
BaseMacroexecute in interface org.radeox.api.macro.Macroexecute in class BaseMacrowriter - A write where the macro should write its output toparams - Macro parameters with the parameters the macro is called withIllegalArgumentExceptionIOExceptionCopyright © 2003-2014 Sakai Project. All Rights Reserved.