|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
void |
execute(java.io.Writer writer,
MacroParameter params)
Execute the macro. |
java.lang.String |
getDescription()
Get a description of the macro. |
java.lang.String |
getName()
Get the name of the macro. |
java.lang.String[] |
getParamDescription()
Get a description of the paramters of the macro. |
void |
setInitialContext(InitialRenderContext context)
|
Methods inherited from interface java.lang.Comparable |
compareTo |
Method Detail |
public java.lang.String getName()
public java.lang.String getDescription()
public java.lang.String[] getParamDescription()
public void setInitialContext(InitialRenderContext context)
public void execute(java.io.Writer writer, MacroParameter params) throws java.lang.IllegalArgumentException, java.io.IOException
writer
- 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 |