|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Macro
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 |
---|
java.lang.String getName()
java.lang.String getDescription()
java.lang.String[] getParamDescription()
void setInitialContext(InitialRenderContext context)
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 |