public class LinkMacro extends BaseLocaleMacro
initialContext| Constructor and Description |
|---|
LinkMacro() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(Writer writer,
MacroParameter params)
Execute the macro.
|
String |
getDescription()
Get a description of the macro.
|
String |
getLocaleKey() |
String[] |
getParamDescription()
Get a description of the paramters of the macro.
|
getName, setInitialContextpublic String[] getParamDescription()
BaseMacrogetParamDescription in interface MacrogetParamDescription in class BaseMacropublic String getDescription()
BaseMacrogetDescription in interface MacrogetDescription in class BaseMacropublic String getLocaleKey()
public void execute(Writer writer, MacroParameter params) throws IllegalArgumentException, IOException
BaseMacroexecute in interface 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–2018 Sakai Project. All rights reserved.