freemarker.core
public final class Macro extends TemplateElement implements TemplateModel
NOTHING
Modifier and Type | Method and Description |
---|---|
String[] |
getArgumentNames() |
String |
getCanonicalForm() |
String |
getCatchAll() |
String |
getDescription() |
String |
getName() |
boolean |
isFunction() |
void |
setCatchAll(String value) |
children, getAllowsChildren, getChildAt, getChildCount, getChildNodes, getIndex, getNodeName, getNodeNamespace, getNodeType, getParent, getParentNode, isLeaf, setChildAt
contains, getBeginColumn, getBeginLine, getEndColumn, getEndLine, getEndLocation, getEndLocationQuoted, getSource, getStartLocation, getStartLocationQuoted, getTemplate, toString
public String getCatchAll()
public void setCatchAll(String value)
public String[] getArgumentNames()
public String getName()
public String getCanonicalForm()
getCanonicalForm
in class TemplateObject
public String getDescription()
getDescription
in class TemplateElement
public boolean isFunction()