|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Macro
An executable macro. This exhibits all the same characteristics of a Template.
Method Summary | |
---|---|
int |
getArgumentCount()
Return the number of arguments this macro expects. |
String |
getArgumentName(int index)
Get the name of the nth argument defined in the macro. |
String |
getMacroName()
Name of macro (e.g. |
Methods inherited from interface com.google.clearsilver.jsilver.template.Template |
---|
createRenderingContext, getDisplayName, getEscapeMode, getTemplateName, render, render |
Method Detail |
---|
String getMacroName()
String getArgumentName(int index) throws JSilverInterpreterException
JSilverInterpreterException
int getArgumentCount()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |