|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--org.radeox.macro.BaseMacro
|
+--org.radeox.macro.BaseLocaleMacro
|
+--org.radeox.macro.IsbnMacro
| Field Summary |
| Fields inherited from class org.radeox.macro.BaseMacro |
description, paramDescription |
| Constructor Summary | |
IsbnMacro()
|
|
| Method Summary | |
void |
execute(java.io.Writer writer,
MacroParameter params)
Execute the macro. |
java.lang.String |
getLocaleKey()
|
java.lang.String[] |
getParamDescription()
Get a description of the paramters of the macro. |
| Methods inherited from class org.radeox.macro.BaseLocaleMacro |
getName, setInitialContext |
| Methods inherited from class org.radeox.macro.BaseMacro |
compareTo, getDescription, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public IsbnMacro()
| Method Detail |
public java.lang.String[] getParamDescription()
BaseMacro
getParamDescription in interface MacrogetParamDescription in class BaseMacropublic java.lang.String getLocaleKey()
public void execute(java.io.Writer writer,
MacroParameter params)
throws java.lang.IllegalArgumentException,
java.io.IOException
BaseMacro
execute 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 with
java.lang.IllegalArgumentException
java.io.IOException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||