Frames | No Frames |
Methods with return type org.apache.velocity.runtime.directive.Directive | |
Directive | Parser.getDirective(String directive) This method gets a Directive from the directives Hashtable
|
Classes derived from org.apache.velocity.runtime.directive.Directive | |
class | Foreach directive used for moving through arrays,
or objects that provide an Iterator. |
class | Pluggable directive that handles the #include() statement in VTL. |
class | Base class for directives which do input operations
(e.g. |
class | A very simple directive that leverages the Node.literal()
to grab the literal rendition of a node. |
class | Macro.java
Macro implements the macro definition directive of VTL. |
class | Pluggable directive that handles the #parse()
statement in VTL. |
class | VelocimacroProxy.java
a proxy Directive-derived object to fit with the current directive system
|
Methods with return type org.apache.velocity.runtime.directive.Directive | |
Directive | Runtime.getVelocimacro(String vmName, String templateName) Returns the appropriate VelocimacroProxy object if strVMname
is a valid current Velocimacro. |
Directive | RuntimeInstance.getVelocimacro(String vmName, String templateName) Returns the appropriate VelocimacroProxy object if strVMname
is a valid current Velocimacro. |
Directive | RuntimeServices.getVelocimacro(String vmName, String templateName) Returns the appropriate VelocimacroProxy object if strVMname
is a valid current Velocimacro. |
Directive | RuntimeSingleton.getVelocimacro(String vmName, String templateName) Returns the appropriate VelocimacroProxy object if strVMname
is a valid current Velocimacro. |
Directive | VelocimacroFactory.getVelocimacro(String vmName, String sourceTemplate) actual factory : creates a Directive that will
behave correctly wrt getting the framework to
dig out the correct # of args
|
Fields of type org.apache.velocity.runtime.directive.Directive | |
Directive |