public class RSSMacro
extends org.radeox.macro.BaseLocaleMacro
Constructor and Description |
---|
RSSMacro() |
Modifier and Type | Method and Description |
---|---|
void |
execute(Writer writer,
org.radeox.macro.parameter.MacroParameter parameter)
Process the macro.
|
String |
getDescription() |
String |
getLocaleKey() |
String |
getName() |
String[] |
getParamDescription() |
public String getLocaleKey()
public String getName()
getName
in interface org.radeox.macro.Macro
getName
in class org.radeox.macro.BaseLocaleMacro
public void execute(Writer writer, org.radeox.macro.parameter.MacroParameter parameter) throws IllegalArgumentException, IOException
execute
in interface org.radeox.macro.Macro
execute
in class org.radeox.macro.BaseMacro
writer
- the output writerparameter
- the input parameters of the macro.IllegalArgumentException
IOException
- from calls to writer.write()
TODO Make commons-digester understand more
different RSS feeds, or switch to a better RSS library.public String[] getParamDescription()
getParamDescription
in interface org.radeox.macro.Macro
getParamDescription
in class org.radeox.macro.BaseMacro
public String getDescription()
getDescription
in interface org.radeox.macro.Macro
getDescription
in class org.radeox.macro.BaseMacro
Copyright © 2004–2014 XWiki. All rights reserved.