|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.velocity.runtime.directive.Directive
org.apache.velocity.runtime.directive.VelocimacroProxy
public class VelocimacroProxy
VelocimacroProxy.java a proxy Directive-derived object to fit with the current directive system
| Field Summary |
|---|
| Fields inherited from class org.apache.velocity.runtime.directive.Directive |
|---|
rsvc |
| Fields inherited from interface org.apache.velocity.runtime.directive.DirectiveConstants |
|---|
BLOCK, LINE |
| Constructor Summary | |
|---|---|
VelocimacroProxy()
|
|
| Method Summary | |
|---|---|
protected void |
checkArgumentCount(Node node,
int callArgNum)
Check whether the number of arguments given matches the number defined. |
protected void |
checkDepth(InternalContextAdapter context)
check that we aren't already at the max call depth and throws a MacroOverflowException if we are there. |
List<Macro.MacroArg> |
getMacroArgs()
Return the list of macro arguments associated with this macro |
String |
getName()
Return name of this Velocimacro. |
int |
getNumArgs()
returns the number of ars needed for this VM |
int |
getType()
Velocimacros are always LINE type directives. |
protected Object[][] |
handleArgValues(InternalContextAdapter context,
Node node,
int callArgNum)
Gets the macro argument values and puts them in the context under the argument names. |
void |
init(RuntimeServices rs)
Initialize members of VelocimacroProxy. |
boolean |
render(InternalContextAdapter context,
Writer writer,
Node node)
How this directive is to be rendered |
boolean |
render(InternalContextAdapter context,
Writer writer,
Node node,
Renderable body)
Renders the macro using the context. |
void |
setMacroArgs(List<Macro.MacroArg> args)
sets the array of arguments specified in the macro definition |
void |
setName(String name)
sets the directive name of this VM |
void |
setNodeTree(SimpleNode tree)
|
| Methods inherited from class org.apache.velocity.runtime.directive.Directive |
|---|
checkArgs, getColumn, getLine, getScopeName, getTemplateName, init, isScopeProvided, makeScope, postRender, preRender, setLocation, setLocation |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public VelocimacroProxy()
| Method Detail |
|---|
public String getName()
getName in class Directivepublic int getType()
getType in class Directivepublic void setName(String name)
name - public void setMacroArgs(List<Macro.MacroArg> args)
args - Array of macro arguments, containing the
#macro() arguments and default values. the 0th is the name.public List<Macro.MacroArg> getMacroArgs()
public void setNodeTree(SimpleNode tree)
tree - public int getNumArgs()
public void init(RuntimeServices rs)
public boolean render(InternalContextAdapter context,
Writer writer,
Node node)
throws IOException
Directive
render in class DirectiveIOException
public boolean render(InternalContextAdapter context,
Writer writer,
Node node,
Renderable body)
throws IOException
context - Current rendering contextwriter - Writer for outputnode - AST that calls the macrobody - the macro body
IOException
protected void checkArgumentCount(Node node,
int callArgNum)
protected void checkDepth(InternalContextAdapter context)
protected Object[][] handleArgValues(InternalContextAdapter context,
Node node,
int callArgNum)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||