public interface Macro extends Template
Modifier and Type | Method and Description |
---|---|
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.
|
createRenderingContext, getDisplayName, getEscapeMode, getTemplateName, render, render
String getMacroName()
String getArgumentName(int index) throws JSilverInterpreterException
JSilverInterpreterException
int getArgumentCount()
Copyright © 2010–2016 Google. All rights reserved.