Package | Description |
---|---|
org.apache.velocity.runtime | |
org.apache.velocity.runtime.directive | |
org.apache.velocity.runtime.parser | |
org.apache.velocity.runtime.parser.node |
Modifier and Type | Method and Description |
---|---|
static Directive |
RuntimeSingleton.getVelocimacro(java.lang.String vmName,
java.lang.String templateName)
Returns the appropriate VelocimacroProxy object if strVMname
is a valid current Velocimacro.
|
Directive |
VelocimacroFactory.getVelocimacro(java.lang.String vmName,
java.lang.String sourceTemplate)
actual factory : creates a Directive that will
behave correctly wrt getting the framework to
dig out the correct # of args
|
Directive |
RuntimeInstance.getVelocimacro(java.lang.String vmName,
java.lang.String templateName)
Returns the appropriate VelocimacroProxy object if strVMname
is a valid current Velocimacro.
|
static Directive |
Runtime.getVelocimacro(java.lang.String vmName,
java.lang.String templateName)
Deprecated.
Returns the appropriate VelocimacroProxy object if strVMname
is a valid current Velocimacro.
|
Directive |
RuntimeServices.getVelocimacro(java.lang.String vmName,
java.lang.String templateName)
Returns the appropriate VelocimacroProxy object if strVMname
is a valid current Velocimacro.
|
Modifier and Type | Class and Description |
---|---|
class |
Foreach
Foreach directive used for moving through arrays,
or objects that provide an Iterator.
|
class |
Include
Pluggable directive that handles the #include() statement in VTL.
|
class |
InputBase
Base class for directives which do input operations
(e.g.
|
class |
Literal
A very simple directive that leverages the Node.literal()
to grab the literal rendition of a node.
|
class |
Macro
Macro.java
Macro implements the macro definition directive of VTL.
|
class |
Parse
Pluggable directive that handles the
#parse()
statement in VTL. |
class |
VelocimacroProxy
VelocimacroProxy.java
a proxy Directive-derived object to fit with the current directive system
|
Modifier and Type | Method and Description |
---|---|
Directive |
Parser.getDirective(java.lang.String directive)
This method gets a Directive from the directives Hashtable
|
Modifier and Type | Field and Description |
---|---|
private Directive |
ASTDirective.directive |
Copyright ? 2002 Apache Software Foundation. All Rights Reserved.