blob: c4591374752957a4c07b924e767a43d0140182f3 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_191) on Sat Feb 27 13:52:05 CET 2021 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Index (Apache Velocity 2.3 API)</title>
<meta name="date" content="2021-02-27">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Index (Apache Velocity 2.3 API)";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="overview-summary.html">Overview</a></li>
<li>Package</li>
<li>Class</li>
<li>Use</li>
<li><a href="overview-tree.html">Tree</a></li>
<li><a href="deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</li>
<li><a href="help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="index.html?index-all.html" target="_top">Frames</a></li>
<li><a href="index-all.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="contentContainer"><a href="#I:A">A</a>&nbsp;<a href="#I:B">B</a>&nbsp;<a href="#I:C">C</a>&nbsp;<a href="#I:D">D</a>&nbsp;<a href="#I:E">E</a>&nbsp;<a href="#I:F">F</a>&nbsp;<a href="#I:G">G</a>&nbsp;<a href="#I:H">H</a>&nbsp;<a href="#I:I">I</a>&nbsp;<a href="#I:J">J</a>&nbsp;<a href="#I:K">K</a>&nbsp;<a href="#I:L">L</a>&nbsp;<a href="#I:M">M</a>&nbsp;<a href="#I:N">N</a>&nbsp;<a href="#I:O">O</a>&nbsp;<a href="#I:P">P</a>&nbsp;<a href="#I:R">R</a>&nbsp;<a href="#I:S">S</a>&nbsp;<a href="#I:T">T</a>&nbsp;<a href="#I:U">U</a>&nbsp;<a href="#I:V">V</a>&nbsp;<a href="#I:W">W</a>&nbsp;<a href="#I:X">X</a>&nbsp;<a href="#I:Z">Z</a>&nbsp;<a name="I:A">
<!-- -->
</a>
<h2 class="title">A</h2>
<dl>
<dt><a href="org/apache/velocity/util/introspection/AbstractChainableUberspector.html" title="class in org.apache.velocity.util.introspection"><span class="typeNameLink">AbstractChainableUberspector</span></a> - Class in <a href="org/apache/velocity/util/introspection/package-summary.html">org.apache.velocity.util.introspection</a></dt>
<dd>
<div class="block">Default implementation of a <a href="org/apache/velocity/util/introspection/ChainableUberspector.html" title="interface in org.apache.velocity.util.introspection"><code>chainable uberspector</code></a> that forwards all calls to the wrapped
uberspector (when that is possible).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/introspection/AbstractChainableUberspector.html#AbstractChainableUberspector--">AbstractChainableUberspector()</a></span> - Constructor for class org.apache.velocity.util.introspection.<a href="org/apache/velocity/util/introspection/AbstractChainableUberspector.html" title="class in org.apache.velocity.util.introspection">AbstractChainableUberspector</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/context/AbstractContext.html" title="class in org.apache.velocity.context"><span class="typeNameLink">AbstractContext</span></a> - Class in <a href="org/apache/velocity/context/package-summary.html">org.apache.velocity.context</a></dt>
<dd>
<div class="block">This class is the abstract base class for all conventional
Velocity Context implementations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/context/AbstractContext.html#AbstractContext--">AbstractContext()</a></span> - Constructor for class org.apache.velocity.context.<a href="org/apache/velocity/context/AbstractContext.html" title="class in org.apache.velocity.context">AbstractContext</a></dt>
<dd>
<div class="block">default CTOR</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/context/AbstractContext.html#AbstractContext-org.apache.velocity.context.Context-">AbstractContext(Context)</a></span> - Constructor for class org.apache.velocity.context.<a href="org/apache/velocity/context/AbstractContext.html" title="class in org.apache.velocity.context">AbstractContext</a></dt>
<dd>
<div class="block">Chaining constructor accepts a Context argument.</div>
</dd>
<dt><a href="org/apache/velocity/runtime/parser/node/AbstractExecutor.html" title="class in org.apache.velocity.runtime.parser.node"><span class="typeNameLink">AbstractExecutor</span></a> - Class in <a href="org/apache/velocity/runtime/parser/node/package-summary.html">org.apache.velocity.runtime.parser.node</a></dt>
<dd>
<div class="block">Abstract class that is used to execute an arbitrary
method that is in introspected.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/AbstractExecutor.html#AbstractExecutor--">AbstractExecutor()</a></span> - Constructor for class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/AbstractExecutor.html" title="class in org.apache.velocity.runtime.parser.node">AbstractExecutor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTIntegerRange.IntegerRange.RangeIterator.html#add-java.lang.Integer-">add(Integer)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTIntegerRange.IntegerRange.RangeIterator.html" title="class in org.apache.velocity.runtime.parser.node">ASTIntegerRange.IntegerRange.RangeIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/MathUtils.html#add-java.lang.Number-java.lang.Number-">add(Number, Number)</a></span> - Static method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/MathUtils.html" title="class in org.apache.velocity.runtime.parser.node">MathUtils</a></dt>
<dd>
<div class="block">Add two numbers and return the correct value / type.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/introspection/MethodMap.html#add-java.lang.reflect.Method-">add(Method)</a></span> - Method in class org.apache.velocity.util.introspection.<a href="org/apache/velocity/util/introspection/MethodMap.html" title="class in org.apache.velocity.util.introspection">MethodMap</a></dt>
<dd>
<div class="block">Add a method to a list of methods by name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/ParseException.html#add_escapes-java.lang.String-">add_escapes(String)</a></span> - Method in exception org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/ParseException.html" title="class in org.apache.velocity.runtime.parser">ParseException</a></dt>
<dd>
<div class="block">Used to convert raw characters to their escaped version
when these raw version cannot be used as part of an ASCII
string literal.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/introspection/ConversionHandler.html#addConverter-java.lang.Class-java.lang.Class-org.apache.velocity.util.introspection.Converter-">addConverter(Class&lt;?&gt;, Class&lt;?&gt;, Converter)</a></span> - Method in interface org.apache.velocity.util.introspection.<a href="org/apache/velocity/util/introspection/ConversionHandler.html" title="interface in org.apache.velocity.util.introspection">ConversionHandler</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Add the given converter to the handler.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/introspection/TypeConversionHandler.html#addConverter-java.lang.reflect.Type-java.lang.Class-org.apache.velocity.util.introspection.Converter-">addConverter(Type, Class&lt;?&gt;, Converter&lt;?&gt;)</a></span> - Method in interface org.apache.velocity.util.introspection.<a href="org/apache/velocity/util/introspection/TypeConversionHandler.html" title="interface in org.apache.velocity.util.introspection">TypeConversionHandler</a></dt>
<dd>
<div class="block">Add the given converter to the handler.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/introspection/TypeConversionHandlerImpl.html#addConverter-java.lang.reflect.Type-java.lang.Class-org.apache.velocity.util.introspection.Converter-">addConverter(Type, Class&lt;?&gt;, Converter&lt;?&gt;)</a></span> - Method in class org.apache.velocity.util.introspection.<a href="org/apache/velocity/util/introspection/TypeConversionHandlerImpl.html" title="class in org.apache.velocity.util.introspection">TypeConversionHandlerImpl</a></dt>
<dd>
<div class="block">Add the given converter to the handler.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeInstance.html#addDirective-org.apache.velocity.runtime.directive.Directive-">addDirective(Directive)</a></span> - Method in class org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeInstance.html" title="class in org.apache.velocity.runtime">RuntimeInstance</a></dt>
<dd>
<div class="block">Programatically add a directive.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/TokenMgrError.html#addEscapes-java.lang.String-">addEscapes(String)</a></span> - Static method in error org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/TokenMgrError.html" title="class in org.apache.velocity.runtime.parser">TokenMgrError</a></dt>
<dd>
<div class="block">Replaces unprintable characters by their escaped (or unicode escaped)
equivalents in the given string</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/app/event/EventCartridge.html#addEventHandler-org.apache.velocity.app.event.EventHandler-">addEventHandler(EventHandler)</a></span> - Method in class org.apache.velocity.app.event.<a href="org/apache/velocity/app/event/EventCartridge.html" title="class in org.apache.velocity.app.event">EventCartridge</a></dt>
<dd>
<div class="block">Adds an event handler(s) to the Cartridge.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/app/event/EventCartridge.html#addIncludeEventHandler-org.apache.velocity.app.event.IncludeEventHandler-">addIncludeEventHandler(IncludeEventHandler)</a></span> - Method in class org.apache.velocity.app.event.<a href="org/apache/velocity/app/event/EventCartridge.html" title="class in org.apache.velocity.app.event">EventCartridge</a></dt>
<dd>
<div class="block">Add an include event handler to the Cartridge.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/app/event/EventCartridge.html#addInvalidReferenceEventHandler-org.apache.velocity.app.event.InvalidReferenceEventHandler-">addInvalidReferenceEventHandler(InvalidReferenceEventHandler)</a></span> - Method in class org.apache.velocity.app.event.<a href="org/apache/velocity/app/event/EventCartridge.html" title="class in org.apache.velocity.app.event">EventCartridge</a></dt>
<dd>
<div class="block">Add an invalid reference event handler to the Cartridge.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParser.html#AdditiveExpression--">AdditiveExpression()</a></span> - Method in class org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParser.html" title="class in org.apache.velocity.runtime.parser">StandardParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/app/event/EventCartridge.html#addMethodExceptionHandler-org.apache.velocity.app.event.MethodExceptionEventHandler-">addMethodExceptionHandler(MethodExceptionEventHandler)</a></span> - Method in class org.apache.velocity.app.event.<a href="org/apache/velocity/app/event/EventCartridge.html" title="class in org.apache.velocity.app.event">EventCartridge</a></dt>
<dd>
<div class="block">Add a method exception event handler to the Cartridge.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/app/FieldMethodizer.html#addObject-java.lang.String-">addObject(String)</a></span> - Method in class org.apache.velocity.app.<a href="org/apache/velocity/app/FieldMethodizer.html" title="class in org.apache.velocity.app">FieldMethodizer</a></dt>
<dd>
<div class="block">Add the Name of the class to methodize</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/app/FieldMethodizer.html#addObject-java.lang.Object-">addObject(Object)</a></span> - Method in class org.apache.velocity.app.<a href="org/apache/velocity/app/FieldMethodizer.html" title="class in org.apache.velocity.app">FieldMethodizer</a></dt>
<dd>
<div class="block">Add an Object to methodize</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/app/Velocity.html#addProperty-java.lang.String-java.lang.Object-">addProperty(String, Object)</a></span> - Static method in class org.apache.velocity.app.<a href="org/apache/velocity/app/Velocity.html" title="class in org.apache.velocity.app">Velocity</a></dt>
<dd>
<div class="block">Add a Velocity Runtime property.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/app/VelocityEngine.html#addProperty-java.lang.String-java.lang.Object-">addProperty(String, Object)</a></span> - Method in class org.apache.velocity.app.<a href="org/apache/velocity/app/VelocityEngine.html" title="class in org.apache.velocity.app">VelocityEngine</a></dt>
<dd>
<div class="block">Add a Velocity Runtime property.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeInstance.html#addProperty-java.lang.String-java.lang.Object-">addProperty(String, Object)</a></span> - Method in class org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeInstance.html" title="class in org.apache.velocity.runtime">RuntimeInstance</a></dt>
<dd>
<div class="block">Add a property to the configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeServices.html#addProperty-java.lang.String-java.lang.Object-">addProperty(String, Object)</a></span> - Method in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeServices.html" title="interface in org.apache.velocity.runtime">RuntimeServices</a></dt>
<dd>
<div class="block">Add a property to the configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeSingleton.html#addProperty-java.lang.String-java.lang.Object-">addProperty(String, Object)</a></span> - Static method in class org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeSingleton.html" title="class in org.apache.velocity.runtime">RuntimeSingleton</a></dt>
<dd>
<div class="block">Add a property to the configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/ExtProperties.html#addProperty-java.lang.String-java.lang.Object-">addProperty(String, Object)</a></span> - Method in class org.apache.velocity.util.<a href="org/apache/velocity/util/ExtProperties.html" title="class in org.apache.velocity.util">ExtProperties</a></dt>
<dd>
<div class="block">Add a property to the configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/app/event/EventCartridge.html#addReferenceInsertionEventHandler-org.apache.velocity.app.event.ReferenceInsertionEventHandler-">addReferenceInsertionEventHandler(ReferenceInsertionEventHandler)</a></span> - Method in class org.apache.velocity.app.event.<a href="org/apache/velocity/app/event/EventCartridge.html" title="class in org.apache.velocity.app.event">EventCartridge</a></dt>
<dd>
<div class="block">Add a reference insertion event handler to the Cartridge.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeInstance.html#addVelocimacro-java.lang.String-org.apache.velocity.runtime.parser.node.Node-java.util.List-org.apache.velocity.Template-">addVelocimacro(String, Node, List&lt;Macro.MacroArg&gt;, Template)</a></span> - Method in class org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeInstance.html" title="class in org.apache.velocity.runtime">RuntimeInstance</a></dt>
<dd>
<div class="block">Adds a new Velocimacro.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeServices.html#addVelocimacro-java.lang.String-org.apache.velocity.runtime.parser.node.Node-java.util.List-org.apache.velocity.Template-">addVelocimacro(String, Node, List&lt;Macro.MacroArg&gt;, Template)</a></span> - Method in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeServices.html" title="interface in org.apache.velocity.runtime">RuntimeServices</a></dt>
<dd>
<div class="block">Adds a new Velocimacro.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeSingleton.html#addVelocimacro-java.lang.String-org.apache.velocity.runtime.parser.node.Node-java.util.List-org.apache.velocity.Template-">addVelocimacro(String, Node, List&lt;Macro.MacroArg&gt;, Template)</a></span> - Static method in class org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeSingleton.html" title="class in org.apache.velocity.runtime">RuntimeSingleton</a></dt>
<dd>
<div class="block">Adds a new Velocimacro.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/VelocimacroFactory.html#addVelocimacro-java.lang.String-org.apache.velocity.runtime.parser.node.Node-java.util.List-org.apache.velocity.Template-">addVelocimacro(String, Node, List&lt;Macro.MacroArg&gt;, Template)</a></span> - Method in class org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/VelocimacroFactory.html" title="class in org.apache.velocity.runtime">VelocimacroFactory</a></dt>
<dd>
<div class="block">Adds a macro to the factory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/VelocimacroManager.html#addVM-java.lang.String-org.apache.velocity.runtime.parser.node.Node-java.util.List-org.apache.velocity.Template-boolean-">addVM(String, Node, List&lt;Macro.MacroArg&gt;, Template, boolean)</a></span> - Method in class org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/VelocimacroManager.html" title="class in org.apache.velocity.runtime">VelocimacroManager</a></dt>
<dd>
<div class="block">Adds a VM definition to the cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTIndex.html#adjMinusIndexArg-java.lang.Object-java.lang.Object-org.apache.velocity.context.InternalContextAdapter-org.apache.velocity.runtime.parser.node.SimpleNode-">adjMinusIndexArg(Object, Object, InternalContextAdapter, SimpleNode)</a></span> - Static method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTIndex.html" title="class in org.apache.velocity.runtime.parser.node">ASTIndex</a></dt>
<dd>
<div class="block">If argument is an Integer and negative, then return (o.size() - argument).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTStringLiteral.html#adjTokenLineNums-org.apache.velocity.runtime.parser.node.Node-">adjTokenLineNums(Node)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTStringLiteral.html" title="class in org.apache.velocity.runtime.parser.node">ASTStringLiteral</a></dt>
<dd>
<div class="block">Adjust all the line and column numbers that comprise a node so that they
are corrected for the string literals position within the template file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/VelocityCharStream.html#adjustBeginLineColumn-int-int-">adjustBeginLineColumn(int, int)</a></span> - Method in class org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/VelocityCharStream.html" title="class in org.apache.velocity.runtime.parser">VelocityCharStream</a></dt>
<dd>
<div class="block">Method to adjust line and column numbers for the start of a token.<BR></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/spring/VelocityEngineFactoryBean.html#afterPropertiesSet--">afterPropertiesSet()</a></span> - Method in class org.apache.velocity.spring.<a href="org/apache/velocity/spring/VelocityEngineFactoryBean.html" title="class in org.apache.velocity.spring">VelocityEngineFactoryBean</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParserConstants.html#ALPHA_CHAR">ALPHA_CHAR</a></span> - Static variable in interface org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParserConstants.html" title="interface in org.apache.velocity.runtime.parser">StandardParserConstants</a></dt>
<dd>
<div class="block">RegularExpression Id.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParserConstants.html#ALT_VAL">ALT_VAL</a></span> - Static variable in interface org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParserConstants.html" title="interface in org.apache.velocity.runtime.parser">StandardParserConstants</a></dt>
<dd>
<div class="block">Lexical state.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/introspection/MethodMap.AmbiguousException.html#AmbiguousException--">AmbiguousException()</a></span> - Constructor for exception org.apache.velocity.util.introspection.<a href="org/apache/velocity/util/introspection/MethodMap.AmbiguousException.html" title="class in org.apache.velocity.util.introspection">MethodMap.AmbiguousException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/StringBuilderWriter.html#append-char-">append(char)</a></span> - Method in class org.apache.velocity.util.<a href="org/apache/velocity/util/StringBuilderWriter.html" title="class in org.apache.velocity.util">StringBuilderWriter</a></dt>
<dd>
<div class="block">Appends a single character to this Writer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/StringBuilderWriter.html#append-java.lang.CharSequence-">append(CharSequence)</a></span> - Method in class org.apache.velocity.util.<a href="org/apache/velocity/util/StringBuilderWriter.html" title="class in org.apache.velocity.util">StringBuilderWriter</a></dt>
<dd>
<div class="block">Appends a character sequence to this Writer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/StringBuilderWriter.html#append-java.lang.CharSequence-int-int-">append(CharSequence, int, int)</a></span> - Method in class org.apache.velocity.util.<a href="org/apache/velocity/util/StringBuilderWriter.html" title="class in org.apache.velocity.util">StringBuilderWriter</a></dt>
<dd>
<div class="block">Appends a portion of a character sequence to the <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/StringBuilder.html?is-external=true" title="class or interface in java.lang"><code>StringBuilder</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/MacroParseException.html#appendTemplateInfo-java.lang.StringBuilder-">appendTemplateInfo(StringBuilder)</a></span> - Method in exception org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/MacroParseException.html" title="class in org.apache.velocity.runtime.directive">MacroParseException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/TemplateParseException.html#appendTemplateInfo-java.lang.StringBuilder-">appendTemplateInfo(StringBuilder)</a></span> - Method in exception org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/TemplateParseException.html" title="class in org.apache.velocity.runtime.parser">TemplateParseException</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/util/ArrayIterator.html" title="class in org.apache.velocity.util"><span class="typeNameLink">ArrayIterator</span></a> - Class in <a href="org/apache/velocity/util/package-summary.html">org.apache.velocity.util</a></dt>
<dd>
<div class="block">
An Iterator wrapper for an Object[].</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/ArrayIterator.html#ArrayIterator-java.lang.Object-">ArrayIterator(Object)</a></span> - Constructor for class org.apache.velocity.util.<a href="org/apache/velocity/util/ArrayIterator.html" title="class in org.apache.velocity.util">ArrayIterator</a></dt>
<dd>
<div class="block">Creates a new iterator instance for the specified array.</div>
</dd>
<dt><a href="org/apache/velocity/util/ArrayListWrapper.html" title="class in org.apache.velocity.util"><span class="typeNameLink">ArrayListWrapper</span></a> - Class in <a href="org/apache/velocity/util/package-summary.html">org.apache.velocity.util</a></dt>
<dd>
<div class="block">A class that wraps an array with a List interface.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/ArrayListWrapper.html#ArrayListWrapper-java.lang.Object-">ArrayListWrapper(Object)</a></span> - Constructor for class org.apache.velocity.util.<a href="org/apache/velocity/util/ArrayListWrapper.html" title="class in org.apache.velocity.util">ArrayListWrapper</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/DuckType.html#asBoolean-java.lang.Object-boolean-">asBoolean(Object, boolean)</a></span> - Static method in class org.apache.velocity.util.<a href="org/apache/velocity/util/DuckType.html" title="class in org.apache.velocity.util">DuckType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/DuckType.html#asEmpty-java.lang.Object-">asEmpty(Object)</a></span> - Static method in class org.apache.velocity.util.<a href="org/apache/velocity/util/DuckType.html" title="class in org.apache.velocity.util">DuckType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/DuckType.html#asNull-java.lang.Object-">asNull(Object)</a></span> - Static method in class org.apache.velocity.util.<a href="org/apache/velocity/util/DuckType.html" title="class in org.apache.velocity.util">DuckType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/DuckType.html#asNumber-java.lang.Object-">asNumber(Object)</a></span> - Static method in class org.apache.velocity.util.<a href="org/apache/velocity/util/DuckType.html" title="class in org.apache.velocity.util">DuckType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/DuckType.html#asNumber-java.lang.Object-boolean-">asNumber(Object, boolean)</a></span> - Static method in class org.apache.velocity.util.<a href="org/apache/velocity/util/DuckType.html" title="class in org.apache.velocity.util">DuckType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParser.html#Assignment--">Assignment()</a></span> - Method in class org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParser.html" title="class in org.apache.velocity.runtime.parser">StandardParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/DuckType.html#asString-java.lang.Object-">asString(Object)</a></span> - Static method in class org.apache.velocity.util.<a href="org/apache/velocity/util/DuckType.html" title="class in org.apache.velocity.util">DuckType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/DuckType.html#asString-java.lang.Object-boolean-">asString(Object, boolean)</a></span> - Static method in class org.apache.velocity.util.<a href="org/apache/velocity/util/DuckType.html" title="class in org.apache.velocity.util">DuckType</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/runtime/parser/node/ASTAddNode.html" title="class in org.apache.velocity.runtime.parser.node"><span class="typeNameLink">ASTAddNode</span></a> - Class in <a href="org/apache/velocity/runtime/parser/node/package-summary.html">org.apache.velocity.runtime.parser.node</a></dt>
<dd>
<div class="block">Handles number addition of nodes.<br><br>
Please look at the Parser.jjt file which is
what controls the generation of this class.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTAddNode.html#ASTAddNode-int-">ASTAddNode(int)</a></span> - Constructor for class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTAddNode.html" title="class in org.apache.velocity.runtime.parser.node">ASTAddNode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTAddNode.html#ASTAddNode-org.apache.velocity.runtime.parser.Parser-int-">ASTAddNode(Parser, int)</a></span> - Constructor for class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTAddNode.html" title="class in org.apache.velocity.runtime.parser.node">ASTAddNode</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/runtime/parser/node/ASTAndNode.html" title="class in org.apache.velocity.runtime.parser.node"><span class="typeNameLink">ASTAndNode</span></a> - Class in <a href="org/apache/velocity/runtime/parser/node/package-summary.html">org.apache.velocity.runtime.parser.node</a></dt>
<dd>
<div class="block">Please look at the Parser.jjt file which is
what controls the generation of this class.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTAndNode.html#ASTAndNode-int-">ASTAndNode(int)</a></span> - Constructor for class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTAndNode.html" title="class in org.apache.velocity.runtime.parser.node">ASTAndNode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTAndNode.html#ASTAndNode-org.apache.velocity.runtime.parser.Parser-int-">ASTAndNode(Parser, int)</a></span> - Constructor for class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTAndNode.html" title="class in org.apache.velocity.runtime.parser.node">ASTAndNode</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/runtime/parser/node/ASTAssignment.html" title="class in org.apache.velocity.runtime.parser.node"><span class="typeNameLink">ASTAssignment</span></a> - Class in <a href="org/apache/velocity/runtime/parser/node/package-summary.html">org.apache.velocity.runtime.parser.node</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTAssignment.html#ASTAssignment-int-">ASTAssignment(int)</a></span> - Constructor for class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTAssignment.html" title="class in org.apache.velocity.runtime.parser.node">ASTAssignment</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTAssignment.html#ASTAssignment-org.apache.velocity.runtime.parser.Parser-int-">ASTAssignment(Parser, int)</a></span> - Constructor for class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTAssignment.html" title="class in org.apache.velocity.runtime.parser.node">ASTAssignment</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/runtime/parser/node/ASTBinaryOperator.html" title="class in org.apache.velocity.runtime.parser.node"><span class="typeNameLink">ASTBinaryOperator</span></a> - Class in <a href="org/apache/velocity/runtime/parser/node/package-summary.html">org.apache.velocity.runtime.parser.node</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTBinaryOperator.html#ASTBinaryOperator-int-">ASTBinaryOperator(int)</a></span> - Constructor for class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTBinaryOperator.html" title="class in org.apache.velocity.runtime.parser.node">ASTBinaryOperator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTBinaryOperator.html#ASTBinaryOperator-org.apache.velocity.runtime.parser.Parser-int-">ASTBinaryOperator(Parser, int)</a></span> - Constructor for class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTBinaryOperator.html" title="class in org.apache.velocity.runtime.parser.node">ASTBinaryOperator</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/runtime/parser/node/ASTBlock.html" title="class in org.apache.velocity.runtime.parser.node"><span class="typeNameLink">ASTBlock</span></a> - Class in <a href="org/apache/velocity/runtime/parser/node/package-summary.html">org.apache.velocity.runtime.parser.node</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTBlock.html#ASTBlock-int-">ASTBlock(int)</a></span> - Constructor for class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTBlock.html" title="class in org.apache.velocity.runtime.parser.node">ASTBlock</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTBlock.html#ASTBlock-org.apache.velocity.runtime.parser.Parser-int-">ASTBlock(Parser, int)</a></span> - Constructor for class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTBlock.html" title="class in org.apache.velocity.runtime.parser.node">ASTBlock</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/runtime/parser/node/ASTComment.html" title="class in org.apache.velocity.runtime.parser.node"><span class="typeNameLink">ASTComment</span></a> - Class in <a href="org/apache/velocity/runtime/parser/node/package-summary.html">org.apache.velocity.runtime.parser.node</a></dt>
<dd>
<div class="block">Represents all comments...</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTComment.html#ASTComment-int-">ASTComment(int)</a></span> - Constructor for class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTComment.html" title="class in org.apache.velocity.runtime.parser.node">ASTComment</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTComment.html#ASTComment-org.apache.velocity.runtime.parser.Parser-int-">ASTComment(Parser, int)</a></span> - Constructor for class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTComment.html" title="class in org.apache.velocity.runtime.parser.node">ASTComment</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/runtime/parser/node/ASTComparisonNode.html" title="class in org.apache.velocity.runtime.parser.node"><span class="typeNameLink">ASTComparisonNode</span></a> - Class in <a href="org/apache/velocity/runtime/parser/node/package-summary.html">org.apache.velocity.runtime.parser.node</a></dt>
<dd>
<div class="block">Numeric comparison support<br><br></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTComparisonNode.html#ASTComparisonNode-int-">ASTComparisonNode(int)</a></span> - Constructor for class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTComparisonNode.html" title="class in org.apache.velocity.runtime.parser.node">ASTComparisonNode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTComparisonNode.html#ASTComparisonNode-org.apache.velocity.runtime.parser.Parser-int-">ASTComparisonNode(Parser, int)</a></span> - Constructor for class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTComparisonNode.html" title="class in org.apache.velocity.runtime.parser.node">ASTComparisonNode</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/runtime/parser/node/ASTDirective.html" title="class in org.apache.velocity.runtime.parser.node"><span class="typeNameLink">ASTDirective</span></a> - Class in <a href="org/apache/velocity/runtime/parser/node/package-summary.html">org.apache.velocity.runtime.parser.node</a></dt>
<dd>
<div class="block">This class is responsible for handling the pluggable
directives in VTL.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTDirective.html#ASTDirective-int-">ASTDirective(int)</a></span> - Constructor for class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTDirective.html" title="class in org.apache.velocity.runtime.parser.node">ASTDirective</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTDirective.html#ASTDirective-org.apache.velocity.runtime.parser.Parser-int-">ASTDirective(Parser, int)</a></span> - Constructor for class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTDirective.html" title="class in org.apache.velocity.runtime.parser.node">ASTDirective</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/runtime/parser/node/ASTDirectiveAssign.html" title="class in org.apache.velocity.runtime.parser.node"><span class="typeNameLink">ASTDirectiveAssign</span></a> - Class in <a href="org/apache/velocity/runtime/parser/node/package-summary.html">org.apache.velocity.runtime.parser.node</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTDirectiveAssign.html#ASTDirectiveAssign-int-">ASTDirectiveAssign(int)</a></span> - Constructor for class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTDirectiveAssign.html" title="class in org.apache.velocity.runtime.parser.node">ASTDirectiveAssign</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTDirectiveAssign.html#ASTDirectiveAssign-org.apache.velocity.runtime.parser.Parser-int-">ASTDirectiveAssign(Parser, int)</a></span> - Constructor for class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTDirectiveAssign.html" title="class in org.apache.velocity.runtime.parser.node">ASTDirectiveAssign</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/runtime/parser/node/ASTDivNode.html" title="class in org.apache.velocity.runtime.parser.node"><span class="typeNameLink">ASTDivNode</span></a> - Class in <a href="org/apache/velocity/runtime/parser/node/package-summary.html">org.apache.velocity.runtime.parser.node</a></dt>
<dd>
<div class="block">Handles number division of nodes<br><br>
Please look at the Parser.jjt file which is
what controls the generation of this class.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTDivNode.html#ASTDivNode-int-">ASTDivNode(int)</a></span> - Constructor for class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTDivNode.html" title="class in org.apache.velocity.runtime.parser.node">ASTDivNode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTDivNode.html#ASTDivNode-org.apache.velocity.runtime.parser.Parser-int-">ASTDivNode(Parser, int)</a></span> - Constructor for class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTDivNode.html" title="class in org.apache.velocity.runtime.parser.node">ASTDivNode</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/runtime/parser/node/ASTElseIfStatement.html" title="class in org.apache.velocity.runtime.parser.node"><span class="typeNameLink">ASTElseIfStatement</span></a> - Class in <a href="org/apache/velocity/runtime/parser/node/package-summary.html">org.apache.velocity.runtime.parser.node</a></dt>
<dd>
<div class="block">This class is responsible for handling the ElseIf VTL control statement.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTElseIfStatement.html#ASTElseIfStatement-int-">ASTElseIfStatement(int)</a></span> - Constructor for class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTElseIfStatement.html" title="class in org.apache.velocity.runtime.parser.node">ASTElseIfStatement</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTElseIfStatement.html#ASTElseIfStatement-org.apache.velocity.runtime.parser.Parser-int-">ASTElseIfStatement(Parser, int)</a></span> - Constructor for class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTElseIfStatement.html" title="class in org.apache.velocity.runtime.parser.node">ASTElseIfStatement</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/runtime/parser/node/ASTElseStatement.html" title="class in org.apache.velocity.runtime.parser.node"><span class="typeNameLink">ASTElseStatement</span></a> - Class in <a href="org/apache/velocity/runtime/parser/node/package-summary.html">org.apache.velocity.runtime.parser.node</a></dt>
<dd>
<div class="block">This class is responsible for handling the Else VTL control statement.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTElseStatement.html#ASTElseStatement-int-">ASTElseStatement(int)</a></span> - Constructor for class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTElseStatement.html" title="class in org.apache.velocity.runtime.parser.node">ASTElseStatement</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTElseStatement.html#ASTElseStatement-org.apache.velocity.runtime.parser.Parser-int-">ASTElseStatement(Parser, int)</a></span> - Constructor for class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTElseStatement.html" title="class in org.apache.velocity.runtime.parser.node">ASTElseStatement</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/runtime/parser/node/ASTEQNode.html" title="class in org.apache.velocity.runtime.parser.node"><span class="typeNameLink">ASTEQNode</span></a> - Class in <a href="org/apache/velocity/runtime/parser/node/package-summary.html">org.apache.velocity.runtime.parser.node</a></dt>
<dd>
<div class="block">Handles <code>arg1 == arg2</code>
This operator requires that the LHS and RHS are both of the
same Class, both numbers or both coerce-able to strings.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTEQNode.html#ASTEQNode-int-">ASTEQNode(int)</a></span> - Constructor for class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTEQNode.html" title="class in org.apache.velocity.runtime.parser.node">ASTEQNode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTEQNode.html#ASTEQNode-org.apache.velocity.runtime.parser.Parser-int-">ASTEQNode(Parser, int)</a></span> - Constructor for class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTEQNode.html" title="class in org.apache.velocity.runtime.parser.node">ASTEQNode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/Parser.html#asterisk--">asterisk()</a></span> - Method in interface org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/Parser.html" title="interface in org.apache.velocity.runtime.parser">Parser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParser.html#asterisk--">asterisk()</a></span> - Method in class org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParser.html" title="class in org.apache.velocity.runtime.parser">StandardParser</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/runtime/parser/node/ASTEscape.html" title="class in org.apache.velocity.runtime.parser.node"><span class="typeNameLink">ASTEscape</span></a> - Class in <a href="org/apache/velocity/runtime/parser/node/package-summary.html">org.apache.velocity.runtime.parser.node</a></dt>
<dd>
<div class="block">This class is responsible for handling Escapes
in VTL.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTEscape.html#ASTEscape-int-">ASTEscape(int)</a></span> - Constructor for class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTEscape.html" title="class in org.apache.velocity.runtime.parser.node">ASTEscape</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTEscape.html#ASTEscape-org.apache.velocity.runtime.parser.Parser-int-">ASTEscape(Parser, int)</a></span> - Constructor for class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTEscape.html" title="class in org.apache.velocity.runtime.parser.node">ASTEscape</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/runtime/parser/node/ASTEscapedDirective.html" title="class in org.apache.velocity.runtime.parser.node"><span class="typeNameLink">ASTEscapedDirective</span></a> - Class in <a href="org/apache/velocity/runtime/parser/node/package-summary.html">org.apache.velocity.runtime.parser.node</a></dt>
<dd>
<div class="block">This class is responsible for handling EscapedDirectives
in VTL.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTEscapedDirective.html#ASTEscapedDirective-int-">ASTEscapedDirective(int)</a></span> - Constructor for class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTEscapedDirective.html" title="class in org.apache.velocity.runtime.parser.node">ASTEscapedDirective</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTEscapedDirective.html#ASTEscapedDirective-org.apache.velocity.runtime.parser.Parser-int-">ASTEscapedDirective(Parser, int)</a></span> - Constructor for class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTEscapedDirective.html" title="class in org.apache.velocity.runtime.parser.node">ASTEscapedDirective</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/runtime/parser/node/ASTExpression.html" title="class in org.apache.velocity.runtime.parser.node"><span class="typeNameLink">ASTExpression</span></a> - Class in <a href="org/apache/velocity/runtime/parser/node/package-summary.html">org.apache.velocity.runtime.parser.node</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTExpression.html#ASTExpression-int-">ASTExpression(int)</a></span> - Constructor for class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTExpression.html" title="class in org.apache.velocity.runtime.parser.node">ASTExpression</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTExpression.html#ASTExpression-org.apache.velocity.runtime.parser.Parser-int-">ASTExpression(Parser, int)</a></span> - Constructor for class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTExpression.html" title="class in org.apache.velocity.runtime.parser.node">ASTExpression</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/runtime/parser/node/ASTFalse.html" title="class in org.apache.velocity.runtime.parser.node"><span class="typeNameLink">ASTFalse</span></a> - Class in <a href="org/apache/velocity/runtime/parser/node/package-summary.html">org.apache.velocity.runtime.parser.node</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTFalse.html#ASTFalse-int-">ASTFalse(int)</a></span> - Constructor for class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTFalse.html" title="class in org.apache.velocity.runtime.parser.node">ASTFalse</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTFalse.html#ASTFalse-org.apache.velocity.runtime.parser.Parser-int-">ASTFalse(Parser, int)</a></span> - Constructor for class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTFalse.html" title="class in org.apache.velocity.runtime.parser.node">ASTFalse</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/runtime/parser/node/ASTFloatingPointLiteral.html" title="class in org.apache.velocity.runtime.parser.node"><span class="typeNameLink">ASTFloatingPointLiteral</span></a> - Class in <a href="org/apache/velocity/runtime/parser/node/package-summary.html">org.apache.velocity.runtime.parser.node</a></dt>
<dd>
<div class="block">Handles floating point numbers.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTFloatingPointLiteral.html#ASTFloatingPointLiteral-int-">ASTFloatingPointLiteral(int)</a></span> - Constructor for class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTFloatingPointLiteral.html" title="class in org.apache.velocity.runtime.parser.node">ASTFloatingPointLiteral</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTFloatingPointLiteral.html#ASTFloatingPointLiteral-org.apache.velocity.runtime.parser.Parser-int-">ASTFloatingPointLiteral(Parser, int)</a></span> - Constructor for class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTFloatingPointLiteral.html" title="class in org.apache.velocity.runtime.parser.node">ASTFloatingPointLiteral</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/runtime/parser/node/ASTGENode.html" title="class in org.apache.velocity.runtime.parser.node"><span class="typeNameLink">ASTGENode</span></a> - Class in <a href="org/apache/velocity/runtime/parser/node/package-summary.html">org.apache.velocity.runtime.parser.node</a></dt>
<dd>
<div class="block">Handles arg1 &gt;= arg2<br><br></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTGENode.html#ASTGENode-int-">ASTGENode(int)</a></span> - Constructor for class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTGENode.html" title="class in org.apache.velocity.runtime.parser.node">ASTGENode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTGENode.html#ASTGENode-org.apache.velocity.runtime.parser.Parser-int-">ASTGENode(Parser, int)</a></span> - Constructor for class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTGENode.html" title="class in org.apache.velocity.runtime.parser.node">ASTGENode</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/runtime/parser/node/ASTGTNode.html" title="class in org.apache.velocity.runtime.parser.node"><span class="typeNameLink">ASTGTNode</span></a> - Class in <a href="org/apache/velocity/runtime/parser/node/package-summary.html">org.apache.velocity.runtime.parser.node</a></dt>
<dd>
<div class="block">Handles arg1 &gt; arg2<br><br></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTGTNode.html#ASTGTNode-int-">ASTGTNode(int)</a></span> - Constructor for class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTGTNode.html" title="class in org.apache.velocity.runtime.parser.node">ASTGTNode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTGTNode.html#ASTGTNode-org.apache.velocity.runtime.parser.Parser-int-">ASTGTNode(Parser, int)</a></span> - Constructor for class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTGTNode.html" title="class in org.apache.velocity.runtime.parser.node">ASTGTNode</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/runtime/parser/node/ASTIdentifier.html" title="class in org.apache.velocity.runtime.parser.node"><span class="typeNameLink">ASTIdentifier</span></a> - Class in <a href="org/apache/velocity/runtime/parser/node/package-summary.html">org.apache.velocity.runtime.parser.node</a></dt>
<dd>
<div class="block">ASTIdentifier.java
Method support for identifiers : $foo
mainly used by ASTReference
Introspection is now moved to 'just in time' or at render / execution
time.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTIdentifier.html#ASTIdentifier-int-">ASTIdentifier(int)</a></span> - Constructor for class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTIdentifier.html" title="class in org.apache.velocity.runtime.parser.node">ASTIdentifier</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTIdentifier.html#ASTIdentifier-org.apache.velocity.runtime.parser.Parser-int-">ASTIdentifier(Parser, int)</a></span> - Constructor for class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTIdentifier.html" title="class in org.apache.velocity.runtime.parser.node">ASTIdentifier</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/runtime/parser/node/ASTIfStatement.html" title="class in org.apache.velocity.runtime.parser.node"><span class="typeNameLink">ASTIfStatement</span></a> - Class in <a href="org/apache/velocity/runtime/parser/node/package-summary.html">org.apache.velocity.runtime.parser.node</a></dt>
<dd>
<div class="block">Please look at the Parser.jjt file which is
what controls the generation of this class.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTIfStatement.html#ASTIfStatement-int-">ASTIfStatement(int)</a></span> - Constructor for class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTIfStatement.html" title="class in org.apache.velocity.runtime.parser.node">ASTIfStatement</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTIfStatement.html#ASTIfStatement-org.apache.velocity.runtime.parser.Parser-int-">ASTIfStatement(Parser, int)</a></span> - Constructor for class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTIfStatement.html" title="class in org.apache.velocity.runtime.parser.node">ASTIfStatement</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/runtime/parser/node/ASTIncludeStatement.html" title="class in org.apache.velocity.runtime.parser.node"><span class="typeNameLink">ASTIncludeStatement</span></a> - Class in <a href="org/apache/velocity/runtime/parser/node/package-summary.html">org.apache.velocity.runtime.parser.node</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTIncludeStatement.html#ASTIncludeStatement-int-">ASTIncludeStatement(int)</a></span> - Constructor for class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTIncludeStatement.html" title="class in org.apache.velocity.runtime.parser.node">ASTIncludeStatement</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTIncludeStatement.html#ASTIncludeStatement-org.apache.velocity.runtime.parser.Parser-int-">ASTIncludeStatement(Parser, int)</a></span> - Constructor for class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTIncludeStatement.html" title="class in org.apache.velocity.runtime.parser.node">ASTIncludeStatement</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/runtime/parser/node/ASTIndex.html" title="class in org.apache.velocity.runtime.parser.node"><span class="typeNameLink">ASTIndex</span></a> - Class in <a href="org/apache/velocity/runtime/parser/node/package-summary.html">org.apache.velocity.runtime.parser.node</a></dt>
<dd>
<div class="block">This node is responsible for the bracket notation at the end of
a reference, e.g., $foo[1]</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTIndex.html#ASTIndex-int-">ASTIndex(int)</a></span> - Constructor for class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTIndex.html" title="class in org.apache.velocity.runtime.parser.node">ASTIndex</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTIndex.html#ASTIndex-org.apache.velocity.runtime.parser.Parser-int-">ASTIndex(Parser, int)</a></span> - Constructor for class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTIndex.html" title="class in org.apache.velocity.runtime.parser.node">ASTIndex</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/runtime/parser/node/ASTIntegerLiteral.html" title="class in org.apache.velocity.runtime.parser.node"><span class="typeNameLink">ASTIntegerLiteral</span></a> - Class in <a href="org/apache/velocity/runtime/parser/node/package-summary.html">org.apache.velocity.runtime.parser.node</a></dt>
<dd>
<div class="block">Handles integer numbers.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTIntegerLiteral.html#ASTIntegerLiteral-int-">ASTIntegerLiteral(int)</a></span> - Constructor for class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTIntegerLiteral.html" title="class in org.apache.velocity.runtime.parser.node">ASTIntegerLiteral</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTIntegerLiteral.html#ASTIntegerLiteral-org.apache.velocity.runtime.parser.Parser-int-">ASTIntegerLiteral(Parser, int)</a></span> - Constructor for class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTIntegerLiteral.html" title="class in org.apache.velocity.runtime.parser.node">ASTIntegerLiteral</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/runtime/parser/node/ASTIntegerRange.html" title="class in org.apache.velocity.runtime.parser.node"><span class="typeNameLink">ASTIntegerRange</span></a> - Class in <a href="org/apache/velocity/runtime/parser/node/package-summary.html">org.apache.velocity.runtime.parser.node</a></dt>
<dd>
<div class="block">handles the range 'operator' [ n ..</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTIntegerRange.html#ASTIntegerRange-int-">ASTIntegerRange(int)</a></span> - Constructor for class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTIntegerRange.html" title="class in org.apache.velocity.runtime.parser.node">ASTIntegerRange</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTIntegerRange.html#ASTIntegerRange-org.apache.velocity.runtime.parser.Parser-int-">ASTIntegerRange(Parser, int)</a></span> - Constructor for class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTIntegerRange.html" title="class in org.apache.velocity.runtime.parser.node">ASTIntegerRange</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/runtime/parser/node/ASTIntegerRange.IntegerRange.html" title="class in org.apache.velocity.runtime.parser.node"><span class="typeNameLink">ASTIntegerRange.IntegerRange</span></a> - Class in <a href="org/apache/velocity/runtime/parser/node/package-summary.html">org.apache.velocity.runtime.parser.node</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/runtime/parser/node/ASTIntegerRange.IntegerRange.RangeIterator.html" title="class in org.apache.velocity.runtime.parser.node"><span class="typeNameLink">ASTIntegerRange.IntegerRange.RangeIterator</span></a> - Class in <a href="org/apache/velocity/runtime/parser/node/package-summary.html">org.apache.velocity.runtime.parser.node</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/runtime/parser/node/ASTLENode.html" title="class in org.apache.velocity.runtime.parser.node"><span class="typeNameLink">ASTLENode</span></a> - Class in <a href="org/apache/velocity/runtime/parser/node/package-summary.html">org.apache.velocity.runtime.parser.node</a></dt>
<dd>
<div class="block">Handles arg1 &lt;= arg2<br><br></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTLENode.html#ASTLENode-int-">ASTLENode(int)</a></span> - Constructor for class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTLENode.html" title="class in org.apache.velocity.runtime.parser.node">ASTLENode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTLENode.html#ASTLENode-org.apache.velocity.runtime.parser.Parser-int-">ASTLENode(Parser, int)</a></span> - Constructor for class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTLENode.html" title="class in org.apache.velocity.runtime.parser.node">ASTLENode</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/runtime/parser/node/ASTLogicalOperator.html" title="class in org.apache.velocity.runtime.parser.node"><span class="typeNameLink">ASTLogicalOperator</span></a> - Class in <a href="org/apache/velocity/runtime/parser/node/package-summary.html">org.apache.velocity.runtime.parser.node</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTLogicalOperator.html#ASTLogicalOperator-int-">ASTLogicalOperator(int)</a></span> - Constructor for class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTLogicalOperator.html" title="class in org.apache.velocity.runtime.parser.node">ASTLogicalOperator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTLogicalOperator.html#ASTLogicalOperator-org.apache.velocity.runtime.parser.Parser-int-">ASTLogicalOperator(Parser, int)</a></span> - Constructor for class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTLogicalOperator.html" title="class in org.apache.velocity.runtime.parser.node">ASTLogicalOperator</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/runtime/parser/node/ASTLTNode.html" title="class in org.apache.velocity.runtime.parser.node"><span class="typeNameLink">ASTLTNode</span></a> - Class in <a href="org/apache/velocity/runtime/parser/node/package-summary.html">org.apache.velocity.runtime.parser.node</a></dt>
<dd>
<div class="block">Handles arg1 &lt; arg2<br><br></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTLTNode.html#ASTLTNode-int-">ASTLTNode(int)</a></span> - Constructor for class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTLTNode.html" title="class in org.apache.velocity.runtime.parser.node">ASTLTNode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTLTNode.html#ASTLTNode-org.apache.velocity.runtime.parser.Parser-int-">ASTLTNode(Parser, int)</a></span> - Constructor for class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTLTNode.html" title="class in org.apache.velocity.runtime.parser.node">ASTLTNode</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/runtime/parser/node/ASTMap.html" title="class in org.apache.velocity.runtime.parser.node"><span class="typeNameLink">ASTMap</span></a> - Class in <a href="org/apache/velocity/runtime/parser/node/package-summary.html">org.apache.velocity.runtime.parser.node</a></dt>
<dd>
<div class="block">AST Node for creating a map / dictionary.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTMap.html#ASTMap-int-">ASTMap(int)</a></span> - Constructor for class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTMap.html" title="class in org.apache.velocity.runtime.parser.node">ASTMap</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTMap.html#ASTMap-org.apache.velocity.runtime.parser.Parser-int-">ASTMap(Parser, int)</a></span> - Constructor for class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTMap.html" title="class in org.apache.velocity.runtime.parser.node">ASTMap</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/runtime/parser/node/ASTMathNode.html" title="class in org.apache.velocity.runtime.parser.node"><span class="typeNameLink">ASTMathNode</span></a> - Class in <a href="org/apache/velocity/runtime/parser/node/package-summary.html">org.apache.velocity.runtime.parser.node</a></dt>
<dd>
<div class="block">Helps handle math<br><br>
Please look at the Parser.jjt file which is
what controls the generation of this class.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTMathNode.html#ASTMathNode-int-">ASTMathNode(int)</a></span> - Constructor for class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTMathNode.html" title="class in org.apache.velocity.runtime.parser.node">ASTMathNode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTMathNode.html#ASTMathNode-org.apache.velocity.runtime.parser.Parser-int-">ASTMathNode(Parser, int)</a></span> - Constructor for class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTMathNode.html" title="class in org.apache.velocity.runtime.parser.node">ASTMathNode</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/runtime/parser/node/ASTMethod.html" title="class in org.apache.velocity.runtime.parser.node"><span class="typeNameLink">ASTMethod</span></a> - Class in <a href="org/apache/velocity/runtime/parser/node/package-summary.html">org.apache.velocity.runtime.parser.node</a></dt>
<dd>
<div class="block">ASTMethod.java
Method support for references : $foo.method()
NOTE :
introspection is now done at render time.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTMethod.html#ASTMethod-int-">ASTMethod(int)</a></span> - Constructor for class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTMethod.html" title="class in org.apache.velocity.runtime.parser.node">ASTMethod</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTMethod.html#ASTMethod-org.apache.velocity.runtime.parser.Parser-int-">ASTMethod(Parser, int)</a></span> - Constructor for class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTMethod.html" title="class in org.apache.velocity.runtime.parser.node">ASTMethod</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/runtime/parser/node/ASTMethod.MethodCacheKey.html" title="class in org.apache.velocity.runtime.parser.node"><span class="typeNameLink">ASTMethod.MethodCacheKey</span></a> - Class in <a href="org/apache/velocity/runtime/parser/node/package-summary.html">org.apache.velocity.runtime.parser.node</a></dt>
<dd>
<div class="block">Internal class used as key for method cache.</div>
</dd>
<dt><a href="org/apache/velocity/runtime/parser/node/ASTModNode.html" title="class in org.apache.velocity.runtime.parser.node"><span class="typeNameLink">ASTModNode</span></a> - Class in <a href="org/apache/velocity/runtime/parser/node/package-summary.html">org.apache.velocity.runtime.parser.node</a></dt>
<dd>
<div class="block">Handles modulus division<br><br>
Please look at the Parser.jjt file which is
what controls the generation of this class.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTModNode.html#ASTModNode-int-">ASTModNode(int)</a></span> - Constructor for class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTModNode.html" title="class in org.apache.velocity.runtime.parser.node">ASTModNode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTModNode.html#ASTModNode-org.apache.velocity.runtime.parser.Parser-int-">ASTModNode(Parser, int)</a></span> - Constructor for class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTModNode.html" title="class in org.apache.velocity.runtime.parser.node">ASTModNode</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/runtime/parser/node/ASTMulNode.html" title="class in org.apache.velocity.runtime.parser.node"><span class="typeNameLink">ASTMulNode</span></a> - Class in <a href="org/apache/velocity/runtime/parser/node/package-summary.html">org.apache.velocity.runtime.parser.node</a></dt>
<dd>
<div class="block">Handles multiplication<br><br>
Please look at the Parser.jjt file which is
what controls the generation of this class.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTMulNode.html#ASTMulNode-int-">ASTMulNode(int)</a></span> - Constructor for class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTMulNode.html" title="class in org.apache.velocity.runtime.parser.node">ASTMulNode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTMulNode.html#ASTMulNode-org.apache.velocity.runtime.parser.Parser-int-">ASTMulNode(Parser, int)</a></span> - Constructor for class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTMulNode.html" title="class in org.apache.velocity.runtime.parser.node">ASTMulNode</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/runtime/parser/node/ASTNegateNode.html" title="class in org.apache.velocity.runtime.parser.node"><span class="typeNameLink">ASTNegateNode</span></a> - Class in <a href="org/apache/velocity/runtime/parser/node/package-summary.html">org.apache.velocity.runtime.parser.node</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTNegateNode.html#ASTNegateNode-int-">ASTNegateNode(int)</a></span> - Constructor for class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTNegateNode.html" title="class in org.apache.velocity.runtime.parser.node">ASTNegateNode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTNegateNode.html#ASTNegateNode-org.apache.velocity.runtime.parser.Parser-int-">ASTNegateNode(Parser, int)</a></span> - Constructor for class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTNegateNode.html" title="class in org.apache.velocity.runtime.parser.node">ASTNegateNode</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/runtime/parser/node/ASTNENode.html" title="class in org.apache.velocity.runtime.parser.node"><span class="typeNameLink">ASTNENode</span></a> - Class in <a href="org/apache/velocity/runtime/parser/node/package-summary.html">org.apache.velocity.runtime.parser.node</a></dt>
<dd>
<div class="block">Handles <code>arg1 != arg2</code> by negating evaluation of ASTEQNode</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTNENode.html#ASTNENode-int-">ASTNENode(int)</a></span> - Constructor for class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTNENode.html" title="class in org.apache.velocity.runtime.parser.node">ASTNENode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTNENode.html#ASTNENode-org.apache.velocity.runtime.parser.Parser-int-">ASTNENode(Parser, int)</a></span> - Constructor for class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTNENode.html" title="class in org.apache.velocity.runtime.parser.node">ASTNENode</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/runtime/parser/node/ASTNotNode.html" title="class in org.apache.velocity.runtime.parser.node"><span class="typeNameLink">ASTNotNode</span></a> - Class in <a href="org/apache/velocity/runtime/parser/node/package-summary.html">org.apache.velocity.runtime.parser.node</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTNotNode.html#ASTNotNode-int-">ASTNotNode(int)</a></span> - Constructor for class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTNotNode.html" title="class in org.apache.velocity.runtime.parser.node">ASTNotNode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTNotNode.html#ASTNotNode-org.apache.velocity.runtime.parser.Parser-int-">ASTNotNode(Parser, int)</a></span> - Constructor for class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTNotNode.html" title="class in org.apache.velocity.runtime.parser.node">ASTNotNode</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/runtime/parser/node/ASTObjectArray.html" title="class in org.apache.velocity.runtime.parser.node"><span class="typeNameLink">ASTObjectArray</span></a> - Class in <a href="org/apache/velocity/runtime/parser/node/package-summary.html">org.apache.velocity.runtime.parser.node</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTObjectArray.html#ASTObjectArray-int-">ASTObjectArray(int)</a></span> - Constructor for class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTObjectArray.html" title="class in org.apache.velocity.runtime.parser.node">ASTObjectArray</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTObjectArray.html#ASTObjectArray-org.apache.velocity.runtime.parser.Parser-int-">ASTObjectArray(Parser, int)</a></span> - Constructor for class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTObjectArray.html" title="class in org.apache.velocity.runtime.parser.node">ASTObjectArray</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/runtime/parser/node/ASTOrNode.html" title="class in org.apache.velocity.runtime.parser.node"><span class="typeNameLink">ASTOrNode</span></a> - Class in <a href="org/apache/velocity/runtime/parser/node/package-summary.html">org.apache.velocity.runtime.parser.node</a></dt>
<dd>
<div class="block">Please look at the Parser.jjt file which is
what controls the generation of this class.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTOrNode.html#ASTOrNode-int-">ASTOrNode(int)</a></span> - Constructor for class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTOrNode.html" title="class in org.apache.velocity.runtime.parser.node">ASTOrNode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTOrNode.html#ASTOrNode-org.apache.velocity.runtime.parser.Parser-int-">ASTOrNode(Parser, int)</a></span> - Constructor for class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTOrNode.html" title="class in org.apache.velocity.runtime.parser.node">ASTOrNode</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/runtime/parser/node/ASTParameters.html" title="class in org.apache.velocity.runtime.parser.node"><span class="typeNameLink">ASTParameters</span></a> - Class in <a href="org/apache/velocity/runtime/parser/node/package-summary.html">org.apache.velocity.runtime.parser.node</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTParameters.html#ASTParameters-int-">ASTParameters(int)</a></span> - Constructor for class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTParameters.html" title="class in org.apache.velocity.runtime.parser.node">ASTParameters</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTParameters.html#ASTParameters-org.apache.velocity.runtime.parser.Parser-int-">ASTParameters(Parser, int)</a></span> - Constructor for class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTParameters.html" title="class in org.apache.velocity.runtime.parser.node">ASTParameters</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/runtime/parser/node/ASTprocess.html" title="class in org.apache.velocity.runtime.parser.node"><span class="typeNameLink">ASTprocess</span></a> - Class in <a href="org/apache/velocity/runtime/parser/node/package-summary.html">org.apache.velocity.runtime.parser.node</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTprocess.html#ASTprocess-int-">ASTprocess(int)</a></span> - Constructor for class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTprocess.html" title="class in org.apache.velocity.runtime.parser.node">ASTprocess</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTprocess.html#ASTprocess-org.apache.velocity.runtime.parser.Parser-int-">ASTprocess(Parser, int)</a></span> - Constructor for class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTprocess.html" title="class in org.apache.velocity.runtime.parser.node">ASTprocess</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/runtime/parser/node/ASTReference.html" title="class in org.apache.velocity.runtime.parser.node"><span class="typeNameLink">ASTReference</span></a> - Class in <a href="org/apache/velocity/runtime/parser/node/package-summary.html">org.apache.velocity.runtime.parser.node</a></dt>
<dd>
<div class="block">This class is responsible for handling the references in
VTL ($foo).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTReference.html#ASTReference-int-">ASTReference(int)</a></span> - Constructor for class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTReference.html" title="class in org.apache.velocity.runtime.parser.node">ASTReference</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTReference.html#ASTReference-org.apache.velocity.runtime.parser.Parser-int-">ASTReference(Parser, int)</a></span> - Constructor for class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTReference.html" title="class in org.apache.velocity.runtime.parser.node">ASTReference</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/runtime/parser/node/ASTSetDirective.html" title="class in org.apache.velocity.runtime.parser.node"><span class="typeNameLink">ASTSetDirective</span></a> - Class in <a href="org/apache/velocity/runtime/parser/node/package-summary.html">org.apache.velocity.runtime.parser.node</a></dt>
<dd>
<div class="block">Node for the #set directive</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTSetDirective.html#ASTSetDirective-int-">ASTSetDirective(int)</a></span> - Constructor for class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTSetDirective.html" title="class in org.apache.velocity.runtime.parser.node">ASTSetDirective</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTSetDirective.html#ASTSetDirective-org.apache.velocity.runtime.parser.Parser-int-">ASTSetDirective(Parser, int)</a></span> - Constructor for class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTSetDirective.html" title="class in org.apache.velocity.runtime.parser.node">ASTSetDirective</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/runtime/parser/node/ASTStringLiteral.html" title="class in org.apache.velocity.runtime.parser.node"><span class="typeNameLink">ASTStringLiteral</span></a> - Class in <a href="org/apache/velocity/runtime/parser/node/package-summary.html">org.apache.velocity.runtime.parser.node</a></dt>
<dd>
<div class="block">ASTStringLiteral support.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTStringLiteral.html#ASTStringLiteral-int-">ASTStringLiteral(int)</a></span> - Constructor for class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTStringLiteral.html" title="class in org.apache.velocity.runtime.parser.node">ASTStringLiteral</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTStringLiteral.html#ASTStringLiteral-org.apache.velocity.runtime.parser.Parser-int-">ASTStringLiteral(Parser, int)</a></span> - Constructor for class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTStringLiteral.html" title="class in org.apache.velocity.runtime.parser.node">ASTStringLiteral</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/runtime/parser/node/ASTSubtractNode.html" title="class in org.apache.velocity.runtime.parser.node"><span class="typeNameLink">ASTSubtractNode</span></a> - Class in <a href="org/apache/velocity/runtime/parser/node/package-summary.html">org.apache.velocity.runtime.parser.node</a></dt>
<dd>
<div class="block">Handles subtraction of nodes (in #set() )<br><br>
Please look at the Parser.jjt file which is
what controls the generation of this class.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTSubtractNode.html#ASTSubtractNode-int-">ASTSubtractNode(int)</a></span> - Constructor for class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTSubtractNode.html" title="class in org.apache.velocity.runtime.parser.node">ASTSubtractNode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTSubtractNode.html#ASTSubtractNode-org.apache.velocity.runtime.parser.Parser-int-">ASTSubtractNode(Parser, int)</a></span> - Constructor for class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTSubtractNode.html" title="class in org.apache.velocity.runtime.parser.node">ASTSubtractNode</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/runtime/parser/node/ASTText.html" title="class in org.apache.velocity.runtime.parser.node"><span class="typeNameLink">ASTText</span></a> - Class in <a href="org/apache/velocity/runtime/parser/node/package-summary.html">org.apache.velocity.runtime.parser.node</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTText.html#ASTText-int-">ASTText(int)</a></span> - Constructor for class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTText.html" title="class in org.apache.velocity.runtime.parser.node">ASTText</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTText.html#ASTText-org.apache.velocity.runtime.parser.Parser-int-">ASTText(Parser, int)</a></span> - Constructor for class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTText.html" title="class in org.apache.velocity.runtime.parser.node">ASTText</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/runtime/parser/node/ASTTextblock.html" title="class in org.apache.velocity.runtime.parser.node"><span class="typeNameLink">ASTTextblock</span></a> - Class in <a href="org/apache/velocity/runtime/parser/node/package-summary.html">org.apache.velocity.runtime.parser.node</a></dt>
<dd>
<div class="block">This node holds the "Textblock" data which should not be interpreted by Velocity.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTTextblock.html#ASTTextblock-org.apache.velocity.runtime.parser.Parser-int-">ASTTextblock(Parser, int)</a></span> - Constructor for class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTTextblock.html" title="class in org.apache.velocity.runtime.parser.node">ASTTextblock</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/runtime/parser/node/ASTTrue.html" title="class in org.apache.velocity.runtime.parser.node"><span class="typeNameLink">ASTTrue</span></a> - Class in <a href="org/apache/velocity/runtime/parser/node/package-summary.html">org.apache.velocity.runtime.parser.node</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTTrue.html#ASTTrue-int-">ASTTrue(int)</a></span> - Constructor for class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTTrue.html" title="class in org.apache.velocity.runtime.parser.node">ASTTrue</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTTrue.html#ASTTrue-org.apache.velocity.runtime.parser.Parser-int-">ASTTrue(Parser, int)</a></span> - Constructor for class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTTrue.html" title="class in org.apache.velocity.runtime.parser.node">ASTTrue</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/runtime/parser/node/ASTVariable.html" title="class in org.apache.velocity.runtime.parser.node"><span class="typeNameLink">ASTVariable</span></a> - Class in <a href="org/apache/velocity/runtime/parser/node/package-summary.html">org.apache.velocity.runtime.parser.node</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTVariable.html#ASTVariable-int-">ASTVariable(int)</a></span> - Constructor for class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTVariable.html" title="class in org.apache.velocity.runtime.parser.node">ASTVariable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTVariable.html#ASTVariable-org.apache.velocity.runtime.parser.Parser-int-">ASTVariable(Parser, int)</a></span> - Constructor for class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTVariable.html" title="class in org.apache.velocity.runtime.parser.node">ASTVariable</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/runtime/parser/node/ASTWord.html" title="class in org.apache.velocity.runtime.parser.node"><span class="typeNameLink">ASTWord</span></a> - Class in <a href="org/apache/velocity/runtime/parser/node/package-summary.html">org.apache.velocity.runtime.parser.node</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTWord.html#ASTWord-int-">ASTWord(int)</a></span> - Constructor for class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTWord.html" title="class in org.apache.velocity.runtime.parser.node">ASTWord</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTWord.html#ASTWord-org.apache.velocity.runtime.parser.Parser-int-">ASTWord(Parser, int)</a></span> - Constructor for class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTWord.html" title="class in org.apache.velocity.runtime.parser.node">ASTWord</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/Parser.html#at--">at()</a></span> - Method in interface org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/Parser.html" title="interface in org.apache.velocity.runtime.parser">Parser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParser.html#at--">at()</a></span> - Method in class org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParser.html" title="class in org.apache.velocity.runtime.parser">StandardParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/context/ChainedInternalContextAdapter.html#attachEventCartridge-org.apache.velocity.app.event.EventCartridge-">attachEventCartridge(EventCartridge)</a></span> - Method in class org.apache.velocity.context.<a href="org/apache/velocity/context/ChainedInternalContextAdapter.html" title="class in org.apache.velocity.context">ChainedInternalContextAdapter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/context/InternalContextAdapterImpl.html#attachEventCartridge-org.apache.velocity.app.event.EventCartridge-">attachEventCartridge(EventCartridge)</a></span> - Method in class org.apache.velocity.context.<a href="org/apache/velocity/context/InternalContextAdapterImpl.html" title="class in org.apache.velocity.context">InternalContextAdapterImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/context/InternalEventContext.html#attachEventCartridge-org.apache.velocity.app.event.EventCartridge-">attachEventCartridge(EventCartridge)</a></span> - Method in interface org.apache.velocity.context.<a href="org/apache/velocity/context/InternalEventContext.html" title="interface in org.apache.velocity.context">InternalEventContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/app/event/EventCartridge.html#attachToContext-org.apache.velocity.context.Context-">attachToContext(Context)</a></span> - Method in class org.apache.velocity.app.event.<a href="org/apache/velocity/app/event/EventCartridge.html" title="class in org.apache.velocity.app.event">EventCartridge</a></dt>
<dd>
<div class="block">Attached the EventCartridge to the context
Final because not something one should mess with lightly :)</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/io/UnicodeInputStream.html#available--">available()</a></span> - Method in class org.apache.velocity.io.<a href="org/apache/velocity/io/UnicodeInputStream.html" title="class in org.apache.velocity.io">UnicodeInputStream</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:B">
<!-- -->
</a>
<h2 class="title">B</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/CharStream.html#backup-int-">backup(int)</a></span> - Method in interface org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/CharStream.html" title="interface in org.apache.velocity.runtime.parser">CharStream</a></dt>
<dd>
<div class="block">Backs up the input stream by amount steps.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/VelocityCharStream.html#backup-int-">backup(int)</a></span> - Method in class org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/VelocityCharStream.html" title="class in org.apache.velocity.runtime.parser">VelocityCharStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/MathUtils.html#BASE_BIGDECIMAL">BASE_BIGDECIMAL</a></span> - Static variable in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/MathUtils.html" title="class in org.apache.velocity.runtime.parser.node">MathUtils</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/MathUtils.html#BASE_BIGINTEGER">BASE_BIGINTEGER</a></span> - Static variable in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/MathUtils.html" title="class in org.apache.velocity.runtime.parser.node">MathUtils</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/MathUtils.html#BASE_DOUBLE">BASE_DOUBLE</a></span> - Static variable in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/MathUtils.html" title="class in org.apache.velocity.runtime.parser.node">MathUtils</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/MathUtils.html#BASE_FLOAT">BASE_FLOAT</a></span> - Static variable in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/MathUtils.html" title="class in org.apache.velocity.runtime.parser.node">MathUtils</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/MathUtils.html#BASE_LONG">BASE_LONG</a></span> - Static variable in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/MathUtils.html" title="class in org.apache.velocity.runtime.parser.node">MathUtils</a></dt>
<dd>
<div class="block">The constants are used to determine in which context we have to calculate.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/ExtProperties.html#basePath">basePath</a></span> - Variable in class org.apache.velocity.util.<a href="org/apache/velocity/util/ExtProperties.html" title="class in org.apache.velocity.util">ExtProperties</a></dt>
<dd>
<div class="block">Base path of the configuration file used to create
this ExtProperties object.</div>
</dd>
<dt><a href="org/apache/velocity/runtime/visitor/BaseVisitor.html" title="class in org.apache.velocity.runtime.visitor"><span class="typeNameLink">BaseVisitor</span></a> - Class in <a href="org/apache/velocity/runtime/visitor/package-summary.html">org.apache.velocity.runtime.visitor</a></dt>
<dd>
<div class="block">This is the base class for all visitors.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/visitor/BaseVisitor.html#BaseVisitor--">BaseVisitor()</a></span> - Constructor for class org.apache.velocity.runtime.visitor.<a href="org/apache/velocity/runtime/visitor/BaseVisitor.html" title="class in org.apache.velocity.runtime.visitor">BaseVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/Token.html#beginColumn">beginColumn</a></span> - Variable in class org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/Token.html" title="class in org.apache.velocity.runtime.parser">Token</a></dt>
<dd>
<div class="block">The column number of the first character of this Token.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/Token.html#beginLine">beginLine</a></span> - Variable in class org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/Token.html" title="class in org.apache.velocity.runtime.parser">Token</a></dt>
<dd>
<div class="block">The line number of the first character of this Token.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/CharStream.html#BeginToken--">BeginToken()</a></span> - Method in interface org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/CharStream.html" title="interface in org.apache.velocity.runtime.parser">CharStream</a></dt>
<dd>
<div class="block">Returns the next character that marks the beginning of the next token.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/VelocityCharStream.html#BeginToken--">BeginToken()</a></span> - Method in class org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/VelocityCharStream.html" title="class in org.apache.velocity.runtime.parser">VelocityCharStream</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/runtime/directive/Block.html" title="class in org.apache.velocity.runtime.directive"><span class="typeNameLink">Block</span></a> - Class in <a href="org/apache/velocity/runtime/directive/package-summary.html">org.apache.velocity.runtime.directive</a></dt>
<dd>
<div class="block">Directive that puts an unrendered AST block in the context
under the specified key, postponing rendering until the
reference is used and rendered.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/Block.html#Block--">Block()</a></span> - Constructor for class org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/Block.html" title="class in org.apache.velocity.runtime.directive">Block</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/Block.html#block">block</a></span> - Variable in class org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/Block.html" title="class in org.apache.velocity.runtime.directive">Block</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/DirectiveConstants.html#BLOCK">BLOCK</a></span> - Static variable in interface org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/DirectiveConstants.html" title="interface in org.apache.velocity.runtime.directive">DirectiveConstants</a></dt>
<dd>
<div class="block">Block directive indicator</div>
</dd>
<dt><a href="org/apache/velocity/runtime/directive/Block.Reference.html" title="class in org.apache.velocity.runtime.directive"><span class="typeNameLink">Block.Reference</span></a> - Class in <a href="org/apache/velocity/runtime/directive/package-summary.html">org.apache.velocity.runtime.directive</a></dt>
<dd>
<div class="block">actual class placed in the context, holds the context
being used for the render, as well as the parent (which already holds
everything else we need).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/Parser.html#blockComment--">blockComment()</a></span> - Method in interface org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/Parser.html" title="interface in org.apache.velocity.runtime.parser">Parser</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/runtime/directive/BlockMacro.html" title="class in org.apache.velocity.runtime.directive"><span class="typeNameLink">BlockMacro</span></a> - Class in <a href="org/apache/velocity/runtime/directive/package-summary.html">org.apache.velocity.runtime.directive</a></dt>
<dd>
<div class="block">BlockMacro directive is used to invoke Velocity macros with normal parameters and a macro body.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/BlockMacro.html#BlockMacro--">BlockMacro()</a></span> - Constructor for class org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/BlockMacro.html" title="class in org.apache.velocity.runtime.directive">BlockMacro</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/runtime/parser/node/BooleanPropertyExecutor.html" title="class in org.apache.velocity.runtime.parser.node"><span class="typeNameLink">BooleanPropertyExecutor</span></a> - Class in <a href="org/apache/velocity/runtime/parser/node/package-summary.html">org.apache.velocity.runtime.parser.node</a></dt>
<dd>
<div class="block">Handles discovery and valuation of a
boolean object property, of the
form public boolean is&lt;property&gt; when executed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/BooleanPropertyExecutor.html#BooleanPropertyExecutor-org.slf4j.Logger-org.apache.velocity.util.introspection.Introspector-java.lang.Class-java.lang.String-">BooleanPropertyExecutor(Logger, Introspector, Class&lt;?&gt;, String)</a></span> - Constructor for class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/BooleanPropertyExecutor.html" title="class in org.apache.velocity.runtime.parser.node">BooleanPropertyExecutor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/BooleanPropertyExecutor.html#BooleanPropertyExecutor-org.slf4j.Logger-org.apache.velocity.util.introspection.Introspector-java.lang.Class-java.lang.String-boolean-">BooleanPropertyExecutor(Logger, Introspector, Class&lt;?&gt;, String, boolean)</a></span> - Constructor for class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/BooleanPropertyExecutor.html" title="class in org.apache.velocity.runtime.parser.node">BooleanPropertyExecutor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParserConstants.html#BRACKETED_WORD">BRACKETED_WORD</a></span> - Static variable in interface org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParserConstants.html" title="interface in org.apache.velocity.runtime.parser">StandardParserConstants</a></dt>
<dd>
<div class="block">RegularExpression Id.</div>
</dd>
<dt><a href="org/apache/velocity/runtime/directive/Break.html" title="class in org.apache.velocity.runtime.directive"><span class="typeNameLink">Break</span></a> - Class in <a href="org/apache/velocity/runtime/directive/package-summary.html">org.apache.velocity.runtime.directive</a></dt>
<dd>
<div class="block">Break directive used for interrupting scopes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/Break.html#Break--">Break()</a></span> - Constructor for class org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/Break.html" title="class in org.apache.velocity.runtime.directive">Break</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/VelocityCharStream.html#bufpos">bufpos</a></span> - Variable in class org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/VelocityCharStream.html" title="class in org.apache.velocity.runtime.parser">VelocityCharStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/loader/ResourceLoader.html#buildReader-java.io.InputStream-java.lang.String-">buildReader(InputStream, String)</a></span> - Method in class org.apache.velocity.runtime.resource.loader.<a href="org/apache/velocity/runtime/resource/loader/ResourceLoader.html" title="class in org.apache.velocity.runtime.resource.loader">ResourceLoader</a></dt>
<dd>
<div class="block">Builds a Reader given a raw InputStream and an encoding.</div>
</dd>
</dl>
<a name="I:C">
<!-- -->
</a>
<h2 class="title">C</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/ResourceCacheImpl.html#cache">cache</a></span> - Variable in class org.apache.velocity.runtime.resource.<a href="org/apache/velocity/runtime/resource/ResourceCacheImpl.html" title="class in org.apache.velocity.runtime.resource">ResourceCacheImpl</a></dt>
<dd>
<div class="block">Cache storage, assumed to be thread-safe.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/introspection/IntrospectorCache.html#CACHEDUMP_MSG">CACHEDUMP_MSG</a></span> - Static variable in class org.apache.velocity.util.introspection.<a href="org/apache/velocity/util/introspection/IntrospectorCache.html" title="class in org.apache.velocity.util.introspection">IntrospectorCache</a></dt>
<dd>
<div class="block">define a public string so that it can be looked for if interested</div>
</dd>
<dt><a href="org/apache/velocity/util/introspection/ChainableUberspector.html" title="interface in org.apache.velocity.util.introspection"><span class="typeNameLink">ChainableUberspector</span></a> - Interface in <a href="org/apache/velocity/util/introspection/package-summary.html">org.apache.velocity.util.introspection</a></dt>
<dd>
<div class="block">Interface that marks uberspectors as chainable, meaning that multiple uberspectors can be
combined in a chain (using the Decorator pattern).</div>
</dd>
<dt><a href="org/apache/velocity/context/ChainedInternalContextAdapter.html" title="class in org.apache.velocity.context"><span class="typeNameLink">ChainedInternalContextAdapter</span></a> - Class in <a href="org/apache/velocity/context/package-summary.html">org.apache.velocity.context</a></dt>
<dd>
<div class="block">This is an abstract internal-use-only context implementation to be
used as a subclass for other internal-use-only contexts that wrap
other internal-use-only contexts.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/context/ChainedInternalContextAdapter.html#ChainedInternalContextAdapter-org.apache.velocity.context.InternalContextAdapter-">ChainedInternalContextAdapter(InternalContextAdapter)</a></span> - Constructor for class org.apache.velocity.context.<a href="org/apache/velocity/context/ChainedInternalContextAdapter.html" title="class in org.apache.velocity.context">ChainedInternalContextAdapter</a></dt>
<dd>
<div class="block">CTOR, wraps an ICA</div>
</dd>
<dt><a href="org/apache/velocity/runtime/parser/CharStream.html" title="interface in org.apache.velocity.runtime.parser"><span class="typeNameLink">CharStream</span></a> - Interface in <a href="org/apache/velocity/runtime/parser/package-summary.html">org.apache.velocity.runtime.parser</a></dt>
<dd>
<div class="block">This interface describes a character stream that maintains line and
column number positions of the characters.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeConstants.html#CHECK_EMPTY_OBJECTS">CHECK_EMPTY_OBJECTS</a></span> - Static variable in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeConstants.html" title="interface in org.apache.velocity.runtime">RuntimeConstants</a></dt>
<dd>
<div class="block">An empty object (string, collection) or zero number is false.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/Break.html#checkArgs-java.util.ArrayList-org.apache.velocity.runtime.parser.Token-java.lang.String-">checkArgs(ArrayList&lt;Integer&gt;, Token, String)</a></span> - Method in class org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/Break.html" title="class in org.apache.velocity.runtime.directive">Break</a></dt>
<dd>
<div class="block">Called by the parser to validate the argument types</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/contrib/For.html#checkArgs-java.util.ArrayList-org.apache.velocity.runtime.parser.Token-java.lang.String-">checkArgs(ArrayList&lt;Integer&gt;, Token, String)</a></span> - Method in class org.apache.velocity.runtime.directive.contrib.<a href="org/apache/velocity/runtime/directive/contrib/For.html" title="class in org.apache.velocity.runtime.directive.contrib">For</a></dt>
<dd>
<div class="block">We do not allow a word token in any other arg position except for the 2nd
since we are looking for the pattern #foreach($foo in $bar).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/Define.html#checkArgs-java.util.ArrayList-org.apache.velocity.runtime.parser.Token-java.lang.String-">checkArgs(ArrayList&lt;Integer&gt;, Token, String)</a></span> - Method in class org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/Define.html" title="class in org.apache.velocity.runtime.directive">Define</a></dt>
<dd>
<div class="block">Called by the parser to validate the argument types</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/Directive.html#checkArgs-java.util.ArrayList-org.apache.velocity.runtime.parser.Token-java.lang.String-">checkArgs(ArrayList&lt;Integer&gt;, Token, String)</a></span> - Method in class org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/Directive.html" title="class in org.apache.velocity.runtime.directive">Directive</a></dt>
<dd>
<div class="block">The Parser calls this method during template parsing to check the arguments
types.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/Foreach.html#checkArgs-java.util.ArrayList-org.apache.velocity.runtime.parser.Token-java.lang.String-">checkArgs(ArrayList&lt;Integer&gt;, Token, String)</a></span> - Method in class org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/Foreach.html" title="class in org.apache.velocity.runtime.directive">Foreach</a></dt>
<dd>
<div class="block">We do not allow a word token in any other arg position except for the 2nd since
we are looking for the pattern #foreach($foo in $bar).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/Macro.html#checkArgs-java.util.ArrayList-org.apache.velocity.runtime.parser.Token-java.lang.String-">checkArgs(ArrayList&lt;Integer&gt;, Token, String)</a></span> - Method in class org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/Macro.html" title="class in org.apache.velocity.runtime.directive">Macro</a></dt>
<dd>
<div class="block">Check the argument types of a macro call, called by the parser to do validation</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/Parse.html#checkArgs-java.util.ArrayList-org.apache.velocity.runtime.parser.Token-java.lang.String-">checkArgs(ArrayList&lt;Integer&gt;, Token, String)</a></span> - Method in class org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/Parse.html" title="class in org.apache.velocity.runtime.directive">Parse</a></dt>
<dd>
<div class="block">Called by the parser to validate the argument types</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/Stop.html#checkArgs-java.util.ArrayList-org.apache.velocity.runtime.parser.Token-java.lang.String-">checkArgs(ArrayList&lt;Integer&gt;, Token, String)</a></span> - Method in class org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/Stop.html" title="class in org.apache.velocity.runtime.directive">Stop</a></dt>
<dd>
<div class="block">Called by the parser to check the argument types</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/VelocimacroProxy.html#checkArgumentCount-org.apache.velocity.runtime.parser.node.Node-int-">checkArgumentCount(Node, int)</a></span> - Method in class org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/VelocimacroProxy.html" title="class in org.apache.velocity.runtime.directive">VelocimacroProxy</a></dt>
<dd>
<div class="block">Check whether the number of arguments given matches the number defined.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/VelocimacroProxy.html#checkDepth-org.apache.velocity.context.InternalContextAdapter-">checkDepth(InternalContextAdapter)</a></span> - Method in class org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/VelocimacroProxy.html" title="class in org.apache.velocity.runtime.directive">VelocimacroProxy</a></dt>
<dd>
<div class="block">check that we aren't already at the max call depth and throws
a MacroOverflowException if we are there.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/introspection/SecureIntrospectorControl.html#checkObjectExecutePermission-java.lang.Class-java.lang.String-">checkObjectExecutePermission(Class&lt;?&gt;, String)</a></span> - Method in interface org.apache.velocity.util.introspection.<a href="org/apache/velocity/util/introspection/SecureIntrospectorControl.html" title="interface in org.apache.velocity.util.introspection">SecureIntrospectorControl</a></dt>
<dd>
<div class="block">Determine which methods and classes to prevent from executing.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/introspection/SecureIntrospectorImpl.html#checkObjectExecutePermission-java.lang.Class-java.lang.String-">checkObjectExecutePermission(Class&lt;?&gt;, String)</a></span> - Method in class org.apache.velocity.util.introspection.<a href="org/apache/velocity/util/introspection/SecureIntrospectorImpl.html" title="class in org.apache.velocity.util.introspection">SecureIntrospectorImpl</a></dt>
<dd>
<div class="block">Determine which methods and classes to prevent from executing.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/SimpleNode.html#children">children</a></span> - Variable in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/SimpleNode.html" title="class in org.apache.velocity.runtime.parser.node">SimpleNode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/Node.html#childrenAccept-org.apache.velocity.runtime.parser.node.ParserVisitor-java.lang.Object-">childrenAccept(ParserVisitor, Object)</a></span> - Method in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/Node.html" title="interface in org.apache.velocity.runtime.parser.node">Node</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/SimpleNode.html#childrenAccept-org.apache.velocity.runtime.parser.node.ParserVisitor-java.lang.Object-">childrenAccept(ParserVisitor, Object)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/SimpleNode.html" title="class in org.apache.velocity.runtime.parser.node">SimpleNode</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/util/introspection/ClassFieldMap.html" title="class in org.apache.velocity.util.introspection"><span class="typeNameLink">ClassFieldMap</span></a> - Class in <a href="org/apache/velocity/util/introspection/package-summary.html">org.apache.velocity.util.introspection</a></dt>
<dd>
<div class="block">A cache of introspection information for a specific class instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/introspection/ClassFieldMap.html#ClassFieldMap-java.lang.Class-org.slf4j.Logger-">ClassFieldMap(Class&lt;?&gt;, Logger)</a></span> - Constructor for class org.apache.velocity.util.introspection.<a href="org/apache/velocity/util/introspection/ClassFieldMap.html" title="class in org.apache.velocity.util.introspection">ClassFieldMap</a></dt>
<dd>
<div class="block">Standard constructor</div>
</dd>
<dt><a href="org/apache/velocity/util/introspection/ClassMap.html" title="class in org.apache.velocity.util.introspection"><span class="typeNameLink">ClassMap</span></a> - Class in <a href="org/apache/velocity/util/introspection/package-summary.html">org.apache.velocity.util.introspection</a></dt>
<dd>
<div class="block">A cache of introspection information for a specific class instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/introspection/ClassMap.html#ClassMap-java.lang.Class-org.slf4j.Logger-">ClassMap(Class&lt;?&gt;, Logger)</a></span> - Constructor for class org.apache.velocity.util.introspection.<a href="org/apache/velocity/util/introspection/ClassMap.html" title="class in org.apache.velocity.util.introspection">ClassMap</a></dt>
<dd>
<div class="block">Standard constructor</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/introspection/ClassMap.html#ClassMap-java.lang.Class-org.slf4j.Logger-org.apache.velocity.util.introspection.TypeConversionHandler-">ClassMap(Class&lt;?&gt;, Logger, TypeConversionHandler)</a></span> - Constructor for class org.apache.velocity.util.introspection.<a href="org/apache/velocity/util/introspection/ClassMap.html" title="class in org.apache.velocity.util.introspection">ClassMap</a></dt>
<dd>
<div class="block">Standard constructor</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/loader/ResourceLoader.html#className">className</a></span> - Variable in class org.apache.velocity.runtime.resource.loader.<a href="org/apache/velocity/runtime/resource/loader/ResourceLoader.html" title="class in org.apache.velocity.runtime.resource.loader">ResourceLoader</a></dt>
<dd>
<div class="block">Class name for this loader, for logging/debuggin
purposes.</div>
</dd>
<dt><a href="org/apache/velocity/runtime/resource/loader/ClasspathResourceLoader.html" title="class in org.apache.velocity.runtime.resource.loader"><span class="typeNameLink">ClasspathResourceLoader</span></a> - Class in <a href="org/apache/velocity/runtime/resource/loader/package-summary.html">org.apache.velocity.runtime.resource.loader</a></dt>
<dd>
<div class="block">ClasspathResourceLoader is a simple loader that will load
templates from the classpath.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/loader/ClasspathResourceLoader.html#ClasspathResourceLoader--">ClasspathResourceLoader()</a></span> - Constructor for class org.apache.velocity.runtime.resource.loader.<a href="org/apache/velocity/runtime/resource/loader/ClasspathResourceLoader.html" title="class in org.apache.velocity.runtime.resource.loader">ClasspathResourceLoader</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/util/ClassUtils.html" title="class in org.apache.velocity.util"><span class="typeNameLink">ClassUtils</span></a> - Class in <a href="org/apache/velocity/util/package-summary.html">org.apache.velocity.util</a></dt>
<dd>
<div class="block">Simple utility functions for manipulating classes and resources
from the classloader.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/Foreach.html#clean-org.apache.velocity.context.InternalContextAdapter-java.lang.Object-">clean(InternalContextAdapter, Object)</a></span> - Method in class org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/Foreach.html" title="class in org.apache.velocity.runtime.directive">Foreach</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/SimpleNode.html#cleanupParserAndTokens--">cleanupParserAndTokens()</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/SimpleNode.html" title="class in org.apache.velocity.runtime.parser.node">SimpleNode</a></dt>
<dd>
<div class="block">Removes references to Parser and Tokens since they are not needed anymore at this point.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/io/VelocityWriter.html#clear--">clear()</a></span> - Method in class org.apache.velocity.io.<a href="org/apache/velocity/io/VelocityWriter.html" title="class in org.apache.velocity.io">VelocityWriter</a></dt>
<dd>
<div class="block">Discard the output buffer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/ResourceCache.html#clear--">clear()</a></span> - Method in interface org.apache.velocity.runtime.resource.<a href="org/apache/velocity/runtime/resource/ResourceCache.html" title="interface in org.apache.velocity.runtime.resource">ResourceCache</a></dt>
<dd>
<div class="block">Removes all of the resources from this cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/ResourceCacheImpl.html#clear--">clear()</a></span> - Method in class org.apache.velocity.runtime.resource.<a href="org/apache/velocity/runtime/resource/ResourceCacheImpl.html" title="class in org.apache.velocity.runtime.resource">ResourceCacheImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/introspection/IntrospectorCache.html#clear--">clear()</a></span> - Method in class org.apache.velocity.util.introspection.<a href="org/apache/velocity/util/introspection/IntrospectorCache.html" title="class in org.apache.velocity.util.introspection">IntrospectorCache</a></dt>
<dd>
<div class="block">Clears the internal cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/DuckType.html#clearCache--">clearCache()</a></span> - Static method in class org.apache.velocity.util.<a href="org/apache/velocity/util/DuckType.html" title="class in org.apache.velocity.util">DuckType</a></dt>
<dd>
<div class="block">Clears the internal cache of all the underlying Types.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/JJTStandardParserState.html#clearNodeScope-org.apache.velocity.runtime.parser.node.Node-">clearNodeScope(Node)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/JJTStandardParserState.html" title="class in org.apache.velocity.runtime.parser.node">JJTStandardParserState</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/app/Velocity.html#clearProperty-java.lang.String-">clearProperty(String)</a></span> - Static method in class org.apache.velocity.app.<a href="org/apache/velocity/app/Velocity.html" title="class in org.apache.velocity.app">Velocity</a></dt>
<dd>
<div class="block">Clear a Velocity Runtime property.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/app/VelocityEngine.html#clearProperty-java.lang.String-">clearProperty(String)</a></span> - Method in class org.apache.velocity.app.<a href="org/apache/velocity/app/VelocityEngine.html" title="class in org.apache.velocity.app">VelocityEngine</a></dt>
<dd>
<div class="block">Clear a Velocity Runtime property.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeInstance.html#clearProperty-java.lang.String-">clearProperty(String)</a></span> - Method in class org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeInstance.html" title="class in org.apache.velocity.runtime">RuntimeInstance</a></dt>
<dd>
<div class="block">Clear the values pertaining to a particular
property.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeServices.html#clearProperty-java.lang.String-">clearProperty(String)</a></span> - Method in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeServices.html" title="interface in org.apache.velocity.runtime">RuntimeServices</a></dt>
<dd>
<div class="block">Clear the values pertaining to a particular
property.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeSingleton.html#clearProperty-java.lang.String-">clearProperty(String)</a></span> - Static method in class org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeSingleton.html" title="class in org.apache.velocity.runtime">RuntimeSingleton</a></dt>
<dd>
<div class="block">Clear the values pertaining to a particular
property.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/ExtProperties.html#clearProperty-java.lang.String-">clearProperty(String)</a></span> - Method in class org.apache.velocity.util.<a href="org/apache/velocity/util/ExtProperties.html" title="class in org.apache.velocity.util">ExtProperties</a></dt>
<dd>
<div class="block">Clear a property in the configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/loader/StringResourceLoader.html#clearRepositories--">clearRepositories()</a></span> - Static method in class org.apache.velocity.runtime.resource.loader.<a href="org/apache/velocity/runtime/resource/loader/StringResourceLoader.html" title="class in org.apache.velocity.runtime.resource.loader">StringResourceLoader</a></dt>
<dd>
<div class="block">Removes all statically stored <a href="org/apache/velocity/runtime/resource/util/StringResourceRepository.html" title="interface in org.apache.velocity.runtime.resource.util"><code>StringResourceRepository</code></a>s.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParserTokenManager.html#clearStateVars--">clearStateVars()</a></span> - Method in class org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParserTokenManager.html" title="class in org.apache.velocity.runtime.parser">StandardParserTokenManager</a></dt>
<dd>
<div class="block">Clears all state variables, resets to
start values, clears stateStack.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/VelocityContext.html#clone--">clone()</a></span> - Method in class org.apache.velocity.<a href="org/apache/velocity/VelocityContext.html" title="class in org.apache.velocity">VelocityContext</a></dt>
<dd>
<div class="block">Clones this context object.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/io/UnicodeInputStream.html#close--">close()</a></span> - Method in class org.apache.velocity.io.<a href="org/apache/velocity/io/UnicodeInputStream.html" title="class in org.apache.velocity.io">UnicodeInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/io/VelocityWriter.html#close--">close()</a></span> - Method in class org.apache.velocity.io.<a href="org/apache/velocity/io/VelocityWriter.html" title="class in org.apache.velocity.io">VelocityWriter</a></dt>
<dd>
<div class="block">Close the stream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/loader/JarHolder.html#close--">close()</a></span> - Method in class org.apache.velocity.runtime.resource.loader.<a href="org/apache/velocity/runtime/resource/loader/JarHolder.html" title="class in org.apache.velocity.runtime.resource.loader">JarHolder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/StringBuilderWriter.html#close--">close()</a></span> - Method in class org.apache.velocity.util.<a href="org/apache/velocity/util/StringBuilderWriter.html" title="class in org.apache.velocity.util">StringBuilderWriter</a></dt>
<dd>
<div class="block">Closing this writer has no effect.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/JJTStandardParserState.html#closeNodeScope-org.apache.velocity.runtime.parser.node.Node-int-">closeNodeScope(Node, int)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/JJTStandardParserState.html" title="class in org.apache.velocity.runtime.parser.node">JJTStandardParserState</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/JJTStandardParserState.html#closeNodeScope-org.apache.velocity.runtime.parser.node.Node-boolean-">closeNodeScope(Node, boolean)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/JJTStandardParserState.html" title="class in org.apache.velocity.runtime.parser.node">JJTStandardParserState</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParserConstants.html#COLON">COLON</a></span> - Static variable in interface org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParserConstants.html" title="interface in org.apache.velocity.runtime.parser">StandardParserConstants</a></dt>
<dd>
<div class="block">RegularExpression Id.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/SimpleNode.html#column">column</a></span> - Variable in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/SimpleNode.html" title="class in org.apache.velocity.runtime.parser.node">SimpleNode</a></dt>
<dd>
<div class="block">Column number for this Node in the vm source file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/ExtProperties.html#combine-org.apache.velocity.util.ExtProperties-">combine(ExtProperties)</a></span> - Method in class org.apache.velocity.util.<a href="org/apache/velocity/util/ExtProperties.html" title="class in org.apache.velocity.util">ExtProperties</a></dt>
<dd>
<div class="block">Combines an existing Hashtable with this Hashtable.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParserConstants.html#COMMA">COMMA</a></span> - Static variable in interface org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParserConstants.html" title="interface in org.apache.velocity.runtime.parser">StandardParserConstants</a></dt>
<dd>
<div class="block">RegularExpression Id.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParser.html#Comment--">Comment()</a></span> - Method in class org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParser.html" title="class in org.apache.velocity.runtime.parser">StandardParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/loader/ResourceLoader.html#commonInit-org.apache.velocity.runtime.RuntimeServices-org.apache.velocity.util.ExtProperties-">commonInit(RuntimeServices, ExtProperties)</a></span> - Method in class org.apache.velocity.runtime.resource.loader.<a href="org/apache/velocity/runtime/resource/loader/ResourceLoader.html" title="class in org.apache.velocity.runtime.resource.loader">ResourceLoader</a></dt>
<dd>
<div class="block">This initialization is used by all resource
loaders and must be called to set up common
properties shared by all resource loaders</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/MathUtils.html#compare-java.lang.Number-java.lang.Number-">compare(Number, Number)</a></span> - Static method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/MathUtils.html" title="class in org.apache.velocity.runtime.parser.node">MathUtils</a></dt>
<dd>
<div class="block">Compare two numbers.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTComparisonNode.html#compareNonNumber-java.lang.Object-java.lang.Object-">compareNonNumber(Object, Object)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTComparisonNode.html" title="class in org.apache.velocity.runtime.parser.node">ASTComparisonNode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTEQNode.html#compareNonNumber-java.lang.Object-java.lang.Object-">compareNonNumber(Object, Object)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTEQNode.html" title="class in org.apache.velocity.runtime.parser.node">ASTEQNode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTComparisonNode.html#compareNull-java.lang.Object-java.lang.Object-">compareNull(Object, Object)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTComparisonNode.html" title="class in org.apache.velocity.runtime.parser.node">ASTComparisonNode</a></dt>
<dd>
<div class="block">Always false by default, != and == subclasses must override this.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTEQNode.html#compareNull-java.lang.Object-java.lang.Object-">compareNull(Object, Object)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTEQNode.html" title="class in org.apache.velocity.runtime.parser.node">ASTEQNode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTComparisonNode.html#compareNumbers-java.lang.Object-java.lang.Object-">compareNumbers(Object, Object)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTComparisonNode.html" title="class in org.apache.velocity.runtime.parser.node">ASTComparisonNode</a></dt>
<dd>
<div class="block">compare numbers</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/script/VelocityScriptEngine.html#compile-java.lang.String-">compile(String)</a></span> - Method in class org.apache.velocity.script.<a href="org/apache/velocity/script/VelocityScriptEngine.html" title="class in org.apache.velocity.script">VelocityScriptEngine</a></dt>
<dd>
<div class="block">Compile a template</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/script/VelocityScriptEngine.html#compile-java.io.Reader-">compile(Reader)</a></span> - Method in class org.apache.velocity.script.<a href="org/apache/velocity/script/VelocityScriptEngine.html" title="class in org.apache.velocity.script">VelocityScriptEngine</a></dt>
<dd>
<div class="block">Compile a template</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParser.html#ConditionalAndExpression--">ConditionalAndExpression()</a></span> - Method in class org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParser.html" title="class in org.apache.velocity.runtime.parser">StandardParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParser.html#ConditionalOrExpression--">ConditionalOrExpression()</a></span> - Method in class org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParser.html" title="class in org.apache.velocity.runtime.parser">StandardParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/context/AbstractContext.html#containsKey-java.lang.String-">containsKey(String)</a></span> - Method in class org.apache.velocity.context.<a href="org/apache/velocity/context/AbstractContext.html" title="class in org.apache.velocity.context">AbstractContext</a></dt>
<dd>
<div class="block">Indicates whether the specified key is in the context.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/context/ChainedInternalContextAdapter.html#containsKey-java.lang.String-">containsKey(String)</a></span> - Method in class org.apache.velocity.context.<a href="org/apache/velocity/context/ChainedInternalContextAdapter.html" title="class in org.apache.velocity.context">ChainedInternalContextAdapter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/context/Context.html#containsKey-java.lang.String-">containsKey(String)</a></span> - Method in interface org.apache.velocity.context.<a href="org/apache/velocity/context/Context.html" title="interface in org.apache.velocity.context">Context</a></dt>
<dd>
<div class="block">Indicates whether the specified key is in the context.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/context/InternalContextAdapterImpl.html#containsKey-java.lang.String-">containsKey(String)</a></span> - Method in class org.apache.velocity.context.<a href="org/apache/velocity/context/InternalContextAdapterImpl.html" title="class in org.apache.velocity.context">InternalContextAdapterImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/context/InternalWrapperContext.html#containsKey-java.lang.String-">containsKey(String)</a></span> - Method in interface org.apache.velocity.context.<a href="org/apache/velocity/context/InternalWrapperContext.html" title="interface in org.apache.velocity.context">InternalWrapperContext</a></dt>
<dd>
<div class="block">Tests if the key exists in the specified scope</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/DeprecationAwareExtProperties.html#containsKey-java.lang.String-">containsKey(String)</a></span> - Method in class org.apache.velocity.util.<a href="org/apache/velocity/util/DeprecationAwareExtProperties.html" title="class in org.apache.velocity.util">DeprecationAwareExtProperties</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Property getter which checks deprecated property keys</div>
</dd>
<dt><a href="org/apache/velocity/runtime/resource/ContentResource.html" title="class in org.apache.velocity.runtime.resource"><span class="typeNameLink">ContentResource</span></a> - Class in <a href="org/apache/velocity/runtime/resource/package-summary.html">org.apache.velocity.runtime.resource</a></dt>
<dd>
<div class="block">This class represent a general text resource that may have been
retrieved from any number of possible sources.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/ContentResource.html#ContentResource--">ContentResource()</a></span> - Constructor for class org.apache.velocity.runtime.resource.<a href="org/apache/velocity/runtime/resource/ContentResource.html" title="class in org.apache.velocity.runtime.resource">ContentResource</a></dt>
<dd>
<div class="block">Default empty constructor</div>
</dd>
<dt><a href="org/apache/velocity/context/Context.html" title="interface in org.apache.velocity.context"><span class="typeNameLink">Context</span></a> - Interface in <a href="org/apache/velocity/context/package-summary.html">org.apache.velocity.context</a></dt>
<dd>
<div class="block">Interface describing the application data context.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/visitor/BaseVisitor.html#context">context</a></span> - Variable in class org.apache.velocity.runtime.visitor.<a href="org/apache/velocity/runtime/visitor/BaseVisitor.html" title="class in org.apache.velocity.runtime.visitor">BaseVisitor</a></dt>
<dd>
<div class="block">Context used during traversal</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeConstants.html#CONTEXT_AUTOREFERENCE_KEY">CONTEXT_AUTOREFERENCE_KEY</a></span> - Static variable in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeConstants.html" title="interface in org.apache.velocity.runtime">RuntimeConstants</a></dt>
<dd>
<div class="block">Key upon which a context should be accessible within itself</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeConstants.html#CONTEXT_SCOPE_CONTROL">CONTEXT_SCOPE_CONTROL</a></span> - Static variable in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeConstants.html" title="interface in org.apache.velocity.runtime">RuntimeConstants</a></dt>
<dd>
<div class="block">Used to enable or disable a scope control (false by default):
<code>context.scope_control.&lt;scope_name&gt; = true/false</code>
where <i>scope_name</i> is one of: <code>template, evaluate, foreach, macro, define</code>
or the name of a body macro.</div>
</dd>
<dt><a href="org/apache/velocity/util/ContextAware.html" title="interface in org.apache.velocity.util"><span class="typeNameLink">ContextAware</span></a> - Interface in <a href="org/apache/velocity/util/package-summary.html">org.apache.velocity.util</a></dt>
<dd>
<div class="block">Event handlers implementing this interface will automatically
have the method setContext called before each event.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/introspection/IntrospectionCacheData.html#contextData">contextData</a></span> - Variable in class org.apache.velocity.util.introspection.<a href="org/apache/velocity/util/introspection/IntrospectionCacheData.html" title="class in org.apache.velocity.util.introspection">IntrospectionCacheData</a></dt>
<dd>
<div class="block">Class of context data object associated with the introspection
information</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeConstants.html#CONVERSION_HANDLER_CLASS">CONVERSION_HANDLER_CLASS</a></span> - Static variable in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeConstants.html" title="interface in org.apache.velocity.runtime">RuntimeConstants</a></dt>
<dd>
<div class="block">key for Conversion Manager class</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeConstants.html#CONVERSION_HANDLER_INSTANCE">CONVERSION_HANDLER_INSTANCE</a></span> - Static variable in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeConstants.html" title="interface in org.apache.velocity.runtime">RuntimeConstants</a></dt>
<dd>
<div class="block">key for Conversion Manager instance</div>
</dd>
<dt><a href="org/apache/velocity/util/introspection/ConversionHandler.html" title="interface in org.apache.velocity.util.introspection"><span class="typeNameLink">ConversionHandler</span></a> - Interface in <a href="org/apache/velocity/util/introspection/package-summary.html">org.apache.velocity.util.introspection</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">use <a href="org/apache/velocity/util/introspection/TypeConversionHandler.html" title="interface in org.apache.velocity.util.introspection"><code>TypeConversionHandler</code></a></span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/introspection/UberspectImpl.html#conversionHandler">conversionHandler</a></span> - Variable in class org.apache.velocity.util.introspection.<a href="org/apache/velocity/util/introspection/UberspectImpl.html" title="class in org.apache.velocity.util.introspection">UberspectImpl</a></dt>
<dd>
<div class="block">the conversion handler</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/introspection/Converter.html#convert-java.lang.Object-">convert(Object)</a></span> - Method in interface org.apache.velocity.util.introspection.<a href="org/apache/velocity/util/introspection/Converter.html" title="interface in org.apache.velocity.util.introspection">Converter</a></dt>
<dd>
<div class="block">convert object to type T</div>
</dd>
<dt><a href="org/apache/velocity/util/introspection/Converter.html" title="interface in org.apache.velocity.util.introspection"><span class="typeNameLink">Converter</span></a>&lt;<a href="org/apache/velocity/util/introspection/Converter.html" title="type parameter in Converter">T</a>&gt; - Interface in <a href="org/apache/velocity/util/introspection/package-summary.html">org.apache.velocity.util.introspection</a></dt>
<dd>
<div class="block">Converts a value to type T</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/ExtProperties.html#convertProperties-java.util.Properties-">convertProperties(Properties)</a></span> - Static method in class org.apache.velocity.util.<a href="org/apache/velocity/util/ExtProperties.html" title="class in org.apache.velocity.util">ExtProperties</a></dt>
<dd>
<div class="block">Convert a standard properties class into a configuration class.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/ExtProperties.html#convertProperties-java.util.Map-">convertProperties(Map)</a></span> - Static method in class org.apache.velocity.util.<a href="org/apache/velocity/util/ExtProperties.html" title="class in org.apache.velocity.util">ExtProperties</a></dt>
<dd>
<div class="block">Convert a Map into a configuration class.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/contrib/For.html#counterInitialValue">counterInitialValue</a></span> - Variable in class org.apache.velocity.runtime.directive.contrib.<a href="org/apache/velocity/runtime/directive/contrib/For.html" title="class in org.apache.velocity.runtime.directive.contrib">For</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/contrib/For.html#counterName">counterName</a></span> - Variable in class org.apache.velocity.runtime.directive.contrib.<a href="org/apache/velocity/runtime/directive/contrib/For.html" title="class in org.apache.velocity.runtime.directive.contrib">For</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/script/VelocityScriptEngine.html#createBindings--">createBindings()</a></span> - Method in class org.apache.velocity.script.<a href="org/apache/velocity/script/VelocityScriptEngine.html" title="class in org.apache.velocity.script">VelocityScriptEngine</a></dt>
<dd>
<div class="block">creates a new Bindings to be used with this script</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeInstance.html#createNewParser--">createNewParser()</a></span> - Method in class org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeInstance.html" title="class in org.apache.velocity.runtime">RuntimeInstance</a></dt>
<dd>
<div class="block">Returns a JavaCC generated Parser.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeServices.html#createNewParser--">createNewParser()</a></span> - Method in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeServices.html" title="interface in org.apache.velocity.runtime">RuntimeServices</a></dt>
<dd>
<div class="block">Create a new parser instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/loader/StringResourceLoader.html#createRepository-java.lang.String-java.lang.String-">createRepository(String, String)</a></span> - Method in class org.apache.velocity.runtime.resource.loader.<a href="org/apache/velocity/runtime/resource/loader/StringResourceLoader.html" title="class in org.apache.velocity.runtime.resource.loader">StringResourceLoader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/ResourceManagerImpl.html#createResource-java.lang.String-int-">createResource(String, int)</a></span> - Method in class org.apache.velocity.runtime.resource.<a href="org/apache/velocity/runtime/resource/ResourceManagerImpl.html" title="class in org.apache.velocity.runtime.resource">ResourceManagerImpl</a></dt>
<dd>
<div class="block">Create a new Resource of the specified type.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/spring/VelocityEngineFactory.html#createVelocityEngine--">createVelocityEngine()</a></span> - Method in class org.apache.velocity.spring.<a href="org/apache/velocity/spring/VelocityEngineFactory.html" title="class in org.apache.velocity.spring">VelocityEngineFactory</a></dt>
<dd>
<div class="block">Prepare the VelocityEngine instance and return it.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParserTokenManager.html#curChar">curChar</a></span> - Variable in class org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParserTokenManager.html" title="class in org.apache.velocity.runtime.parser">StandardParserTokenManager</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParser.html#currentTemplate">currentTemplate</a></span> - Variable in class org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParser.html" title="class in org.apache.velocity.runtime.parser">StandardParser</a></dt>
<dd>
<div class="block">Current template we are parsing.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/ParseException.html#currentToken">currentToken</a></span> - Variable in exception org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/ParseException.html" title="class in org.apache.velocity.runtime.parser">ParseException</a></dt>
<dd>
<div class="block">This is the last token that has been consumed successfully.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeConstants.html#CUSTOM_DIRECTIVES">CUSTOM_DIRECTIVES</a></span> - Static variable in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeConstants.html" title="interface in org.apache.velocity.runtime">RuntimeConstants</a></dt>
<dd>
<div class="block">Vector of custom directives</div>
</dd>
</dl>
<a name="I:D">
<!-- -->
</a>
<h2 class="title">D</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/Resource.html#data">data</a></span> - Variable in class org.apache.velocity.runtime.resource.<a href="org/apache/velocity/runtime/resource/Resource.html" title="class in org.apache.velocity.runtime.resource">Resource</a></dt>
<dd>
<div class="block">Resource might require ancillary storage of some kind</div>
</dd>
<dt><a href="org/apache/velocity/runtime/resource/loader/DataSourceResourceLoader.html" title="class in org.apache.velocity.runtime.resource.loader"><span class="typeNameLink">DataSourceResourceLoader</span></a> - Class in <a href="org/apache/velocity/runtime/resource/loader/package-summary.html">org.apache.velocity.runtime.resource.loader</a></dt>
<dd>
<div class="block">This is a simple template file loader that loads templates
from a DataSource instead of plain files.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/loader/DataSourceResourceLoader.html#DataSourceResourceLoader--">DataSourceResourceLoader()</a></span> - Constructor for class org.apache.velocity.runtime.resource.loader.<a href="org/apache/velocity/runtime/resource/loader/DataSourceResourceLoader.html" title="class in org.apache.velocity.runtime.resource.loader">DataSourceResourceLoader</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/example/DBContext.html" title="class in org.apache.velocity.example"><span class="typeNameLink">DBContext</span></a> - Class in <a href="org/apache/velocity/example/package-summary.html">org.apache.velocity.example</a></dt>
<dd>
<div class="block">Example context impl that uses a database to store stuff :)
yes, this is silly
expects a mysql db test with table
CREATE TABLE contextstore (
k varchar(100),
val blob
);
very fragile, crappy code....</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/example/DBContext.html#DBContext--">DBContext()</a></span> - Constructor for class org.apache.velocity.example.<a href="org/apache/velocity/example/DBContext.html" title="class in org.apache.velocity.example">DBContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/example/DBContext.html#DBContext-org.apache.velocity.context.Context-">DBContext(Context)</a></span> - Constructor for class org.apache.velocity.example.<a href="org/apache/velocity/example/DBContext.html" title="class in org.apache.velocity.example">DBContext</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/example/DBContextTest.html" title="class in org.apache.velocity.example"><span class="typeNameLink">DBContextTest</span></a> - Class in <a href="org/apache/velocity/example/package-summary.html">org.apache.velocity.example</a></dt>
<dd>
<div class="block">the ultimate in silliness...</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/example/DBContextTest.html#DBContextTest-java.lang.String-">DBContextTest(String)</a></span> - Constructor for class org.apache.velocity.example.<a href="org/apache/velocity/example/DBContextTest.html" title="class in org.apache.velocity.example">DBContextTest</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/example/EventExample.html#debug-java.lang.String-">debug(String)</a></span> - Method in class org.apache.velocity.example.<a href="org/apache/velocity/example/EventExample.html" title="class in org.apache.velocity.example">EventExample</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/example/EventExample.html#debug-java.lang.String-java.lang.Object-">debug(String, Object)</a></span> - Method in class org.apache.velocity.example.<a href="org/apache/velocity/example/EventExample.html" title="class in org.apache.velocity.example">EventExample</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/example/EventExample.html#debug-java.lang.String-java.lang.Object-java.lang.Object-">debug(String, Object, Object)</a></span> - Method in class org.apache.velocity.example.<a href="org/apache/velocity/example/EventExample.html" title="class in org.apache.velocity.example">EventExample</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/example/EventExample.html#debug-java.lang.String-java.lang.Object...-">debug(String, Object...)</a></span> - Method in class org.apache.velocity.example.<a href="org/apache/velocity/example/EventExample.html" title="class in org.apache.velocity.example">EventExample</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/example/EventExample.html#debug-java.lang.String-java.lang.Throwable-">debug(String, Throwable)</a></span> - Method in class org.apache.velocity.example.<a href="org/apache/velocity/example/EventExample.html" title="class in org.apache.velocity.example">EventExample</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParserTokenManager.html#debugStream">debugStream</a></span> - Variable in class org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParserTokenManager.html" title="class in org.apache.velocity.runtime.parser">StandardParserTokenManager</a></dt>
<dd>
<div class="block">Debug output.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/MathUtils.html#DECIMAL_ZERO">DECIMAL_ZERO</a></span> - Static variable in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/MathUtils.html" title="class in org.apache.velocity.runtime.parser.node">MathUtils</a></dt>
<dd>
<div class="block">A BigDecimal representing the number 0</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParserConstants.html#DEFAULT">DEFAULT</a></span> - Static variable in interface org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParserConstants.html" title="interface in org.apache.velocity.runtime.parser">StandardParserConstants</a></dt>
<dd>
<div class="block">Lexical state.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/io/VelocityWriter.html#DEFAULT_BUFFER">DEFAULT_BUFFER</a></span> - Static variable in class org.apache.velocity.io.<a href="org/apache/velocity/io/VelocityWriter.html" title="class in org.apache.velocity.io">VelocityWriter</a></dt>
<dd>
<div class="block">constant indicating that the Writer is buffered and is using the
implementation default buffer size</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeConstants.html#DEFAULT_PARSER_CLASS">DEFAULT_PARSER_CLASS</a></span> - Static variable in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeConstants.html" title="interface in org.apache.velocity.runtime">RuntimeConstants</a></dt>
<dd>
<div class="block">Default parser class</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeConstants.html#DEFAULT_RUNTIME_DIRECTIVES">DEFAULT_RUNTIME_DIRECTIVES</a></span> - Static variable in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeConstants.html" title="interface in org.apache.velocity.runtime">RuntimeConstants</a></dt>
<dd>
<div class="block">Default Runtime properties.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeConstants.html#DEFAULT_RUNTIME_LOG_NAME">DEFAULT_RUNTIME_LOG_NAME</a></span> - Static variable in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeConstants.html" title="interface in org.apache.velocity.runtime">RuntimeConstants</a></dt>
<dd>
<div class="block">externally provided logger name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeConstants.html#DEFAULT_RUNTIME_PROPERTIES">DEFAULT_RUNTIME_PROPERTIES</a></span> - Static variable in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeConstants.html" title="interface in org.apache.velocity.runtime">RuntimeConstants</a></dt>
<dd>
<div class="block">Default Runtime properties.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/Macro.MacroArg.html#defaultVal">defaultVal</a></span> - Variable in class org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/Macro.MacroArg.html" title="class in org.apache.velocity.runtime.directive">Macro.MacroArg</a></dt>
<dd>
<div class="block">If the argument was given a default value, then this contains
the base of the AST tree of the value.</div>
</dd>
<dt><a href="org/apache/velocity/runtime/directive/Define.html" title="class in org.apache.velocity.runtime.directive"><span class="typeNameLink">Define</span></a> - Class in <a href="org/apache/velocity/runtime/directive/package-summary.html">org.apache.velocity.runtime.directive</a></dt>
<dd>
<div class="block">Directive that puts an unrendered AST block in the context
under the specified key, postponing rendering until the
reference is used and rendered.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/Define.html#Define--">Define()</a></span> - Constructor for class org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/Define.html" title="class in org.apache.velocity.runtime.directive">Define</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeConstants.html#DEFINE_DIRECTIVE_MAXDEPTH">DEFINE_DIRECTIVE_MAXDEPTH</a></span> - Static variable in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeConstants.html" title="interface in org.apache.velocity.runtime">RuntimeConstants</a></dt>
<dd>
<div class="block">Maximum recursion depth allowed for the #define directive.</div>
</dd>
<dt><a href="org/apache/velocity/util/introspection/DeprecatedCheckUberspector.html" title="class in org.apache.velocity.util.introspection"><span class="typeNameLink">DeprecatedCheckUberspector</span></a> - Class in <a href="org/apache/velocity/util/introspection/package-summary.html">org.apache.velocity.util.introspection</a></dt>
<dd>
<div class="block">Chainable Uberspector that checks for deprecated method calls.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/introspection/DeprecatedCheckUberspector.html#DeprecatedCheckUberspector--">DeprecatedCheckUberspector()</a></span> - Constructor for class org.apache.velocity.util.introspection.<a href="org/apache/velocity/util/introspection/DeprecatedCheckUberspector.html" title="class in org.apache.velocity.util.introspection">DeprecatedCheckUberspector</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/runtime/DeprecatedRuntimeConstants.html" title="interface in org.apache.velocity.runtime"><span class="typeNameLink">DeprecatedRuntimeConstants</span></a> - Interface in <a href="org/apache/velocity/runtime/package-summary.html">org.apache.velocity.runtime</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><a href="org/apache/velocity/util/DeprecationAwareExtProperties.html" title="class in org.apache.velocity.util"><span class="typeNameLink">DeprecationAwareExtProperties</span></a> - Class in <a href="org/apache/velocity/util/package-summary.html">org.apache.velocity.util</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">it will disappear along with deprecated key names in 3.0.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/DeprecationAwareExtProperties.html#DeprecationAwareExtProperties--">DeprecationAwareExtProperties()</a></span> - Constructor for class org.apache.velocity.util.<a href="org/apache/velocity/util/DeprecationAwareExtProperties.html" title="class in org.apache.velocity.util">DeprecationAwareExtProperties</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParserConstants.html#DIGIT">DIGIT</a></span> - Static variable in interface org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParserConstants.html" title="interface in org.apache.velocity.runtime.parser">StandardParserConstants</a></dt>
<dd>
<div class="block">RegularExpression Id.</div>
</dd>
<dt><a href="org/apache/velocity/runtime/directive/Directive.html" title="class in org.apache.velocity.runtime.directive"><span class="typeNameLink">Directive</span></a> - Class in <a href="org/apache/velocity/runtime/directive/package-summary.html">org.apache.velocity.runtime.directive</a></dt>
<dd>
<div class="block">Base class for all directives used in Velocity.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/Directive.html#Directive--">Directive()</a></span> - Constructor for class org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/Directive.html" title="class in org.apache.velocity.runtime.directive">Directive</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParser.html#Directive-boolean-">Directive(boolean)</a></span> - Method in class org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParser.html" title="class in org.apache.velocity.runtime.parser">StandardParser</a></dt>
<dd>
<div class="block">Supports the Pluggable Directives
#foo( arg+ )</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParserConstants.html#DIRECTIVE">DIRECTIVE</a></span> - Static variable in interface org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParserConstants.html" title="interface in org.apache.velocity.runtime.parser">StandardParserConstants</a></dt>
<dd>
<div class="block">Lexical state.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParserConstants.html#DIRECTIVE_CHAR">DIRECTIVE_CHAR</a></span> - Static variable in interface org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParserConstants.html" title="interface in org.apache.velocity.runtime.parser">StandardParserConstants</a></dt>
<dd>
<div class="block">RegularExpression Id.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParserConstants.html#DIRECTIVE_TERMINATOR">DIRECTIVE_TERMINATOR</a></span> - Static variable in interface org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParserConstants.html" title="interface in org.apache.velocity.runtime.parser">StandardParserConstants</a></dt>
<dd>
<div class="block">RegularExpression Id.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParser.html#DirectiveArg--">DirectiveArg()</a></span> - Method in class org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParser.html" title="class in org.apache.velocity.runtime.parser">StandardParser</a></dt>
<dd>
<div class="block">Supports the arguments for the Pluggable Directives</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParser.html#DirectiveAssign--">DirectiveAssign()</a></span> - Method in class org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParser.html" title="class in org.apache.velocity.runtime.parser">StandardParser</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/runtime/directive/DirectiveConstants.html" title="interface in org.apache.velocity.runtime.directive"><span class="typeNameLink">DirectiveConstants</span></a> - Interface in <a href="org/apache/velocity/runtime/directive/package-summary.html">org.apache.velocity.runtime.directive</a></dt>
<dd>
<div class="block">Base class for all directives used in Velocity.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParser.html#disable_tracing--">disable_tracing()</a></span> - Method in class org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParser.html" title="class in org.apache.velocity.runtime.parser">StandardParser</a></dt>
<dd>
<div class="block">Disable tracing.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/BooleanPropertyExecutor.html#discover-java.lang.Class-java.lang.String-">discover(Class&lt;?&gt;, String)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/BooleanPropertyExecutor.html" title="class in org.apache.velocity.runtime.parser.node">BooleanPropertyExecutor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/GetExecutor.html#discover-java.lang.Class-">discover(Class&lt;?&gt;)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/GetExecutor.html" title="class in org.apache.velocity.runtime.parser.node">GetExecutor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/MapGetExecutor.html#discover-java.lang.Object-">discover(Object)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/MapGetExecutor.html" title="class in org.apache.velocity.runtime.parser.node">MapGetExecutor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/MapSetExecutor.html#discover-java.lang.Class-">discover(Class&lt;?&gt;)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/MapSetExecutor.html" title="class in org.apache.velocity.runtime.parser.node">MapSetExecutor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/PropertyExecutor.html#discover-java.lang.Class-java.lang.String-">discover(Class&lt;?&gt;, String)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/PropertyExecutor.html" title="class in org.apache.velocity.runtime.parser.node">PropertyExecutor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/PublicFieldExecutor.html#discover-java.lang.Class-java.lang.String-">discover(Class&lt;?&gt;, String)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/PublicFieldExecutor.html" title="class in org.apache.velocity.runtime.parser.node">PublicFieldExecutor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/PutExecutor.html#discover-java.lang.Class-java.lang.Object-">discover(Class&lt;?&gt;, Object)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/PutExecutor.html" title="class in org.apache.velocity.runtime.parser.node">PutExecutor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/SetPropertyExecutor.html#discover-java.lang.Class-java.lang.String-java.lang.Object-">discover(Class&lt;?&gt;, String, Object)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/SetPropertyExecutor.html" title="class in org.apache.velocity.runtime.parser.node">SetPropertyExecutor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/SetPublicFieldExecutor.html#discover-java.lang.Class-java.lang.String-java.lang.Object-">discover(Class&lt;?&gt;, String, Object)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/SetPublicFieldExecutor.html" title="class in org.apache.velocity.runtime.parser.node">SetPublicFieldExecutor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/ExtProperties.html#display--">display()</a></span> - Method in class org.apache.velocity.util.<a href="org/apache/velocity/util/ExtProperties.html" title="class in org.apache.velocity.util">ExtProperties</a></dt>
<dd>
<div class="block">Display the configuration for debugging purposes to System.out.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/MathUtils.html#divide-java.lang.Number-java.lang.Number-">divide(Number, Number)</a></span> - Static method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/MathUtils.html" title="class in org.apache.velocity.runtime.parser.node">MathUtils</a></dt>
<dd>
<div class="block">Divide two numbers.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParserConstants.html#DIVIDE">DIVIDE</a></span> - Static variable in interface org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParserConstants.html" title="interface in org.apache.velocity.runtime.parser">StandardParserConstants</a></dt>
<dd>
<div class="block">RegularExpression Id.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/introspection/UberspectImpl.VelMethodImpl.html#doInvoke-java.lang.Object-java.lang.Object:A-">doInvoke(Object, Object[])</a></span> - Method in class org.apache.velocity.util.introspection.<a href="org/apache/velocity/util/introspection/UberspectImpl.VelMethodImpl.html" title="class in org.apache.velocity.util.introspection">UberspectImpl.VelMethodImpl</a></dt>
<dd>
<div class="block">Offers an extension point for subclasses (in alternate Uberspects)
to alter the invocation after any array wrapping or varargs handling
has already been completed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/Parser.html#dollar--">dollar()</a></span> - Method in interface org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/Parser.html" title="interface in org.apache.velocity.runtime.parser">Parser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParser.html#dollar--">dollar()</a></span> - Method in class org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParser.html" title="class in org.apache.velocity.runtime.parser">StandardParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParserConstants.html#DOLLAR">DOLLAR</a></span> - Static variable in interface org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParserConstants.html" title="interface in org.apache.velocity.runtime.parser">StandardParserConstants</a></dt>
<dd>
<div class="block">RegularExpression Id.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParserConstants.html#DOLLARBANG">DOLLARBANG</a></span> - Static variable in interface org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParserConstants.html" title="interface in org.apache.velocity.runtime.parser">StandardParserConstants</a></dt>
<dd>
<div class="block">RegularExpression Id.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/CharStream.html#Done--">Done()</a></span> - Method in interface org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/CharStream.html" title="interface in org.apache.velocity.runtime.parser">CharStream</a></dt>
<dd>
<div class="block">The lexer calls this function to indicate that it is done with the stream
and hence implementations can free any resources held by this class.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/VelocityCharStream.html#Done--">Done()</a></span> - Method in class org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/VelocityCharStream.html" title="class in org.apache.velocity.runtime.parser">VelocityCharStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParserConstants.html#DOT">DOT</a></span> - Static variable in interface org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParserConstants.html" title="interface in org.apache.velocity.runtime.parser">StandardParserConstants</a></dt>
<dd>
<div class="block">RegularExpression Id.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParserConstants.html#DOUBLE_ESCAPE">DOUBLE_ESCAPE</a></span> - Static variable in interface org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParserConstants.html" title="interface in org.apache.velocity.runtime.parser">StandardParserConstants</a></dt>
<dd>
<div class="block">RegularExpression Id.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParserConstants.html#DOUBLEDOT">DOUBLEDOT</a></span> - Static variable in interface org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParserConstants.html" title="interface in org.apache.velocity.runtime.parser">StandardParserConstants</a></dt>
<dd>
<div class="block">RegularExpression Id.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeConstants.html#DS_RESOURCE_LOADER_DATASOURCE">DS_RESOURCE_LOADER_DATASOURCE</a></span> - Static variable in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeConstants.html" title="interface in org.apache.velocity.runtime">RuntimeConstants</a></dt>
<dd>
<div class="block">Datasource loader datasource url</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeConstants.html#DS_RESOURCE_LOADER_KEY_COLUMN">DS_RESOURCE_LOADER_KEY_COLUMN</a></span> - Static variable in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeConstants.html" title="interface in org.apache.velocity.runtime">RuntimeConstants</a></dt>
<dd>
<div class="block">Datasource loader template key column</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeConstants.html#DS_RESOURCE_LOADER_TABLE">DS_RESOURCE_LOADER_TABLE</a></span> - Static variable in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeConstants.html" title="interface in org.apache.velocity.runtime">RuntimeConstants</a></dt>
<dd>
<div class="block">Datasource loader templates table</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeConstants.html#DS_RESOURCE_LOADER_TEMPLATE_COLUMN">DS_RESOURCE_LOADER_TEMPLATE_COLUMN</a></span> - Static variable in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeConstants.html" title="interface in org.apache.velocity.runtime">RuntimeConstants</a></dt>
<dd>
<div class="block">Datasource loader template content column</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeConstants.html#DS_RESOURCE_LOADER_TIMESTAMP_COLUMN">DS_RESOURCE_LOADER_TIMESTAMP_COLUMN</a></span> - Static variable in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeConstants.html" title="interface in org.apache.velocity.runtime">RuntimeConstants</a></dt>
<dd>
<div class="block">Datasource loader template timestamp column</div>
</dd>
<dt><a href="org/apache/velocity/util/DuckType.html" title="class in org.apache.velocity.util"><span class="typeNameLink">DuckType</span></a> - Class in <a href="org/apache/velocity/util/package-summary.html">org.apache.velocity.util</a></dt>
<dd>
<div class="block">Support for getAs&lt;java.lang.reflect.Type&gt;() convention for rendering (String), evaluating (Boolean)
or doing math with (Number) references.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/DuckType.html#DuckType--">DuckType()</a></span> - Constructor for class org.apache.velocity.util.<a href="org/apache/velocity/util/DuckType.html" title="class in org.apache.velocity.util">DuckType</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/util/DuckType.Types.html" title="enum in org.apache.velocity.util"><span class="typeNameLink">DuckType.Types</span></a> - Enum in <a href="org/apache/velocity/util/package-summary.html">org.apache.velocity.util</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/SimpleNode.html#dump-java.lang.String-">dump(String)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/SimpleNode.html" title="class in org.apache.velocity.runtime.parser.node">SimpleNode</a></dt>
<dd>
<div class="block">Dumps nodes tree on System.out.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/SimpleNode.html#dump-java.lang.String-java.io.PrintStream-">dump(String, PrintStream)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/SimpleNode.html" title="class in org.apache.velocity.runtime.parser.node">SimpleNode</a></dt>
<dd>
<div class="block">Dumps nodes tree on System.out.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/SimpleNode.html#dump-java.lang.String-java.io.PrintWriter-">dump(String, PrintWriter)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/SimpleNode.html" title="class in org.apache.velocity.runtime.parser.node">SimpleNode</a></dt>
<dd>
<div class="block">Dumps nodes tree on System.out.</div>
</dd>
</dl>
<a name="I:E">
<!-- -->
</a>
<h2 class="title">E</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParserConstants.html#ELSE">ELSE</a></span> - Static variable in interface org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParserConstants.html" title="interface in org.apache.velocity.runtime.parser">StandardParserConstants</a></dt>
<dd>
<div class="block">RegularExpression Id.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParserConstants.html#ELSEIF">ELSEIF</a></span> - Static variable in interface org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParserConstants.html" title="interface in org.apache.velocity.runtime.parser">StandardParserConstants</a></dt>
<dd>
<div class="block">RegularExpression Id.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParser.html#ElseIfStatement-org.apache.velocity.runtime.parser.node.ASTBlock-boolean-">ElseIfStatement(ASTBlock, boolean)</a></span> - Method in class org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParser.html" title="class in org.apache.velocity.runtime.parser">StandardParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParser.html#ElseStatement-org.apache.velocity.runtime.parser.node.ASTBlock-boolean-">ElseStatement(ASTBlock, boolean)</a></span> - Method in class org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParser.html" title="class in org.apache.velocity.runtime.parser">StandardParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParserConstants.html#EMPTY_INDEX">EMPTY_INDEX</a></span> - Static variable in interface org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParserConstants.html" title="interface in org.apache.velocity.runtime.parser">StandardParserConstants</a></dt>
<dd>
<div class="block">RegularExpression Id.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParser.html#enable_tracing--">enable_tracing()</a></span> - Method in class org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParser.html" title="class in org.apache.velocity.runtime.parser">StandardParser</a></dt>
<dd>
<div class="block">Enable tracing.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/Resource.html#encoding">encoding</a></span> - Variable in class org.apache.velocity.runtime.resource.<a href="org/apache/velocity/runtime/resource/Resource.html" title="class in org.apache.velocity.runtime.resource">Resource</a></dt>
<dd>
<div class="block">Character encoding of this resource</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeConstants.html#ENCODING_DEFAULT">ENCODING_DEFAULT</a></span> - Static variable in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeConstants.html" title="interface in org.apache.velocity.runtime">RuntimeConstants</a></dt>
<dd>
<div class="block">Default Encoding is UTF-8.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTTextblock.html#END">END</a></span> - Variable in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTTextblock.html" title="class in org.apache.velocity.runtime.parser.node">ASTTextblock</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParserConstants.html#END">END</a></span> - Static variable in interface org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParserConstants.html" title="interface in org.apache.velocity.runtime.parser">StandardParserConstants</a></dt>
<dd>
<div class="block">RegularExpression Id.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/ExtProperties.html#END_TOKEN">END_TOKEN</a></span> - Static variable in class org.apache.velocity.util.<a href="org/apache/velocity/util/ExtProperties.html" title="class in org.apache.velocity.util">ExtProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/Token.html#endColumn">endColumn</a></span> - Variable in class org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/Token.html" title="class in org.apache.velocity.runtime.parser">Token</a></dt>
<dd>
<div class="block">The column number of the last character of this Token.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParser.html#EndingZeroWidthWhitespace--">EndingZeroWidthWhitespace()</a></span> - Method in class org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParser.html" title="class in org.apache.velocity.runtime.parser">StandardParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/Token.html#endLine">endLine</a></span> - Variable in class org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/Token.html" title="class in org.apache.velocity.runtime.parser">Token</a></dt>
<dd>
<div class="block">The line number of the last character of this Token.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTBlock.html#endsWithNewline">endsWithNewline</a></span> - Variable in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTBlock.html" title="class in org.apache.velocity.runtime.parser.node">ASTBlock</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/script/VelocityCompiledScript.html#engine">engine</a></span> - Variable in class org.apache.velocity.script.<a href="org/apache/velocity/script/VelocityCompiledScript.html" title="class in org.apache.velocity.script">VelocityCompiledScript</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/Scope.html#entrySet--">entrySet()</a></span> - Method in class org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/Scope.html" title="class in org.apache.velocity.runtime.directive">Scope</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/ResourceCache.html#enumerateKeys--">enumerateKeys()</a></span> - Method in interface org.apache.velocity.runtime.resource.<a href="org/apache/velocity/runtime/resource/ResourceCache.html" title="interface in org.apache.velocity.runtime.resource">ResourceCache</a></dt>
<dd>
<div class="block">returns an Iterator of Keys in the cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/ResourceCacheImpl.html#enumerateKeys--">enumerateKeys()</a></span> - Method in class org.apache.velocity.runtime.resource.<a href="org/apache/velocity/runtime/resource/ResourceCacheImpl.html" title="class in org.apache.velocity.runtime.resource">ResourceCacheImpl</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/util/EnumerationIterator.html" title="class in org.apache.velocity.util"><span class="typeNameLink">EnumerationIterator</span></a> - Class in <a href="org/apache/velocity/util/package-summary.html">org.apache.velocity.util</a></dt>
<dd>
<div class="block">An Iterator wrapper for an Enumeration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/EnumerationIterator.html#EnumerationIterator-java.util.Enumeration-">EnumerationIterator(Enumeration)</a></span> - Constructor for class org.apache.velocity.util.<a href="org/apache/velocity/util/EnumerationIterator.html" title="class in org.apache.velocity.util">EnumerationIterator</a></dt>
<dd>
<div class="block">Creates a new iteratorwrapper instance for the specified
Enumeration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParserConstants.html#EOF">EOF</a></span> - Static variable in interface org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParserConstants.html" title="interface in org.apache.velocity.runtime.parser">StandardParserConstants</a></dt>
<dd>
<div class="block">End of File.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/ParseException.html#eol">eol</a></span> - Variable in exception org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/ParseException.html" title="class in org.apache.velocity.runtime.parser">ParseException</a></dt>
<dd>
<div class="block">The end of line string for this machine.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParser.html#EqualityExpression--">EqualityExpression()</a></span> - Method in class org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParser.html" title="class in org.apache.velocity.runtime.parser">StandardParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTMethod.MethodCacheKey.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTMethod.MethodCacheKey.html" title="class in org.apache.velocity.runtime.parser.node">ASTMethod.MethodCacheKey</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParserConstants.html#EQUALS">EQUALS</a></span> - Static variable in interface org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParserConstants.html" title="interface in org.apache.velocity.runtime.parser">StandardParserConstants</a></dt>
<dd>
<div class="block">RegularExpression Id.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/example/EventExample.html#error-java.lang.String-">error(String)</a></span> - Method in class org.apache.velocity.example.<a href="org/apache/velocity/example/EventExample.html" title="class in org.apache.velocity.example">EventExample</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/example/EventExample.html#error-java.lang.String-java.lang.Object-">error(String, Object)</a></span> - Method in class org.apache.velocity.example.<a href="org/apache/velocity/example/EventExample.html" title="class in org.apache.velocity.example">EventExample</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/example/EventExample.html#error-java.lang.String-java.lang.Object-java.lang.Object-">error(String, Object, Object)</a></span> - Method in class org.apache.velocity.example.<a href="org/apache/velocity/example/EventExample.html" title="class in org.apache.velocity.example">EventExample</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/example/EventExample.html#error-java.lang.String-java.lang.Object...-">error(String, Object...)</a></span> - Method in class org.apache.velocity.example.<a href="org/apache/velocity/example/EventExample.html" title="class in org.apache.velocity.example">EventExample</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/example/EventExample.html#error-java.lang.String-java.lang.Throwable-">error(String, Throwable)</a></span> - Method in class org.apache.velocity.example.<a href="org/apache/velocity/example/EventExample.html" title="class in org.apache.velocity.example">EventExample</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeConstants.html#ERRORMSG_END">ERRORMSG_END</a></span> - Static variable in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeConstants.html" title="interface in org.apache.velocity.runtime">RuntimeConstants</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">if/how errors are displayed is not the concern of the engine, which should throw in all cases</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeConstants.html#ERRORMSG_START">ERRORMSG_START</a></span> - Static variable in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeConstants.html" title="interface in org.apache.velocity.runtime">RuntimeConstants</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">if/how errors are displayed is not the concern of the engine, which should throw in all cases</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/app/event/implement/EscapeHtmlReference.html#escape-java.lang.Object-">escape(Object)</a></span> - Method in class org.apache.velocity.app.event.implement.<a href="org/apache/velocity/app/event/implement/EscapeHtmlReference.html" title="class in org.apache.velocity.app.event.implement">EscapeHtmlReference</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Escape all HTML entities.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/app/event/implement/EscapeJavaScriptReference.html#escape-java.lang.Object-">escape(Object)</a></span> - Method in class org.apache.velocity.app.event.implement.<a href="org/apache/velocity/app/event/implement/EscapeJavaScriptReference.html" title="class in org.apache.velocity.app.event.implement">EscapeJavaScriptReference</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Escapes the characters in a String to be suitable for use in JavaScript.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/app/event/implement/EscapeReference.html#escape-java.lang.Object-">escape(Object)</a></span> - Method in class org.apache.velocity.app.event.implement.<a href="org/apache/velocity/app/event/implement/EscapeReference.html" title="class in org.apache.velocity.app.event.implement">EscapeReference</a></dt>
<dd>
<div class="block">Escape the given text.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/app/event/implement/EscapeSqlReference.html#escape-java.lang.Object-">escape(Object)</a></span> - Method in class org.apache.velocity.app.event.implement.<a href="org/apache/velocity/app/event/implement/EscapeSqlReference.html" title="class in org.apache.velocity.app.event.implement">EscapeSqlReference</a></dt>
<dd>
<div class="block">Escapes the characters in a String to be suitable to pass to an SQL query.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/app/event/implement/EscapeXmlReference.html#escape-java.lang.Object-">escape(Object)</a></span> - Method in class org.apache.velocity.app.event.implement.<a href="org/apache/velocity/app/event/implement/EscapeXmlReference.html" title="class in org.apache.velocity.app.event.implement">EscapeXmlReference</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Escape all XML entities.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParser.html#Escape--">Escape()</a></span> - Method in class org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParser.html" title="class in org.apache.velocity.runtime.parser">StandardParser</a></dt>
<dd>
<div class="block">Used to catch and process escape sequences in grammatical constructs
as escapes outside of VTL are just characters.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParserConstants.html#ESCAPE">ESCAPE</a></span> - Static variable in interface org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParserConstants.html" title="interface in org.apache.velocity.runtime.parser">StandardParserConstants</a></dt>
<dd>
<div class="block">RegularExpression Id.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParserConstants.html#ESCAPE_DIRECTIVE">ESCAPE_DIRECTIVE</a></span> - Static variable in interface org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParserConstants.html" title="interface in org.apache.velocity.runtime.parser">StandardParserConstants</a></dt>
<dd>
<div class="block">RegularExpression Id.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParser.html#EscapedDirective--">EscapedDirective()</a></span> - Method in class org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParser.html" title="class in org.apache.velocity.runtime.parser">StandardParser</a></dt>
<dd>
<div class="block">used to separate the notion of a valid directive that has been
escaped, versus something that looks like a directive and
is just schmoo.</div>
</dd>
<dt><a href="org/apache/velocity/app/event/implement/EscapeHtmlReference.html" title="class in org.apache.velocity.app.event.implement"><span class="typeNameLink">EscapeHtmlReference</span></a> - Class in <a href="org/apache/velocity/app/event/implement/package-summary.html">org.apache.velocity.app.event.implement</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">impractical use</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/app/event/implement/EscapeHtmlReference.html#EscapeHtmlReference--">EscapeHtmlReference()</a></span> - Constructor for class org.apache.velocity.app.event.implement.<a href="org/apache/velocity/app/event/implement/EscapeHtmlReference.html" title="class in org.apache.velocity.app.event.implement">EscapeHtmlReference</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><a href="org/apache/velocity/app/event/implement/EscapeJavaScriptReference.html" title="class in org.apache.velocity.app.event.implement"><span class="typeNameLink">EscapeJavaScriptReference</span></a> - Class in <a href="org/apache/velocity/app/event/implement/package-summary.html">org.apache.velocity.app.event.implement</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">impractical use</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/app/event/implement/EscapeJavaScriptReference.html#EscapeJavaScriptReference--">EscapeJavaScriptReference()</a></span> - Constructor for class org.apache.velocity.app.event.implement.<a href="org/apache/velocity/app/event/implement/EscapeJavaScriptReference.html" title="class in org.apache.velocity.app.event.implement">EscapeJavaScriptReference</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><a href="org/apache/velocity/app/event/implement/EscapeReference.html" title="class in org.apache.velocity.app.event.implement"><span class="typeNameLink">EscapeReference</span></a> - Class in <a href="org/apache/velocity/app/event/implement/package-summary.html">org.apache.velocity.app.event.implement</a></dt>
<dd>
<div class="block">Base class for escaping references.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/app/event/implement/EscapeReference.html#EscapeReference--">EscapeReference()</a></span> - Constructor for class org.apache.velocity.app.event.implement.<a href="org/apache/velocity/app/event/implement/EscapeReference.html" title="class in org.apache.velocity.app.event.implement">EscapeReference</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/app/event/implement/EscapeSqlReference.html" title="class in org.apache.velocity.app.event.implement"><span class="typeNameLink">EscapeSqlReference</span></a> - Class in <a href="org/apache/velocity/app/event/implement/package-summary.html">org.apache.velocity.app.event.implement</a></dt>
<dd>
<div class="block">Escapes the characters in a String to be suitable to pass to an SQL query.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/app/event/implement/EscapeSqlReference.html#EscapeSqlReference--">EscapeSqlReference()</a></span> - Constructor for class org.apache.velocity.app.event.implement.<a href="org/apache/velocity/app/event/implement/EscapeSqlReference.html" title="class in org.apache.velocity.app.event.implement">EscapeSqlReference</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/app/event/implement/EscapeXmlReference.html" title="class in org.apache.velocity.app.event.implement"><span class="typeNameLink">EscapeXmlReference</span></a> - Class in <a href="org/apache/velocity/app/event/implement/package-summary.html">org.apache.velocity.app.event.implement</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">impractical use</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/app/event/implement/EscapeXmlReference.html#EscapeXmlReference--">EscapeXmlReference()</a></span> - Constructor for class org.apache.velocity.app.event.implement.<a href="org/apache/velocity/app/event/implement/EscapeXmlReference.html" title="class in org.apache.velocity.app.event.implement">EscapeXmlReference</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/script/VelocityCompiledScript.html#eval-javax.script.ScriptContext-">eval(ScriptContext)</a></span> - Method in class org.apache.velocity.script.<a href="org/apache/velocity/script/VelocityCompiledScript.html" title="class in org.apache.velocity.script">VelocityCompiledScript</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/script/VelocityScriptEngine.html#eval-java.lang.String-javax.script.ScriptContext-">eval(String, ScriptContext)</a></span> - Method in class org.apache.velocity.script.<a href="org/apache/velocity/script/VelocityScriptEngine.html" title="class in org.apache.velocity.script">VelocityScriptEngine</a></dt>
<dd>
<div class="block">Evaluate the given script.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/script/VelocityScriptEngine.html#eval-java.io.Reader-javax.script.ScriptContext-">eval(Reader, ScriptContext)</a></span> - Method in class org.apache.velocity.script.<a href="org/apache/velocity/script/VelocityScriptEngine.html" title="class in org.apache.velocity.script">VelocityScriptEngine</a></dt>
<dd>
<div class="block">Evaluate the given script.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/app/Velocity.html#evaluate-org.apache.velocity.context.Context-java.io.Writer-java.lang.String-java.lang.String-">evaluate(Context, Writer, String, String)</a></span> - Static method in class org.apache.velocity.app.<a href="org/apache/velocity/app/Velocity.html" title="class in org.apache.velocity.app">Velocity</a></dt>
<dd>
<div class="block">renders the input string using the context into the output writer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/app/Velocity.html#evaluate-org.apache.velocity.context.Context-java.io.Writer-java.lang.String-java.io.Reader-">evaluate(Context, Writer, String, Reader)</a></span> - Static method in class org.apache.velocity.app.<a href="org/apache/velocity/app/Velocity.html" title="class in org.apache.velocity.app">Velocity</a></dt>
<dd>
<div class="block">Renders the input reader using the context into the output writer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/app/VelocityEngine.html#evaluate-org.apache.velocity.context.Context-java.io.Writer-java.lang.String-java.lang.String-">evaluate(Context, Writer, String, String)</a></span> - Method in class org.apache.velocity.app.<a href="org/apache/velocity/app/VelocityEngine.html" title="class in org.apache.velocity.app">VelocityEngine</a></dt>
<dd>
<div class="block">renders the input string using the context into the output writer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/app/VelocityEngine.html#evaluate-org.apache.velocity.context.Context-java.io.Writer-java.lang.String-java.io.Reader-">evaluate(Context, Writer, String, Reader)</a></span> - Method in class org.apache.velocity.app.<a href="org/apache/velocity/app/VelocityEngine.html" title="class in org.apache.velocity.app">VelocityEngine</a></dt>
<dd>
<div class="block">Renders the input reader using the context into the output writer.</div>
</dd>
<dt><a href="org/apache/velocity/runtime/directive/Evaluate.html" title="class in org.apache.velocity.runtime.directive"><span class="typeNameLink">Evaluate</span></a> - Class in <a href="org/apache/velocity/runtime/directive/package-summary.html">org.apache.velocity.runtime.directive</a></dt>
<dd>
<div class="block">Evaluates the directive argument as a VTL string, using the existing
context.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/Evaluate.html#Evaluate--">Evaluate()</a></span> - Constructor for class org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/Evaluate.html" title="class in org.apache.velocity.runtime.directive">Evaluate</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTAndNode.html#evaluate-org.apache.velocity.context.InternalContextAdapter-">evaluate(InternalContextAdapter)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTAndNode.html" title="class in org.apache.velocity.runtime.parser.node">ASTAndNode</a></dt>
<dd>
<div class="block">logical and :</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTComparisonNode.html#evaluate-org.apache.velocity.context.InternalContextAdapter-">evaluate(InternalContextAdapter)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTComparisonNode.html" title="class in org.apache.velocity.runtime.parser.node">ASTComparisonNode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTElseIfStatement.html#evaluate-org.apache.velocity.context.InternalContextAdapter-">evaluate(InternalContextAdapter)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTElseIfStatement.html" title="class in org.apache.velocity.runtime.parser.node">ASTElseIfStatement</a></dt>
<dd>
<div class="block">An ASTElseStatement is true if the expression
it contains evaluates to true.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTElseStatement.html#evaluate-org.apache.velocity.context.InternalContextAdapter-">evaluate(InternalContextAdapter)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTElseStatement.html" title="class in org.apache.velocity.runtime.parser.node">ASTElseStatement</a></dt>
<dd>
<div class="block">An ASTElseStatement always evaluates to
true.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTExpression.html#evaluate-org.apache.velocity.context.InternalContextAdapter-">evaluate(InternalContextAdapter)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTExpression.html" title="class in org.apache.velocity.runtime.parser.node">ASTExpression</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTFalse.html#evaluate-org.apache.velocity.context.InternalContextAdapter-">evaluate(InternalContextAdapter)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTFalse.html" title="class in org.apache.velocity.runtime.parser.node">ASTFalse</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTFloatingPointLiteral.html#evaluate-org.apache.velocity.context.InternalContextAdapter-">evaluate(InternalContextAdapter)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTFloatingPointLiteral.html" title="class in org.apache.velocity.runtime.parser.node">ASTFloatingPointLiteral</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTIntegerLiteral.html#evaluate-org.apache.velocity.context.InternalContextAdapter-">evaluate(InternalContextAdapter)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTIntegerLiteral.html" title="class in org.apache.velocity.runtime.parser.node">ASTIntegerLiteral</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTMap.html#evaluate-org.apache.velocity.context.InternalContextAdapter-">evaluate(InternalContextAdapter)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTMap.html" title="class in org.apache.velocity.runtime.parser.node">ASTMap</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTNegateNode.html#evaluate-org.apache.velocity.context.InternalContextAdapter-">evaluate(InternalContextAdapter)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTNegateNode.html" title="class in org.apache.velocity.runtime.parser.node">ASTNegateNode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTNENode.html#evaluate-org.apache.velocity.context.InternalContextAdapter-">evaluate(InternalContextAdapter)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTNENode.html" title="class in org.apache.velocity.runtime.parser.node">ASTNENode</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTNotNode.html#evaluate-org.apache.velocity.context.InternalContextAdapter-">evaluate(InternalContextAdapter)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTNotNode.html" title="class in org.apache.velocity.runtime.parser.node">ASTNotNode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTObjectArray.html#evaluate-org.apache.velocity.context.InternalContextAdapter-">evaluate(InternalContextAdapter)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTObjectArray.html" title="class in org.apache.velocity.runtime.parser.node">ASTObjectArray</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTOrNode.html#evaluate-org.apache.velocity.context.InternalContextAdapter-">evaluate(InternalContextAdapter)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTOrNode.html" title="class in org.apache.velocity.runtime.parser.node">ASTOrNode</a></dt>
<dd>
<div class="block">the logical or :</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTReference.html#evaluate-org.apache.velocity.context.InternalContextAdapter-">evaluate(InternalContextAdapter)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTReference.html" title="class in org.apache.velocity.runtime.parser.node">ASTReference</a></dt>
<dd>
<div class="block">Computes boolean value of this reference
Returns the actual value of reference return type
boolean, and 'true' if value is not null</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTStringLiteral.html#evaluate-org.apache.velocity.context.InternalContextAdapter-">evaluate(InternalContextAdapter)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTStringLiteral.html" title="class in org.apache.velocity.runtime.parser.node">ASTStringLiteral</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTTrue.html#evaluate-org.apache.velocity.context.InternalContextAdapter-">evaluate(InternalContextAdapter)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTTrue.html" title="class in org.apache.velocity.runtime.parser.node">ASTTrue</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/Node.html#evaluate-org.apache.velocity.context.InternalContextAdapter-">evaluate(InternalContextAdapter)</a></span> - Method in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/Node.html" title="interface in org.apache.velocity.runtime.parser.node">Node</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/SimpleNode.html#evaluate-org.apache.velocity.context.InternalContextAdapter-">evaluate(InternalContextAdapter)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/SimpleNode.html" title="class in org.apache.velocity.runtime.parser.node">SimpleNode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeInstance.html#evaluate-org.apache.velocity.context.Context-java.io.Writer-java.lang.String-java.lang.String-">evaluate(Context, Writer, String, String)</a></span> - Method in class org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeInstance.html" title="class in org.apache.velocity.runtime">RuntimeInstance</a></dt>
<dd>
<div class="block">Renders the input string using the context into the output writer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeInstance.html#evaluate-org.apache.velocity.context.Context-java.io.Writer-java.lang.String-java.io.Reader-">evaluate(Context, Writer, String, Reader)</a></span> - Method in class org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeInstance.html" title="class in org.apache.velocity.runtime">RuntimeInstance</a></dt>
<dd>
<div class="block">Renders the input reader using the context into the output writer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeServices.html#evaluate-org.apache.velocity.context.Context-java.io.Writer-java.lang.String-java.lang.String-">evaluate(Context, Writer, String, String)</a></span> - Method in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeServices.html" title="interface in org.apache.velocity.runtime">RuntimeServices</a></dt>
<dd>
<div class="block">Renders the input string using the context into the output writer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeServices.html#evaluate-org.apache.velocity.context.Context-java.io.Writer-java.lang.String-java.io.Reader-">evaluate(Context, Writer, String, Reader)</a></span> - Method in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeServices.html" title="interface in org.apache.velocity.runtime">RuntimeServices</a></dt>
<dd>
<div class="block">Renders the input reader using the context into the output writer.</div>
</dd>
<dt><a href="org/apache/velocity/app/event/EventCartridge.html" title="class in org.apache.velocity.app.event"><span class="typeNameLink">EventCartridge</span></a> - Class in <a href="org/apache/velocity/app/event/package-summary.html">org.apache.velocity.app.event</a></dt>
<dd>
<div class="block">Stores the event handlers.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/app/event/EventCartridge.html#EventCartridge--">EventCartridge()</a></span> - Constructor for class org.apache.velocity.app.event.<a href="org/apache/velocity/app/event/EventCartridge.html" title="class in org.apache.velocity.app.event">EventCartridge</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/example/EventExample.html" title="class in org.apache.velocity.example"><span class="typeNameLink">EventExample</span></a> - Class in <a href="org/apache/velocity/example/package-summary.html">org.apache.velocity.example</a></dt>
<dd>
<div class="block">This class is a simple demonstration of how the event handling
features of the Velocity Servlet Engine are used.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/example/EventExample.html#EventExample--">EventExample()</a></span> - Constructor for class org.apache.velocity.example.<a href="org/apache/velocity/example/EventExample.html" title="class in org.apache.velocity.example">EventExample</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/app/event/EventHandler.html" title="interface in org.apache.velocity.app.event"><span class="typeNameLink">EventHandler</span></a> - Interface in <a href="org/apache/velocity/app/event/package-summary.html">org.apache.velocity.app.event</a></dt>
<dd>
<div class="block">Base interface for all event handlers</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeConstants.html#EVENTHANDLER_INCLUDE">EVENTHANDLER_INCLUDE</a></span> - Static variable in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeConstants.html" title="interface in org.apache.velocity.runtime">RuntimeConstants</a></dt>
<dd>
<div class="block">The <code>event_handler.include.class</code> property specifies a list of the
<a href="org/apache/velocity/app/event/IncludeEventHandler.html" title="interface in org.apache.velocity.app.event"><code>IncludeEventHandler</code></a> implementations to use.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/app/event/implement/ReportInvalidReferences.html#EVENTHANDLER_INVALIDREFERENCE_EXCEPTION">EVENTHANDLER_INVALIDREFERENCE_EXCEPTION</a></span> - Static variable in class org.apache.velocity.app.event.implement.<a href="org/apache/velocity/app/event/implement/ReportInvalidReferences.html" title="class in org.apache.velocity.app.event.implement">ReportInvalidReferences</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeConstants.html#EVENTHANDLER_INVALIDREFERENCES">EVENTHANDLER_INVALIDREFERENCES</a></span> - Static variable in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeConstants.html" title="interface in org.apache.velocity.runtime">RuntimeConstants</a></dt>
<dd>
<div class="block">The <code>event_handler.invalid_references.class</code> property specifies a list of the
<a href="org/apache/velocity/app/event/InvalidReferenceEventHandler.html" title="interface in org.apache.velocity.app.event"><code>InvalidReferenceEventHandler</code></a> implementations to use.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeConstants.html#EVENTHANDLER_INVALIDREFERENCES_NULL">EVENTHANDLER_INVALIDREFERENCES_NULL</a></span> - Static variable in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeConstants.html" title="interface in org.apache.velocity.runtime">RuntimeConstants</a></dt>
<dd>
<div class="block">The <code>event_handler.invalid_references.null</code> property specifies if invalid null references
(aka the value is present in the context or parent object but is null or a method returned null)
trigger invalid reference events (defaults to false).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeConstants.html#EVENTHANDLER_INVALIDREFERENCES_QUIET">EVENTHANDLER_INVALIDREFERENCES_QUIET</a></span> - Static variable in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeConstants.html" title="interface in org.apache.velocity.runtime">RuntimeConstants</a></dt>
<dd>
<div class="block">The <code>event_handler.invalid_references.quiet</code> property specifies if invalid quiet references
(as in <code>$!foo</code>) trigger events (defaults to false).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeConstants.html#EVENTHANDLER_INVALIDREFERENCES_TESTED">EVENTHANDLER_INVALIDREFERENCES_TESTED</a></span> - Static variable in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeConstants.html" title="interface in org.apache.velocity.runtime">RuntimeConstants</a></dt>
<dd>
<div class="block">The <code>event_handler.invalid_references.tested</code> property specifies if invalid tested references
(as in <code>#if($foo)</code> ) trigger invalid reference events (defaults to false).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeConstants.html#EVENTHANDLER_METHODEXCEPTION">EVENTHANDLER_METHODEXCEPTION</a></span> - Static variable in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeConstants.html" title="interface in org.apache.velocity.runtime">RuntimeConstants</a></dt>
<dd>
<div class="block">The <code>event_handler.method_exception.class</code> property specifies a list of the
<a href="org/apache/velocity/app/event/MethodExceptionEventHandler.html" title="interface in org.apache.velocity.app.event"><code>MethodExceptionEventHandler</code></a> implementations to use.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeConstants.html#EVENTHANDLER_REFERENCEINSERTION">EVENTHANDLER_REFERENCEINSERTION</a></span> - Static variable in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeConstants.html" title="interface in org.apache.velocity.runtime">RuntimeConstants</a></dt>
<dd>
<div class="block">The <code>event_handler.reference_insertion.class</code> property specifies a list of the
<a href="org/apache/velocity/app/event/ReferenceInsertionEventHandler.html" title="interface in org.apache.velocity.app.event"><code>ReferenceInsertionEventHandler</code></a> implementations to use.</div>
</dd>
<dt><a href="org/apache/velocity/app/event/EventHandlerUtil.html" title="class in org.apache.velocity.app.event"><span class="typeNameLink">EventHandlerUtil</span></a> - Class in <a href="org/apache/velocity/app/event/package-summary.html">org.apache.velocity.app.event</a></dt>
<dd>
<div class="block">Calls on request all registered event handlers for a particular event.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/app/event/EventHandlerUtil.html#EventHandlerUtil--">EventHandlerUtil()</a></span> - Constructor for class org.apache.velocity.app.event.<a href="org/apache/velocity/app/event/EventHandlerUtil.html" title="class in org.apache.velocity.app.event">EventHandlerUtil</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/example/Example.html" title="class in org.apache.velocity.example"><span class="typeNameLink">Example</span></a> - Class in <a href="org/apache/velocity/example/package-summary.html">org.apache.velocity.example</a></dt>
<dd>
<div class="block">This class is a simple demonstration of how the Velocity Template Engine
can be used in a standalone application.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/example/Example.html#Example-java.lang.String-">Example(String)</a></span> - Constructor for class org.apache.velocity.example.<a href="org/apache/velocity/example/Example.html" title="class in org.apache.velocity.example">Example</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/example/Example2.html" title="class in org.apache.velocity.example"><span class="typeNameLink">Example2</span></a> - Class in <a href="org/apache/velocity/example/package-summary.html">org.apache.velocity.example</a></dt>
<dd>
<div class="block">This class is a simple demonstration of how the Velocity Template Engine
can be used in a standalone application using the Velocity utility class.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/example/Example2.html#Example2--">Example2()</a></span> - Constructor for class org.apache.velocity.example.<a href="org/apache/velocity/example/Example2.html" title="class in org.apache.velocity.example">Example2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/AbstractExecutor.html#execute-java.lang.Object-">execute(Object)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/AbstractExecutor.html" title="class in org.apache.velocity.runtime.parser.node">AbstractExecutor</a></dt>
<dd>
<div class="block">Execute method against context.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTIdentifier.html#execute-java.lang.Object-org.apache.velocity.context.InternalContextAdapter-">execute(Object, InternalContextAdapter)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTIdentifier.html" title="class in org.apache.velocity.runtime.parser.node">ASTIdentifier</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTIndex.html#execute-java.lang.Object-org.apache.velocity.context.InternalContextAdapter-">execute(Object, InternalContextAdapter)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTIndex.html" title="class in org.apache.velocity.runtime.parser.node">ASTIndex</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTMethod.html#execute-java.lang.Object-org.apache.velocity.context.InternalContextAdapter-">execute(Object, InternalContextAdapter)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTMethod.html" title="class in org.apache.velocity.runtime.parser.node">ASTMethod</a></dt>
<dd>
<div class="block">invokes the method.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTReference.html#execute-java.lang.Object-org.apache.velocity.context.InternalContextAdapter-">execute(Object, InternalContextAdapter)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTReference.html" title="class in org.apache.velocity.runtime.parser.node">ASTReference</a></dt>
<dd>
<div class="block">gets an Object that 'is' the value of the reference</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/GetExecutor.html#execute-java.lang.Object-">execute(Object)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/GetExecutor.html" title="class in org.apache.velocity.runtime.parser.node">GetExecutor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/MapGetExecutor.html#execute-java.lang.Object-">execute(Object)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/MapGetExecutor.html" title="class in org.apache.velocity.runtime.parser.node">MapGetExecutor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/MapSetExecutor.html#execute-java.lang.Object-java.lang.Object-">execute(Object, Object)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/MapSetExecutor.html" title="class in org.apache.velocity.runtime.parser.node">MapSetExecutor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/Node.html#execute-java.lang.Object-org.apache.velocity.context.InternalContextAdapter-">execute(Object, InternalContextAdapter)</a></span> - Method in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/Node.html" title="interface in org.apache.velocity.runtime.parser.node">Node</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/PropertyExecutor.html#execute-java.lang.Object-">execute(Object)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/PropertyExecutor.html" title="class in org.apache.velocity.runtime.parser.node">PropertyExecutor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/PublicFieldExecutor.html#execute-java.lang.Object-">execute(Object)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/PublicFieldExecutor.html" title="class in org.apache.velocity.runtime.parser.node">PublicFieldExecutor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/PutExecutor.html#execute-java.lang.Object-java.lang.Object-">execute(Object, Object)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/PutExecutor.html" title="class in org.apache.velocity.runtime.parser.node">PutExecutor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/SetExecutor.html#execute-java.lang.Object-java.lang.Object-">execute(Object, Object)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/SetExecutor.html" title="class in org.apache.velocity.runtime.parser.node">SetExecutor</a></dt>
<dd>
<div class="block">Execute method against context.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/SetPropertyExecutor.html#execute-java.lang.Object-java.lang.Object-">execute(Object, Object)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/SetPropertyExecutor.html" title="class in org.apache.velocity.runtime.parser.node">SetPropertyExecutor</a></dt>
<dd>
<div class="block">Execute method against context.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/SetPublicFieldExecutor.html#execute-java.lang.Object-java.lang.Object-">execute(Object, Object)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/SetPublicFieldExecutor.html" title="class in org.apache.velocity.runtime.parser.node">SetPublicFieldExecutor</a></dt>
<dd>
<div class="block">Execute method against context.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/SimpleNode.html#execute-java.lang.Object-org.apache.velocity.context.InternalContextAdapter-">execute(Object, InternalContextAdapter)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/SimpleNode.html" title="class in org.apache.velocity.runtime.parser.node">SimpleNode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/ParseException.html#expectedTokenSequences">expectedTokenSequences</a></span> - Variable in exception org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/ParseException.html" title="class in org.apache.velocity.runtime.parser">ParseException</a></dt>
<dd>
<div class="block">Each entry in this array is an array of integers.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParserConstants.html#EXPONENT">EXPONENT</a></span> - Static variable in interface org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParserConstants.html" title="interface in org.apache.velocity.runtime.parser">StandardParserConstants</a></dt>
<dd>
<div class="block">RegularExpression Id.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParser.html#Expression--">Expression()</a></span> - Method in class org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParser.html" title="class in org.apache.velocity.runtime.parser">StandardParser</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/exception/ExtendedParseException.html" title="interface in org.apache.velocity.exception"><span class="typeNameLink">ExtendedParseException</span></a> - Interface in <a href="org/apache/velocity/exception/package-summary.html">org.apache.velocity.exception</a></dt>
<dd>
<div class="block">All Exceptions that can provide additional information about the place
where the error happened (template name, column and line number) can
implement this interface and the ParseErrorException will then be able
to deal with this information.</div>
</dd>
<dt><a href="org/apache/velocity/util/ExtProperties.html" title="class in org.apache.velocity.util"><span class="typeNameLink">ExtProperties</span></a> - Class in <a href="org/apache/velocity/util/package-summary.html">org.apache.velocity.util</a></dt>
<dd>
<div class="block">This class extends normal Java properties by adding the possibility
to use the same key many times concatenating the value strings
instead of overwriting them.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/ExtProperties.html#ExtProperties--">ExtProperties()</a></span> - Constructor for class org.apache.velocity.util.<a href="org/apache/velocity/util/ExtProperties.html" title="class in org.apache.velocity.util">ExtProperties</a></dt>
<dd>
<div class="block">Creates an empty extended properties object.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/ExtProperties.html#ExtProperties-java.lang.String-">ExtProperties(String)</a></span> - Constructor for class org.apache.velocity.util.<a href="org/apache/velocity/util/ExtProperties.html" title="class in org.apache.velocity.util">ExtProperties</a></dt>
<dd>
<div class="block">Creates and loads the extended properties from the specified file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/ExtProperties.html#ExtProperties-java.lang.String-java.lang.String-">ExtProperties(String, String)</a></span> - Constructor for class org.apache.velocity.util.<a href="org/apache/velocity/util/ExtProperties.html" title="class in org.apache.velocity.util">ExtProperties</a></dt>
<dd>
<div class="block">Creates and loads the extended properties from the specified file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/IndentationFixer.html#extraIndentation">extraIndentation</a></span> - Variable in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/IndentationFixer.html" title="class in org.apache.velocity.runtime.parser.node">IndentationFixer</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:F">
<!-- -->
</a>
<h2 class="title">F</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParser.html#False--">False()</a></span> - Method in class org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParser.html" title="class in org.apache.velocity.runtime.parser">StandardParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParserConstants.html#FALSE">FALSE</a></span> - Static variable in interface org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParserConstants.html" title="interface in org.apache.velocity.runtime.parser">StandardParserConstants</a></dt>
<dd>
<div class="block">RegularExpression Id.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/loader/DataSourceResourceLoader.html#fetchResult-java.sql.PreparedStatement-java.lang.String-">fetchResult(PreparedStatement, String)</a></span> - Method in class org.apache.velocity.runtime.resource.loader.<a href="org/apache/velocity/runtime/resource/loader/DataSourceResourceLoader.html" title="class in org.apache.velocity.runtime.resource.loader">DataSourceResourceLoader</a></dt>
<dd>
<div class="block">Fetches the result for a given template name.</div>
</dd>
<dt><a href="org/apache/velocity/app/FieldMethodizer.html" title="class in org.apache.velocity.app"><span class="typeNameLink">FieldMethodizer</span></a> - Class in <a href="org/apache/velocity/app/package-summary.html">org.apache.velocity.app</a></dt>
<dd>
<div class="block">
This is a small utility class allow easy access to static fields in a class,
such as string constants.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/app/FieldMethodizer.html#FieldMethodizer--">FieldMethodizer()</a></span> - Constructor for class org.apache.velocity.app.<a href="org/apache/velocity/app/FieldMethodizer.html" title="class in org.apache.velocity.app">FieldMethodizer</a></dt>
<dd>
<div class="block">Allow object to be initialized without any data.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/app/FieldMethodizer.html#FieldMethodizer-java.lang.String-">FieldMethodizer(String)</a></span> - Constructor for class org.apache.velocity.app.<a href="org/apache/velocity/app/FieldMethodizer.html" title="class in org.apache.velocity.app">FieldMethodizer</a></dt>
<dd>
<div class="block">Constructor that takes as it's arg the name of the class
to methodize.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/app/FieldMethodizer.html#FieldMethodizer-java.lang.Object-">FieldMethodizer(Object)</a></span> - Constructor for class org.apache.velocity.app.<a href="org/apache/velocity/app/FieldMethodizer.html" title="class in org.apache.velocity.app">FieldMethodizer</a></dt>
<dd>
<div class="block">Constructor that takes as it's arg a living
object to methodize.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/ExtProperties.html#file">file</a></span> - Variable in class org.apache.velocity.util.<a href="org/apache/velocity/util/ExtProperties.html" title="class in org.apache.velocity.util">ExtProperties</a></dt>
<dd>
<div class="block">The file connected to this repository (holding comments and
such).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeConstants.html#FILE_RESOURCE_LOADER_CACHE">FILE_RESOURCE_LOADER_CACHE</a></span> - Static variable in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeConstants.html" title="interface in org.apache.velocity.runtime">RuntimeConstants</a></dt>
<dd>
<div class="block">The public handle for turning the caching on in the FileResourceLoader.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeConstants.html#FILE_RESOURCE_LOADER_PATH">FILE_RESOURCE_LOADER_PATH</a></span> - Static variable in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeConstants.html" title="interface in org.apache.velocity.runtime">RuntimeConstants</a></dt>
<dd>
<div class="block">The public handle for setting paths in the FileResourceLoader.</div>
</dd>
<dt><a href="org/apache/velocity/runtime/resource/loader/FileResourceLoader.html" title="class in org.apache.velocity.runtime.resource.loader"><span class="typeNameLink">FileResourceLoader</span></a> - Class in <a href="org/apache/velocity/runtime/resource/loader/package-summary.html">org.apache.velocity.runtime.resource.loader</a></dt>
<dd>
<div class="block">A loader for templates stored on the file system.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/loader/FileResourceLoader.html#FileResourceLoader--">FileResourceLoader()</a></span> - Constructor for class org.apache.velocity.runtime.resource.loader.<a href="org/apache/velocity/runtime/resource/loader/FileResourceLoader.html" title="class in org.apache.velocity.runtime.resource.loader">FileResourceLoader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/ExtProperties.html#fileSeparator">fileSeparator</a></span> - Variable in class org.apache.velocity.util.<a href="org/apache/velocity/util/ExtProperties.html" title="class in org.apache.velocity.util">ExtProperties</a></dt>
<dd>
<div class="block">File separator.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/IndentationFixer.html#fillExtraIndentation-java.lang.String-">fillExtraIndentation(String)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/IndentationFixer.html" title="class in org.apache.velocity.runtime.parser.node">IndentationFixer</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/io/Filter.html" title="interface in org.apache.velocity.io"><span class="typeNameLink">Filter</span></a> - Interface in <a href="org/apache/velocity/io/package-summary.html">org.apache.velocity.io</a></dt>
<dd>
<div class="block">Velocity will call the writeReference method on any Writer that
implements this interface when rendering references within a template.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/loader/DataSourceResourceLoader.html#finalize--">finalize()</a></span> - Method in class org.apache.velocity.runtime.resource.loader.<a href="org/apache/velocity/runtime/resource/loader/DataSourceResourceLoader.html" title="class in org.apache.velocity.runtime.resource.loader">DataSourceResourceLoader</a></dt>
<dd>
<div class="block">Close DB connection on finalization</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/introspection/MethodMap.html#find-java.lang.String-java.lang.Object:A-">find(String, Object[])</a></span> - Method in class org.apache.velocity.util.introspection.<a href="org/apache/velocity/util/introspection/MethodMap.html" title="class in org.apache.velocity.util.introspection">MethodMap</a></dt>
<dd>
<div class="block">
Find a method.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/MathUtils.html#findCalculationBase-java.lang.Number-">findCalculationBase(Number)</a></span> - Static method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/MathUtils.html" title="class in org.apache.velocity.runtime.parser.node">MathUtils</a></dt>
<dd>
<div class="block">Find the Number-type to be used for a single number</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/introspection/ClassFieldMap.html#findField-java.lang.String-">findField(String)</a></span> - Method in class org.apache.velocity.util.introspection.<a href="org/apache/velocity/util/introspection/ClassFieldMap.html" title="class in org.apache.velocity.util.introspection">ClassFieldMap</a></dt>
<dd>
<div class="block">Find a Field using the field name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/DuckType.html#findMethod-java.lang.Class-org.apache.velocity.util.DuckType.Types-">findMethod(Class&lt;?&gt;, DuckType.Types)</a></span> - Static method in class org.apache.velocity.util.<a href="org/apache/velocity/util/DuckType.html" title="class in org.apache.velocity.util">DuckType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/introspection/ClassMap.html#findMethod-java.lang.String-java.lang.Object:A-">findMethod(String, Object[])</a></span> - Method in class org.apache.velocity.util.introspection.<a href="org/apache/velocity/util/introspection/ClassMap.html" title="class in org.apache.velocity.util.introspection">ClassMap</a></dt>
<dd>
<div class="block">Find a Method using the method name and parameter objects.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/SimpleNode.html#first">first</a></span> - Variable in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/SimpleNode.html" title="class in org.apache.velocity.runtime.parser.node">SimpleNode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/SimpleNode.html#firstImage">firstImage</a></span> - Variable in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/SimpleNode.html" title="class in org.apache.velocity.runtime.parser.node">SimpleNode</a></dt>
<dd>
<div class="block">String image variable of the first Token element that was parsed and connected to this Node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/IndentationFixer.html#fix">fix</a></span> - Variable in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/IndentationFixer.html" title="class in org.apache.velocity.runtime.parser.node">IndentationFixer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/NodeUtils.html#fixIndentation-org.apache.velocity.runtime.parser.node.SimpleNode-java.lang.String-">fixIndentation(SimpleNode, String)</a></span> - Static method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/NodeUtils.html" title="class in org.apache.velocity.runtime.parser.node">NodeUtils</a></dt>
<dd>
<div class="block">Fix children indentation in structured space gobbling mode.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParserConstants.html#FLOATING_POINT_LITERAL">FLOATING_POINT_LITERAL</a></span> - Static variable in interface org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParserConstants.html" title="interface in org.apache.velocity.runtime.parser">StandardParserConstants</a></dt>
<dd>
<div class="block">RegularExpression Id.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParser.html#FloatingPointLiteral--">FloatingPointLiteral()</a></span> - Method in class org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParser.html" title="class in org.apache.velocity.runtime.parser">StandardParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/io/VelocityWriter.html#flush--">flush()</a></span> - Method in class org.apache.velocity.io.<a href="org/apache/velocity/io/VelocityWriter.html" title="class in org.apache.velocity.io">VelocityWriter</a></dt>
<dd>
<div class="block">Flush the stream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/StringBuilderWriter.html#flush--">flush()</a></span> - Method in class org.apache.velocity.util.<a href="org/apache/velocity/util/StringBuilderWriter.html" title="class in org.apache.velocity.util">StringBuilderWriter</a></dt>
<dd>
<div class="block">Flushing this writer has no effect.</div>
</dd>
<dt><a href="org/apache/velocity/runtime/directive/contrib/For.html" title="class in org.apache.velocity.runtime.directive.contrib"><span class="typeNameLink">For</span></a> - Class in <a href="org/apache/velocity/runtime/directive/contrib/package-summary.html">org.apache.velocity.runtime.directive.contrib</a></dt>
<dd>
<div class="block">The #for directive provides the behavior of the #foreach directive but also
provides an 'index' keyword that allows the user to define an optional index variable
that tracks the loop iterations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/contrib/For.html#For--">For()</a></span> - Constructor for class org.apache.velocity.runtime.directive.contrib.<a href="org/apache/velocity/runtime/directive/contrib/For.html" title="class in org.apache.velocity.runtime.directive.contrib">For</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/runtime/directive/Foreach.html" title="class in org.apache.velocity.runtime.directive"><span class="typeNameLink">Foreach</span></a> - Class in <a href="org/apache/velocity/runtime/directive/package-summary.html">org.apache.velocity.runtime.directive</a></dt>
<dd>
<div class="block">Foreach directive used for moving through arrays,
or objects that provide an Iterator.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/Foreach.html#Foreach--">Foreach()</a></span> - Constructor for class org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/Foreach.html" title="class in org.apache.velocity.runtime.directive">Foreach</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/runtime/directive/ForeachScope.html" title="class in org.apache.velocity.runtime.directive"><span class="typeNameLink">ForeachScope</span></a> - Class in <a href="org/apache/velocity/runtime/directive/package-summary.html">org.apache.velocity.runtime.directive</a></dt>
<dd>
<div class="block">This represents scoping and metadata for #foreach,
adding index, count, hasNext, isFirst and isLast info.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/ForeachScope.html#ForeachScope-java.lang.Object-java.lang.Object-">ForeachScope(Object, Object)</a></span> - Constructor for class org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/ForeachScope.html" title="class in org.apache.velocity.runtime.directive">ForeachScope</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParserConstants.html#FORMAL_COMMENT">FORMAL_COMMENT</a></span> - Static variable in interface org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParserConstants.html" title="interface in org.apache.velocity.runtime.parser">StandardParserConstants</a></dt>
<dd>
<div class="block">RegularExpression Id.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/example/EventExample.html#formatAndLog-int-java.lang.String-java.lang.Object...-">formatAndLog(int, String, Object...)</a></span> - Method in class org.apache.velocity.example.<a href="org/apache/velocity/example/EventExample.html" title="class in org.apache.velocity.example">EventExample</a></dt>
<dd>
<div class="block">This prints the level and formatted message to
System.out.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/StringUtils.html#formatFileString-org.apache.velocity.runtime.directive.Directive-">formatFileString(Directive)</a></span> - Static method in class org.apache.velocity.util.<a href="org/apache/velocity/util/StringUtils.html" title="class in org.apache.velocity.util">StringUtils</a></dt>
<dd>
<div class="block">Creates a string that formats the template filename with line number
and column of the given Directive.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/StringUtils.html#formatFileString-org.apache.velocity.runtime.parser.node.Node-">formatFileString(Node)</a></span> - Static method in class org.apache.velocity.util.<a href="org/apache/velocity/util/StringUtils.html" title="class in org.apache.velocity.util">StringUtils</a></dt>
<dd>
<div class="block">Creates a string that formats the template filename with line number
and column of the given Node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/StringUtils.html#formatFileString-org.apache.velocity.util.introspection.Info-">formatFileString(Info)</a></span> - Static method in class org.apache.velocity.util.<a href="org/apache/velocity/util/StringUtils.html" title="class in org.apache.velocity.util">StringUtils</a></dt>
<dd>
<div class="block">Simply creates a string that formats the template filename with line number
and column.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/StringUtils.html#formatFileString-java.lang.String-int-int-">formatFileString(String, int, int)</a></span> - Static method in class org.apache.velocity.util.<a href="org/apache/velocity/util/StringUtils.html" title="class in org.apache.velocity.util">StringUtils</a></dt>
<dd>
<div class="block">Simply creates a string that formats the template filename with line number
and column.</div>
</dd>
</dl>
<a name="I:G">
<!-- -->
</a>
<h2 class="title">G</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParser.html#generateParseException--">generateParseException()</a></span> - Method in class org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParser.html" title="class in org.apache.velocity.runtime.parser">StandardParser</a></dt>
<dd>
<div class="block">Generate ParseException.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/app/FieldMethodizer.html#get-java.lang.String-">get(String)</a></span> - Method in class org.apache.velocity.app.<a href="org/apache/velocity/app/FieldMethodizer.html" title="class in org.apache.velocity.app">FieldMethodizer</a></dt>
<dd>
<div class="block">Accessor method to get the fields by name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/context/AbstractContext.html#get-java.lang.String-">get(String)</a></span> - Method in class org.apache.velocity.context.<a href="org/apache/velocity/context/AbstractContext.html" title="class in org.apache.velocity.context">AbstractContext</a></dt>
<dd>
<div class="block">Gets the value corresponding to the provided key from the context.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/context/ChainedInternalContextAdapter.html#get-java.lang.String-">get(String)</a></span> - Method in class org.apache.velocity.context.<a href="org/apache/velocity/context/ChainedInternalContextAdapter.html" title="class in org.apache.velocity.context">ChainedInternalContextAdapter</a></dt>
<dd>
<div class="block">Retrieves from parent context.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/context/Context.html#get-java.lang.String-">get(String)</a></span> - Method in interface org.apache.velocity.context.<a href="org/apache/velocity/context/Context.html" title="interface in org.apache.velocity.context">Context</a></dt>
<dd>
<div class="block">Gets the value corresponding to the provided key from the context.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/context/InternalContextAdapterImpl.html#get-java.lang.String-">get(String)</a></span> - Method in class org.apache.velocity.context.<a href="org/apache/velocity/context/InternalContextAdapterImpl.html" title="class in org.apache.velocity.context">InternalContextAdapterImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/context/InternalWrapperContext.html#get-java.lang.String-">get(String)</a></span> - Method in interface org.apache.velocity.context.<a href="org/apache/velocity/context/InternalWrapperContext.html" title="interface in org.apache.velocity.context">InternalWrapperContext</a></dt>
<dd>
<div class="block">Retrieve the specified valuefrom the given key.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/Scope.html#get-java.lang.Object-">get(Object)</a></span> - Method in class org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/Scope.html" title="class in org.apache.velocity.runtime.directive">Scope</a></dt>
<dd>
<div class="block">getter</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTIntegerRange.IntegerRange.html#get-int-">get(int)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTIntegerRange.IntegerRange.html" title="class in org.apache.velocity.runtime.parser.node">ASTIntegerRange.IntegerRange</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/ParserPool.html#get--">get()</a></span> - Method in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/ParserPool.html" title="interface in org.apache.velocity.runtime">ParserPool</a></dt>
<dd>
<div class="block">Retrieve an instance of a parser pool.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/ParserPoolImpl.html#get--">get()</a></span> - Method in class org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/ParserPoolImpl.html" title="class in org.apache.velocity.runtime">ParserPoolImpl</a></dt>
<dd>
<div class="block">Call the wrapped pool.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/ResourceCache.html#get-java.lang.Object-">get(Object)</a></span> - Method in interface org.apache.velocity.runtime.resource.<a href="org/apache/velocity/runtime/resource/ResourceCache.html" title="interface in org.apache.velocity.runtime.resource">ResourceCache</a></dt>
<dd>
<div class="block">retrieves a Resource from the
cache</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/ResourceCacheImpl.html#get-java.lang.Object-">get(Object)</a></span> - Method in class org.apache.velocity.runtime.resource.<a href="org/apache/velocity/runtime/resource/ResourceCacheImpl.html" title="class in org.apache.velocity.runtime.resource">ResourceCacheImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/VelocimacroManager.html#get-java.lang.String-org.apache.velocity.Template-org.apache.velocity.Template-">get(String, Template, Template)</a></span> - Method in class org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/VelocimacroManager.html" title="class in org.apache.velocity.runtime">VelocimacroManager</a></dt>
<dd>
<div class="block">Gets a VelocimacroProxy object by the name / source template duple.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/ArrayListWrapper.html#get-int-">get(int)</a></span> - Method in class org.apache.velocity.util.<a href="org/apache/velocity/util/ArrayListWrapper.html" title="class in org.apache.velocity.util">ArrayListWrapper</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/DeprecationAwareExtProperties.html#get-java.lang.String-">get(String)</a></span> - Method in class org.apache.velocity.util.<a href="org/apache/velocity/util/DeprecationAwareExtProperties.html" title="class in org.apache.velocity.util">DeprecationAwareExtProperties</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Property getter which checks deprecated property keys</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/DuckType.html#get-java.lang.Object-org.apache.velocity.util.DuckType.Types-">get(Object, DuckType.Types)</a></span> - Static method in class org.apache.velocity.util.<a href="org/apache/velocity/util/DuckType.html" title="class in org.apache.velocity.util">DuckType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/introspection/IntrospectorCache.html#get-java.lang.Class-">get(Class&lt;?&gt;)</a></span> - Method in class org.apache.velocity.util.introspection.<a href="org/apache/velocity/util/introspection/IntrospectorCache.html" title="class in org.apache.velocity.util.introspection">IntrospectorCache</a></dt>
<dd>
<div class="block">Lookup a given Class object in the cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/introspection/MethodMap.html#get-java.lang.String-">get(String)</a></span> - Method in class org.apache.velocity.util.introspection.<a href="org/apache/velocity/util/introspection/MethodMap.html" title="class in org.apache.velocity.util.introspection">MethodMap</a></dt>
<dd>
<div class="block">Return a list of methods with the same name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/SimplePool.html#get--">get()</a></span> - Method in class org.apache.velocity.util.<a href="org/apache/velocity/util/SimplePool.html" title="class in org.apache.velocity.util">SimplePool</a></dt>
<dd>
<div class="block">Get an object from the pool, null if the pool is empty.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/app/VelocityEngine.html#getApplicationAttribute-java.lang.Object-">getApplicationAttribute(Object)</a></span> - Method in class org.apache.velocity.app.<a href="org/apache/velocity/app/VelocityEngine.html" title="class in org.apache.velocity.app">VelocityEngine</a></dt>
<dd>
<div class="block">
Return an application attribute (which can be any Object)
that was set by the application in order to be accessible from
any component of the system that gets a RuntimeServices.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeInstance.html#getApplicationAttribute-java.lang.Object-">getApplicationAttribute(Object)</a></span> - Method in class org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeInstance.html" title="class in org.apache.velocity.runtime">RuntimeInstance</a></dt>
<dd>
<div class="block">Gets the application attribute for the given key</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeServices.html#getApplicationAttribute-java.lang.Object-">getApplicationAttribute(Object)</a></span> - Method in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeServices.html" title="interface in org.apache.velocity.runtime">RuntimeServices</a></dt>
<dd>
<div class="block">Return the specified application attribute.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeSingleton.html#getApplicationAttribute-java.lang.Object-">getApplicationAttribute(Object)</a></span> - Static method in class org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeSingleton.html" title="class in org.apache.velocity.runtime">RuntimeSingleton</a></dt>
<dd>
<div class="block">Gets the application attribute for the given key</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeInstance.html#getApplicationEventCartridge--">getApplicationEventCartridge()</a></span> - Method in class org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeInstance.html" title="class in org.apache.velocity.runtime">RuntimeInstance</a></dt>
<dd>
<div class="block">Returns the event handlers for the application.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeServices.html#getApplicationEventCartridge--">getApplicationEventCartridge()</a></span> - Method in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeServices.html" title="interface in org.apache.velocity.runtime">RuntimeServices</a></dt>
<dd>
<div class="block">Returns the event handlers for the application.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/Block.Reference.html#getAsBoolean--">getAsBoolean()</a></span> - Method in class org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/Block.Reference.html" title="class in org.apache.velocity.runtime.directive">Block.Reference</a></dt>
<dd>
<div class="block">Makes #if( $blockRef ) true without rendering, so long as we aren't beyond max depth.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/TemplateBoolean.html#getAsBoolean--">getAsBoolean()</a></span> - Method in interface org.apache.velocity.util.<a href="org/apache/velocity/util/TemplateBoolean.html" title="interface in org.apache.velocity.util">TemplateBoolean</a></dt>
<dd>
<div class="block">Returns a boolean that can be used in a template.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/TemplateNumber.html#getAsNumber--">getAsNumber()</a></span> - Method in interface org.apache.velocity.util.<a href="org/apache/velocity/util/TemplateNumber.html" title="interface in org.apache.velocity.util">TemplateNumber</a></dt>
<dd>
<div class="block">Returns a Number that can be used in a template.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/TemplateString.html#getAsString--">getAsString()</a></span> - Method in interface org.apache.velocity.util.<a href="org/apache/velocity/util/TemplateString.html" title="interface in org.apache.velocity.util">TemplateString</a></dt>
<dd>
<div class="block">Returns a String that can be used in a template.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/ParserConfiguration.html#getAsteriskChar--">getAsteriskChar()</a></span> - Method in class org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/ParserConfiguration.html" title="class in org.apache.velocity.runtime">ParserConfiguration</a></dt>
<dd>
<div class="block">Getter for '*' configured replacement character</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/ParserConfiguration.html#getAtChar--">getAtChar()</a></span> - Method in class org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/ParserConfiguration.html" title="class in org.apache.velocity.runtime">ParserConfiguration</a></dt>
<dd>
<div class="block">Getter for '@' configured replacement character</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/context/ChainedInternalContextAdapter.html#getBaseContext--">getBaseContext()</a></span> - Method in class org.apache.velocity.context.<a href="org/apache/velocity/context/ChainedInternalContextAdapter.html" title="class in org.apache.velocity.context">ChainedInternalContextAdapter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/context/InternalContextAdapterImpl.html#getBaseContext--">getBaseContext()</a></span> - Method in class org.apache.velocity.context.<a href="org/apache/velocity/context/InternalContextAdapterImpl.html" title="class in org.apache.velocity.context">InternalContextAdapterImpl</a></dt>
<dd>
<div class="block">Returns the base context that we are
wrapping.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/context/InternalWrapperContext.html#getBaseContext--">getBaseContext()</a></span> - Method in interface org.apache.velocity.context.<a href="org/apache/velocity/context/InternalWrapperContext.html" title="interface in org.apache.velocity.context">InternalWrapperContext</a></dt>
<dd>
<div class="block">Returns the base full context impl.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/CharStream.html#getBeginColumn--">getBeginColumn()</a></span> - Method in interface org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/CharStream.html" title="interface in org.apache.velocity.runtime.parser">CharStream</a></dt>
<dd>
<div class="block">Returns the column number of the first character for current token (being
matched after the last call to BeginTOken).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/VelocityCharStream.html#getBeginColumn--">getBeginColumn()</a></span> - Method in class org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/VelocityCharStream.html" title="class in org.apache.velocity.runtime.parser">VelocityCharStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/CharStream.html#getBeginLine--">getBeginLine()</a></span> - Method in interface org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/CharStream.html" title="interface in org.apache.velocity.runtime.parser">CharStream</a></dt>
<dd>
<div class="block">Returns the line number of the first character for current token (being
matched after the last call to BeginTOken).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/VelocityCharStream.html#getBeginLine--">getBeginLine()</a></span> - Method in class org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/VelocityCharStream.html" title="class in org.apache.velocity.runtime.parser">VelocityCharStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/util/StringResource.html#getBody--">getBody()</a></span> - Method in class org.apache.velocity.runtime.resource.util.<a href="org/apache/velocity/runtime/resource/util/StringResource.html" title="class in org.apache.velocity.runtime.resource.util">StringResource</a></dt>
<dd>
<div class="block">Sets the template body.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeInstance.html#getBoolean-java.lang.String-boolean-">getBoolean(String, boolean)</a></span> - Method in class org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeInstance.html" title="class in org.apache.velocity.runtime">RuntimeInstance</a></dt>
<dd>
<div class="block">Boolean property accessor method to hide the configuration implementation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeServices.html#getBoolean-java.lang.String-boolean-">getBoolean(String, boolean)</a></span> - Method in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeServices.html" title="interface in org.apache.velocity.runtime">RuntimeServices</a></dt>
<dd>
<div class="block">Boolean property accessor method to hide the configuration implementation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeSingleton.html#getBoolean-java.lang.String-boolean-">getBoolean(String, boolean)</a></span> - Static method in class org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeSingleton.html" title="class in org.apache.velocity.runtime">RuntimeSingleton</a></dt>
<dd>
<div class="block">Boolean property accessor method to hide the configuration implementation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/ExtProperties.html#getBoolean-java.lang.String-">getBoolean(String)</a></span> - Method in class org.apache.velocity.util.<a href="org/apache/velocity/util/ExtProperties.html" title="class in org.apache.velocity.util">ExtProperties</a></dt>
<dd>
<div class="block">Get a boolean associated with the given configuration key.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/ExtProperties.html#getBoolean-java.lang.String-boolean-">getBoolean(String, boolean)</a></span> - Method in class org.apache.velocity.util.<a href="org/apache/velocity/util/ExtProperties.html" title="class in org.apache.velocity.util">ExtProperties</a></dt>
<dd>
<div class="block">Get a boolean associated with the given configuration key.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/ExtProperties.html#getBoolean-java.lang.String-java.lang.Boolean-">getBoolean(String, Boolean)</a></span> - Method in class org.apache.velocity.util.<a href="org/apache/velocity/util/ExtProperties.html" title="class in org.apache.velocity.util">ExtProperties</a></dt>
<dd>
<div class="block">Get a boolean associated with the given configuration key.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/introspection/IntrospectionUtils.html#getBoxedClass-java.lang.Class-">getBoxedClass(Class)</a></span> - Static method in class org.apache.velocity.util.introspection.<a href="org/apache/velocity/util/introspection/IntrospectionUtils.html" title="class in org.apache.velocity.util.introspection">IntrospectionUtils</a></dt>
<dd>
<div class="block">returns boxed type (or input type if not a primitive type)</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/io/VelocityWriter.html#getBufferSize--">getBufferSize()</a></span> - Method in class org.apache.velocity.io.<a href="org/apache/velocity/io/VelocityWriter.html" title="class in org.apache.velocity.io">VelocityWriter</a></dt>
<dd>
<div class="block">This method returns the size of the buffer used by the JspWriter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/StringBuilderWriter.html#getBuilder--">getBuilder()</a></span> - Method in class org.apache.velocity.util.<a href="org/apache/velocity/util/StringBuilderWriter.html" title="class in org.apache.velocity.util">StringBuilderWriter</a></dt>
<dd>
<div class="block">Returns the underlying builder.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/ExtProperties.html#getByte-java.lang.String-">getByte(String)</a></span> - Method in class org.apache.velocity.util.<a href="org/apache/velocity/util/ExtProperties.html" title="class in org.apache.velocity.util">ExtProperties</a></dt>
<dd>
<div class="block">Get a byte associated with the given configuration key.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/ExtProperties.html#getByte-java.lang.String-byte-">getByte(String, byte)</a></span> - Method in class org.apache.velocity.util.<a href="org/apache/velocity/util/ExtProperties.html" title="class in org.apache.velocity.util">ExtProperties</a></dt>
<dd>
<div class="block">Get a byte associated with the given configuration key.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/ExtProperties.html#getByte-java.lang.String-java.lang.Byte-">getByte(String, Byte)</a></span> - Method in class org.apache.velocity.util.<a href="org/apache/velocity/util/ExtProperties.html" title="class in org.apache.velocity.util">ExtProperties</a></dt>
<dd>
<div class="block">Get a byte associated with the given configuration key.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/introspection/ClassFieldMap.html#getCachedClass--">getCachedClass()</a></span> - Method in class org.apache.velocity.util.introspection.<a href="org/apache/velocity/util/introspection/ClassFieldMap.html" title="class in org.apache.velocity.util.introspection">ClassFieldMap</a></dt>
<dd>
<div class="block">Returns the class object whose fields are cached by this map.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/introspection/ClassMap.html#getCachedClass--">getCachedClass()</a></span> - Method in class org.apache.velocity.util.introspection.<a href="org/apache/velocity/util/introspection/ClassMap.html" title="class in org.apache.velocity.util.introspection">ClassMap</a></dt>
<dd>
<div class="block">Returns the class object whose methods are cached by this map.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/context/AbstractContext.html#getChainedContext--">getChainedContext()</a></span> - Method in class org.apache.velocity.context.<a href="org/apache/velocity/context/AbstractContext.html" title="class in org.apache.velocity.context">AbstractContext</a></dt>
<dd>
<div class="block">returns innerContext if one is chained</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/ClassUtils.html#getClass-java.lang.String-">getClass(String)</a></span> - Static method in class org.apache.velocity.util.<a href="org/apache/velocity/util/ClassUtils.html" title="class in org.apache.velocity.util">ClassUtils</a></dt>
<dd>
<div class="block">Return the specified class.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/loader/ResourceLoader.html#getClassName--">getClassName()</a></span> - Method in class org.apache.velocity.runtime.resource.loader.<a href="org/apache/velocity/runtime/resource/loader/ResourceLoader.html" title="class in org.apache.velocity.runtime.resource.loader">ResourceLoader</a></dt>
<dd>
<div class="block">Return the class name of this resource Loader</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/Directive.html#getColumn--">getColumn()</a></span> - Method in class org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/Directive.html" title="class in org.apache.velocity.runtime.directive">Directive</a></dt>
<dd>
<div class="block">for log msg purposes</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/Scope.Info.html#getColumn--">getColumn()</a></span> - Method in class org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/Scope.Info.html" title="class in org.apache.velocity.runtime.directive">Scope.Info</a></dt>
<dd>
<div class="block">column getter</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/Node.html#getColumn--">getColumn()</a></span> - Method in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/Node.html" title="interface in org.apache.velocity.runtime.parser.node">Node</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/SimpleNode.html#getColumn--">getColumn()</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/SimpleNode.html" title="class in org.apache.velocity.runtime.parser.node">SimpleNode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/introspection/Info.html#getColumn--">getColumn()</a></span> - Method in class org.apache.velocity.util.introspection.<a href="org/apache/velocity/util/introspection/Info.html" title="class in org.apache.velocity.util.introspection">Info</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/exception/ExtendedParseException.html#getColumnNumber--">getColumnNumber()</a></span> - Method in interface org.apache.velocity.exception.<a href="org/apache/velocity/exception/ExtendedParseException.html" title="interface in org.apache.velocity.exception">ExtendedParseException</a></dt>
<dd>
<div class="block">returns the column number where this exception occurred.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/exception/MethodInvocationException.html#getColumnNumber--">getColumnNumber()</a></span> - Method in exception org.apache.velocity.exception.<a href="org/apache/velocity/exception/MethodInvocationException.html" title="class in org.apache.velocity.exception">MethodInvocationException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/exception/ParseErrorException.html#getColumnNumber--">getColumnNumber()</a></span> - Method in exception org.apache.velocity.exception.<a href="org/apache/velocity/exception/ParseErrorException.html" title="class in org.apache.velocity.exception">ParseErrorException</a></dt>
<dd>
<div class="block">Return the column number of the parsing error, or -1 if not defined.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/exception/TemplateInitException.html#getColumnNumber--">getColumnNumber()</a></span> - Method in exception org.apache.velocity.exception.<a href="org/apache/velocity/exception/TemplateInitException.html" title="class in org.apache.velocity.exception">TemplateInitException</a></dt>
<dd>
<div class="block">Returns the column number where this exception occurred.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/MacroParseException.html#getColumnNumber--">getColumnNumber()</a></span> - Method in exception org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/MacroParseException.html" title="class in org.apache.velocity.runtime.directive">MacroParseException</a></dt>
<dd>
<div class="block">returns the column number where this exception occured.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/TemplateParseException.html#getColumnNumber--">getColumnNumber()</a></span> - Method in exception org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/TemplateParseException.html" title="class in org.apache.velocity.runtime.parser">TemplateParseException</a></dt>
<dd>
<div class="block">returns the column number where this exception occurred.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeInstance.html#getConfiguration--">getConfiguration()</a></span> - Method in class org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeInstance.html" title="class in org.apache.velocity.runtime">RuntimeInstance</a></dt>
<dd>
<div class="block">Return the velocity runtime configuration object.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeServices.html#getConfiguration--">getConfiguration()</a></span> - Method in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeServices.html" title="interface in org.apache.velocity.runtime">RuntimeServices</a></dt>
<dd>
<div class="block">Return the velocity runtime configuration object.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeSingleton.html#getConfiguration--">getConfiguration()</a></span> - Static method in class org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeSingleton.html" title="class in org.apache.velocity.runtime">RuntimeSingleton</a></dt>
<dd>
<div class="block">Return the velocity runtime configuration object.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeInstance.html#getContent-java.lang.String-">getContent(String)</a></span> - Method in class org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeInstance.html" title="class in org.apache.velocity.runtime">RuntimeInstance</a></dt>
<dd>
<div class="block">Returns a static content resource from the
resource manager.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeInstance.html#getContent-java.lang.String-java.lang.String-">getContent(String, String)</a></span> - Method in class org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeInstance.html" title="class in org.apache.velocity.runtime">RuntimeInstance</a></dt>
<dd>
<div class="block">Returns a static content resource from the
resource manager.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeServices.html#getContent-java.lang.String-">getContent(String)</a></span> - Method in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeServices.html" title="interface in org.apache.velocity.runtime">RuntimeServices</a></dt>
<dd>
<div class="block">Returns a static content resource from the
resource manager.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeServices.html#getContent-java.lang.String-java.lang.String-">getContent(String, String)</a></span> - Method in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeServices.html" title="interface in org.apache.velocity.runtime">RuntimeServices</a></dt>
<dd>
<div class="block">Returns a static content resource from the
resource manager.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeSingleton.html#getContent-java.lang.String-">getContent(String)</a></span> - Static method in class org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeSingleton.html" title="class in org.apache.velocity.runtime">RuntimeSingleton</a></dt>
<dd>
<div class="block">Returns a static content resource from the
resource manager.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeSingleton.html#getContent-java.lang.String-java.lang.String-">getContent(String, String)</a></span> - Static method in class org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeSingleton.html" title="class in org.apache.velocity.runtime">RuntimeSingleton</a></dt>
<dd>
<div class="block">Returns a static content resource from the
resource manager.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/introspection/UberspectImpl.html#getConversionHandler--">getConversionHandler()</a></span> - Method in class org.apache.velocity.util.introspection.<a href="org/apache/velocity/util/introspection/UberspectImpl.html" title="class in org.apache.velocity.util.introspection">UberspectImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/ForeachScope.html#getCount--">getCount()</a></span> - Method in class org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/ForeachScope.html" title="class in org.apache.velocity.runtime.directive">ForeachScope</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTText.html#getCtext--">getCtext()</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTText.html" title="class in org.apache.velocity.runtime.parser.node">ASTText</a></dt>
<dd>
<div class="block">text getter</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParserTokenManager.html#getCurrentLexicalState--">getCurrentLexicalState()</a></span> - Method in class org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParserTokenManager.html" title="class in org.apache.velocity.runtime.parser">StandardParserTokenManager</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/context/ChainedInternalContextAdapter.html#getCurrentMacroCallDepth--">getCurrentMacroCallDepth()</a></span> - Method in class org.apache.velocity.context.<a href="org/apache/velocity/context/ChainedInternalContextAdapter.html" title="class in org.apache.velocity.context">ChainedInternalContextAdapter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/context/InternalContextAdapterImpl.html#getCurrentMacroCallDepth--">getCurrentMacroCallDepth()</a></span> - Method in class org.apache.velocity.context.<a href="org/apache/velocity/context/InternalContextAdapterImpl.html" title="class in org.apache.velocity.context">InternalContextAdapterImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/context/ChainedInternalContextAdapter.html#getCurrentMacroName--">getCurrentMacroName()</a></span> - Method in class org.apache.velocity.context.<a href="org/apache/velocity/context/ChainedInternalContextAdapter.html" title="class in org.apache.velocity.context">ChainedInternalContextAdapter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/context/InternalContextAdapterImpl.html#getCurrentMacroName--">getCurrentMacroName()</a></span> - Method in class org.apache.velocity.context.<a href="org/apache/velocity/context/InternalContextAdapterImpl.html" title="class in org.apache.velocity.context">InternalContextAdapterImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/context/ChainedInternalContextAdapter.html#getCurrentResource--">getCurrentResource()</a></span> - Method in class org.apache.velocity.context.<a href="org/apache/velocity/context/ChainedInternalContextAdapter.html" title="class in org.apache.velocity.context">ChainedInternalContextAdapter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/context/InternalContextAdapterImpl.html#getCurrentResource--">getCurrentResource()</a></span> - Method in class org.apache.velocity.context.<a href="org/apache/velocity/context/InternalContextAdapterImpl.html" title="class in org.apache.velocity.context">InternalContextAdapterImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/Parser.html#getCurrentTemplate--">getCurrentTemplate()</a></span> - Method in interface org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/Parser.html" title="interface in org.apache.velocity.runtime.parser">Parser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParser.html#getCurrentTemplate--">getCurrentTemplate()</a></span> - Method in class org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParser.html" title="class in org.apache.velocity.runtime.parser">StandardParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/context/ChainedInternalContextAdapter.html#getCurrentTemplateName--">getCurrentTemplateName()</a></span> - Method in class org.apache.velocity.context.<a href="org/apache/velocity/context/ChainedInternalContextAdapter.html" title="class in org.apache.velocity.context">ChainedInternalContextAdapter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/context/InternalContextAdapterImpl.html#getCurrentTemplateName--">getCurrentTemplateName()</a></span> - Method in class org.apache.velocity.context.<a href="org/apache/velocity/context/InternalContextAdapterImpl.html" title="class in org.apache.velocity.context">InternalContextAdapterImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/Resource.html#getData--">getData()</a></span> - Method in class org.apache.velocity.runtime.resource.<a href="org/apache/velocity/runtime/resource/Resource.html" title="class in org.apache.velocity.runtime.resource">Resource</a></dt>
<dd>
<div class="block">Get arbitrary data object that might be used
by the resource.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/Scope.html#getDepth--">getDepth()</a></span> - Method in class org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/Scope.html" title="class in org.apache.velocity.runtime.directive">Scope</a></dt>
<dd>
<div class="block">Returns the number of control arguments of this type
that are stacked up.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/Scope.Info.html#getDepth--">getDepth()</a></span> - Method in class org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/Scope.Info.html" title="class in org.apache.velocity.runtime.directive">Scope.Info</a></dt>
<dd>
<div class="block">current depth</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/Parser.html#getDirective-java.lang.String-">getDirective(String)</a></span> - Method in interface org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/Parser.html" title="interface in org.apache.velocity.runtime.parser">Parser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParser.html#getDirective-java.lang.String-">getDirective(String)</a></span> - Method in class org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParser.html" title="class in org.apache.velocity.runtime.parser">StandardParser</a></dt>
<dd>
<div class="block">This method gets a Directive from the directives Hashtable</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeInstance.html#getDirective-java.lang.String-">getDirective(String)</a></span> - Method in class org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeInstance.html" title="class in org.apache.velocity.runtime">RuntimeInstance</a></dt>
<dd>
<div class="block">Retrieve a previously instantiated directive.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeServices.html#getDirective-java.lang.String-">getDirective(String)</a></span> - Method in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeServices.html" title="interface in org.apache.velocity.runtime">RuntimeServices</a></dt>
<dd>
<div class="block">Retrieve a previously instantiated directive.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTDirective.html#getDirectiveName--">getDirectiveName()</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTDirective.html" title="class in org.apache.velocity.runtime.parser.node">ASTDirective</a></dt>
<dd>
<div class="block">Gets the name of this directive.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTDirective.html#getDirectiveType--">getDirectiveType()</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTDirective.html" title="class in org.apache.velocity.runtime.parser.node">ASTDirective</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/ParserConfiguration.html#getDollarChar--">getDollarChar()</a></span> - Method in class org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/ParserConfiguration.html" title="class in org.apache.velocity.runtime">ParserConfiguration</a></dt>
<dd>
<div class="block">Getter for '$' configured replacement character</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/ExtProperties.html#getDouble-java.lang.String-">getDouble(String)</a></span> - Method in class org.apache.velocity.util.<a href="org/apache/velocity/util/ExtProperties.html" title="class in org.apache.velocity.util">ExtProperties</a></dt>
<dd>
<div class="block">Get a double associated with the given configuration key.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/ExtProperties.html#getDouble-java.lang.String-double-">getDouble(String, double)</a></span> - Method in class org.apache.velocity.util.<a href="org/apache/velocity/util/ExtProperties.html" title="class in org.apache.velocity.util">ExtProperties</a></dt>
<dd>
<div class="block">Get a double associated with the given configuration key.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/ExtProperties.html#getDouble-java.lang.String-java.lang.Double-">getDouble(String, Double)</a></span> - Method in class org.apache.velocity.util.<a href="org/apache/velocity/util/ExtProperties.html" title="class in org.apache.velocity.util">ExtProperties</a></dt>
<dd>
<div class="block">Get a double associated with the given configuration key.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/Resource.html#getEncoding--">getEncoding()</a></span> - Method in class org.apache.velocity.runtime.resource.<a href="org/apache/velocity/runtime/resource/Resource.html" title="class in org.apache.velocity.runtime.resource">Resource</a></dt>
<dd>
<div class="block">get the encoding of this resource
for example, "ISO-8859-1"</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/util/StringResource.html#getEncoding--">getEncoding()</a></span> - Method in class org.apache.velocity.runtime.resource.util.<a href="org/apache/velocity/runtime/resource/util/StringResource.html" title="class in org.apache.velocity.runtime.resource.util">StringResource</a></dt>
<dd>
<div class="block">Returns the encoding of this String resource.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/util/StringResourceRepository.html#getEncoding--">getEncoding()</a></span> - Method in interface org.apache.velocity.runtime.resource.util.<a href="org/apache/velocity/runtime/resource/util/StringResourceRepository.html" title="interface in org.apache.velocity.runtime.resource.util">StringResourceRepository</a></dt>
<dd>
<div class="block">Returns the current encoding of this repository.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/util/StringResourceRepositoryImpl.html#getEncoding--">getEncoding()</a></span> - Method in class org.apache.velocity.runtime.resource.util.<a href="org/apache/velocity/runtime/resource/util/StringResourceRepositoryImpl.html" title="class in org.apache.velocity.runtime.resource.util">StringResourceRepositoryImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/io/UnicodeInputStream.html#getEncodingFromStream--">getEncodingFromStream()</a></span> - Method in class org.apache.velocity.io.<a href="org/apache/velocity/io/UnicodeInputStream.html" title="class in org.apache.velocity.io">UnicodeInputStream</a></dt>
<dd>
<div class="block">Read encoding based on BOM.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/CharStream.html#getEndColumn--">getEndColumn()</a></span> - Method in interface org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/CharStream.html" title="interface in org.apache.velocity.runtime.parser">CharStream</a></dt>
<dd>
<div class="block">Returns the column number of the last character for current token (being
matched after the last call to BeginTOken).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/VelocityCharStream.html#getEndColumn--">getEndColumn()</a></span> - Method in class org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/VelocityCharStream.html" title="class in org.apache.velocity.runtime.parser">VelocityCharStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/CharStream.html#getEndLine--">getEndLine()</a></span> - Method in interface org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/CharStream.html" title="interface in org.apache.velocity.runtime.parser">CharStream</a></dt>
<dd>
<div class="block">Returns the line number of the last character for current token (being
matched after the last call to BeginTOken).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/VelocityCharStream.html#getEndLine--">getEndLine()</a></span> - Method in class org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/VelocityCharStream.html" title="class in org.apache.velocity.runtime.parser">VelocityCharStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/script/VelocityCompiledScript.html#getEngine--">getEngine()</a></span> - Method in class org.apache.velocity.script.<a href="org/apache/velocity/script/VelocityCompiledScript.html" title="class in org.apache.velocity.script">VelocityCompiledScript</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/script/VelocityScriptEngineFactory.html#getEngineName--">getEngineName()</a></span> - Method in class org.apache.velocity.script.<a href="org/apache/velocity/script/VelocityScriptEngineFactory.html" title="class in org.apache.velocity.script">VelocityScriptEngineFactory</a></dt>
<dd>
<div class="block">get engine name</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/script/VelocityScriptEngineFactory.html#getEngineVersion--">getEngineVersion()</a></span> - Method in class org.apache.velocity.script.<a href="org/apache/velocity/script/VelocityScriptEngineFactory.html" title="class in org.apache.velocity.script">VelocityScriptEngineFactory</a></dt>
<dd>
<div class="block">get engine version</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/loader/JarHolder.html#getEntries--">getEntries()</a></span> - Method in class org.apache.velocity.runtime.resource.loader.<a href="org/apache/velocity/runtime/resource/loader/JarHolder.html" title="class in org.apache.velocity.runtime.resource.loader">JarHolder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/context/ChainedInternalContextAdapter.html#getEventCartridge--">getEventCartridge()</a></span> - Method in class org.apache.velocity.context.<a href="org/apache/velocity/context/ChainedInternalContextAdapter.html" title="class in org.apache.velocity.context">ChainedInternalContextAdapter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/context/InternalContextAdapterImpl.html#getEventCartridge--">getEventCartridge()</a></span> - Method in class org.apache.velocity.context.<a href="org/apache/velocity/context/InternalContextAdapterImpl.html" title="class in org.apache.velocity.context">InternalContextAdapterImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/context/InternalEventContext.html#getEventCartridge--">getEventCartridge()</a></span> - Method in interface org.apache.velocity.context.<a href="org/apache/velocity/context/InternalEventContext.html" title="interface in org.apache.velocity.context">InternalEventContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeSingleton.html#getEventCartridge--">getEventCartridge()</a></span> - Method in class org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeSingleton.html" title="class in org.apache.velocity.runtime">RuntimeSingleton</a></dt>
<dd>
<div class="block">Returns the event handlers for the application.</div>
</dd>
<dt><a href="org/apache/velocity/runtime/parser/node/GetExecutor.html" title="class in org.apache.velocity.runtime.parser.node"><span class="typeNameLink">GetExecutor</span></a> - Class in <a href="org/apache/velocity/runtime/parser/node/package-summary.html">org.apache.velocity.runtime.parser.node</a></dt>
<dd>
<div class="block">Executor that simply tries to execute a get(key)
operation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/GetExecutor.html#GetExecutor-org.slf4j.Logger-org.apache.velocity.util.introspection.Introspector-java.lang.Class-java.lang.String-">GetExecutor(Logger, Introspector, Class&lt;?&gt;, String)</a></span> - Constructor for class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/GetExecutor.html" title="class in org.apache.velocity.runtime.parser.node">GetExecutor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/script/VelocityScriptEngineFactory.html#getExtensions--">getExtensions()</a></span> - Method in class org.apache.velocity.script.<a href="org/apache/velocity/script/VelocityScriptEngineFactory.html" title="class in org.apache.velocity.script">VelocityScriptEngineFactory</a></dt>
<dd>
<div class="block">get the list of file extensions handled by Velocity: vm, vtl, vhtml</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/script/VelocityScriptEngine.html#getFactory--">getFactory()</a></span> - Method in class org.apache.velocity.script.<a href="org/apache/velocity/script/VelocityScriptEngine.html" title="class in org.apache.velocity.script">VelocityScriptEngine</a></dt>
<dd>
<div class="block">get the factory used to create this script engine</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/PublicFieldExecutor.html#getField--">getField()</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/PublicFieldExecutor.html" title="class in org.apache.velocity.runtime.parser.node">PublicFieldExecutor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/SetPublicFieldExecutor.html#getField--">getField()</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/SetPublicFieldExecutor.html" title="class in org.apache.velocity.runtime.parser.node">SetPublicFieldExecutor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/introspection/IntrospectorBase.html#getField-java.lang.Class-java.lang.String-">getField(Class&lt;?&gt;, String)</a></span> - Method in class org.apache.velocity.util.introspection.<a href="org/apache/velocity/util/introspection/IntrospectorBase.html" title="class in org.apache.velocity.util.introspection">IntrospectorBase</a></dt>
<dd>
<div class="block">Gets the field defined by <code>name</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/introspection/IntrospectorCache.html#getFieldMap-java.lang.Class-">getFieldMap(Class&lt;?&gt;)</a></span> - Method in class org.apache.velocity.util.introspection.<a href="org/apache/velocity/util/introspection/IntrospectorCache.html" title="class in org.apache.velocity.util.introspection">IntrospectorCache</a></dt>
<dd>
<div class="block">Lookup a given Class object in the cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/script/VelocityScriptEngine.html#getFilename-javax.script.ScriptContext-">getFilename(ScriptContext)</a></span> - Static method in class org.apache.velocity.script.<a href="org/apache/velocity/script/VelocityScriptEngine.html" title="class in org.apache.velocity.script">VelocityScriptEngine</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/ForeachScope.html#getFirst--">getFirst()</a></span> - Method in class org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/ForeachScope.html" title="class in org.apache.velocity.runtime.directive">ForeachScope</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/Node.html#getFirstToken--">getFirstToken()</a></span> - Method in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/Node.html" title="interface in org.apache.velocity.runtime.parser.node">Node</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/SimpleNode.html#getFirstToken--">getFirstToken()</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/SimpleNode.html" title="class in org.apache.velocity.runtime.parser.node">SimpleNode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/Node.html#getFirstTokenImage--">getFirstTokenImage()</a></span> - Method in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/Node.html" title="interface in org.apache.velocity.runtime.parser.node">Node</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/SimpleNode.html#getFirstTokenImage--">getFirstTokenImage()</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/SimpleNode.html" title="class in org.apache.velocity.runtime.parser.node">SimpleNode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/ExtProperties.html#getFloat-java.lang.String-">getFloat(String)</a></span> - Method in class org.apache.velocity.util.<a href="org/apache/velocity/util/ExtProperties.html" title="class in org.apache.velocity.util">ExtProperties</a></dt>
<dd>
<div class="block">Get a float associated with the given configuration key.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/ExtProperties.html#getFloat-java.lang.String-float-">getFloat(String, float)</a></span> - Method in class org.apache.velocity.util.<a href="org/apache/velocity/util/ExtProperties.html" title="class in org.apache.velocity.util">ExtProperties</a></dt>
<dd>
<div class="block">Get a float associated with the given configuration key.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/ExtProperties.html#getFloat-java.lang.String-java.lang.Float-">getFloat(String, Float)</a></span> - Method in class org.apache.velocity.util.<a href="org/apache/velocity/util/ExtProperties.html" title="class in org.apache.velocity.util">ExtProperties</a></dt>
<dd>
<div class="block">Get a float associated with the given configuration key.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/ParserConfiguration.html#getHashChar--">getHashChar()</a></span> - Method in class org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/ParserConfiguration.html" title="class in org.apache.velocity.runtime">ParserConfiguration</a></dt>
<dd>
<div class="block">Getter for '#' configured replacement character</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/ForeachScope.html#getHasNext--">getHasNext()</a></span> - Method in class org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/ForeachScope.html" title="class in org.apache.velocity.runtime.directive">ForeachScope</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTIdentifier.html#getIdentifier--">getIdentifier()</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTIdentifier.html" title="class in org.apache.velocity.runtime.parser.node">ASTIdentifier</a></dt>
<dd>
<div class="block">Identifier getter</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/CharStream.html#GetImage--">GetImage()</a></span> - Method in interface org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/CharStream.html" title="interface in org.apache.velocity.runtime.parser">CharStream</a></dt>
<dd>
<div class="block">Returns a string made up of characters from the marked token beginning
to the current buffer position.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/VelocityCharStream.html#GetImage--">GetImage()</a></span> - Method in class org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/VelocityCharStream.html" title="class in org.apache.velocity.runtime.parser">VelocityCharStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/ExtProperties.html#getInclude--">getInclude()</a></span> - Method in class org.apache.velocity.util.<a href="org/apache/velocity/util/ExtProperties.html" title="class in org.apache.velocity.util">ExtProperties</a></dt>
<dd>
<div class="block">Gets the property value for including other properties files.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/ForeachScope.html#getIndex--">getIndex()</a></span> - Method in class org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/ForeachScope.html" title="class in org.apache.velocity.runtime.directive">ForeachScope</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/Scope.html#getInfo--">getInfo()</a></span> - Method in class org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/Scope.html" title="class in org.apache.velocity.runtime.directive">Scope</a></dt>
<dd>
<div class="block">Returns info about the current scope for debugging purposes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/Node.html#getInfo--">getInfo()</a></span> - Method in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/Node.html" title="interface in org.apache.velocity.runtime.parser.node">Node</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/SimpleNode.html#getInfo--">getInfo()</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/SimpleNode.html" title="class in org.apache.velocity.runtime.parser.node">SimpleNode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/InputBase.html#getInputEncoding-org.apache.velocity.context.InternalContextAdapter-">getInputEncoding(InternalContextAdapter)</a></span> - Method in class org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/InputBase.html" title="class in org.apache.velocity.runtime.directive">InputBase</a></dt>
<dd>
<div class="block">Decides the encoding used during input processing of this
directive.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeInstance.html#getInt-java.lang.String-">getInt(String)</a></span> - Method in class org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeInstance.html" title="class in org.apache.velocity.runtime">RuntimeInstance</a></dt>
<dd>
<div class="block">Int property accessor method to hide the configuration implementation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeInstance.html#getInt-java.lang.String-int-">getInt(String, int)</a></span> - Method in class org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeInstance.html" title="class in org.apache.velocity.runtime">RuntimeInstance</a></dt>
<dd>
<div class="block">Int property accessor method to hide the configuration implementation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeServices.html#getInt-java.lang.String-">getInt(String)</a></span> - Method in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeServices.html" title="interface in org.apache.velocity.runtime">RuntimeServices</a></dt>
<dd>
<div class="block">Int property accessor method to hide the configuration implementation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeServices.html#getInt-java.lang.String-int-">getInt(String, int)</a></span> - Method in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeServices.html" title="interface in org.apache.velocity.runtime">RuntimeServices</a></dt>
<dd>
<div class="block">Int property accessor method to hide the configuration implementation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeSingleton.html#getInt-java.lang.String-">getInt(String)</a></span> - Static method in class org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeSingleton.html" title="class in org.apache.velocity.runtime">RuntimeSingleton</a></dt>
<dd>
<div class="block">Int property accessor method to hide the configuration implementation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeSingleton.html#getInt-java.lang.String-int-">getInt(String, int)</a></span> - Static method in class org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeSingleton.html" title="class in org.apache.velocity.runtime">RuntimeSingleton</a></dt>
<dd>
<div class="block">Int property accessor method to hide the configuration implementation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/ExtProperties.html#getInt-java.lang.String-">getInt(String)</a></span> - Method in class org.apache.velocity.util.<a href="org/apache/velocity/util/ExtProperties.html" title="class in org.apache.velocity.util">ExtProperties</a></dt>
<dd>
<div class="block">The purpose of this method is to get the configuration resource
with the given name as an integer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/ExtProperties.html#getInt-java.lang.String-int-">getInt(String, int)</a></span> - Method in class org.apache.velocity.util.<a href="org/apache/velocity/util/ExtProperties.html" title="class in org.apache.velocity.util">ExtProperties</a></dt>
<dd>
<div class="block">The purpose of this method is to get the configuration resource
with the given name as an integer, or a default value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/ExtProperties.html#getInteger-java.lang.String-">getInteger(String)</a></span> - Method in class org.apache.velocity.util.<a href="org/apache/velocity/util/ExtProperties.html" title="class in org.apache.velocity.util">ExtProperties</a></dt>
<dd>
<div class="block">Get a int associated with the given configuration key.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/ExtProperties.html#getInteger-java.lang.String-int-">getInteger(String, int)</a></span> - Method in class org.apache.velocity.util.<a href="org/apache/velocity/util/ExtProperties.html" title="class in org.apache.velocity.util">ExtProperties</a></dt>
<dd>
<div class="block">Get a int associated with the given configuration key.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/ExtProperties.html#getInteger-java.lang.String-java.lang.Integer-">getInteger(String, Integer)</a></span> - Method in class org.apache.velocity.util.<a href="org/apache/velocity/util/ExtProperties.html" title="class in org.apache.velocity.util">ExtProperties</a></dt>
<dd>
<div class="block">Get a int associated with the given configuration key.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/context/ChainedInternalContextAdapter.html#getInternalUserContext--">getInternalUserContext()</a></span> - Method in class org.apache.velocity.context.<a href="org/apache/velocity/context/ChainedInternalContextAdapter.html" title="class in org.apache.velocity.context">ChainedInternalContextAdapter</a></dt>
<dd>
<div class="block">Return the inner / user context.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/context/InternalContextAdapterImpl.html#getInternalUserContext--">getInternalUserContext()</a></span> - Method in class org.apache.velocity.context.<a href="org/apache/velocity/context/InternalContextAdapterImpl.html" title="class in org.apache.velocity.context">InternalContextAdapterImpl</a></dt>
<dd>
<div class="block">returns the user data context that
we are wrapping</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/context/InternalWrapperContext.html#getInternalUserContext--">getInternalUserContext()</a></span> - Method in interface org.apache.velocity.context.<a href="org/apache/velocity/context/InternalWrapperContext.html" title="interface in org.apache.velocity.context">InternalWrapperContext</a></dt>
<dd>
<div class="block">Returns the wrapped user context.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/PropertyExecutor.html#getIntrospector--">getIntrospector()</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/PropertyExecutor.html" title="class in org.apache.velocity.runtime.parser.node">PropertyExecutor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/PublicFieldExecutor.html#getIntrospector--">getIntrospector()</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/PublicFieldExecutor.html" title="class in org.apache.velocity.runtime.parser.node">PublicFieldExecutor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/SetPropertyExecutor.html#getIntrospector--">getIntrospector()</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/SetPropertyExecutor.html" title="class in org.apache.velocity.runtime.parser.node">SetPropertyExecutor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/SetPublicFieldExecutor.html#getIntrospector--">getIntrospector()</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/SetPublicFieldExecutor.html" title="class in org.apache.velocity.runtime.parser.node">SetPublicFieldExecutor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/introspection/IntrospectorBase.html#getIntrospectorCache--">getIntrospectorCache()</a></span> - Method in class org.apache.velocity.util.introspection.<a href="org/apache/velocity/util/introspection/IntrospectorBase.html" title="class in org.apache.velocity.util.introspection">IntrospectorBase</a></dt>
<dd>
<div class="block">Return the internal IntrospectorCache object.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/app/event/implement/InvalidReferenceInfo.html#getInvalidReference--">getInvalidReference()</a></span> - Method in class org.apache.velocity.app.event.implement.<a href="org/apache/velocity/app/event/implement/InvalidReferenceInfo.html" title="class in org.apache.velocity.app.event.implement">InvalidReferenceInfo</a></dt>
<dd>
<div class="block">Get the specific invalid reference string.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/app/event/implement/ReportInvalidReferences.html#getInvalidReferences--">getInvalidReferences()</a></span> - Method in class org.apache.velocity.app.event.implement.<a href="org/apache/velocity/app/event/implement/ReportInvalidReferences.html" title="class in org.apache.velocity.app.event.implement">ReportInvalidReferences</a></dt>
<dd>
<div class="block">All invalid references during the processing of this page.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/exception/ParseErrorException.html#getInvalidSyntax--">getInvalidSyntax()</a></span> - Method in exception org.apache.velocity.exception.<a href="org/apache/velocity/exception/ParseErrorException.html" title="class in org.apache.velocity.exception">ParseErrorException</a></dt>
<dd>
<div class="block">Return the invalid syntax or reference that triggered this error, or null
if not defined.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/Foreach.html#getIterator-java.lang.Object-org.apache.velocity.runtime.parser.node.Node-">getIterator(Object, Node)</a></span> - Method in class org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/Foreach.html" title="class in org.apache.velocity.runtime.directive">Foreach</a></dt>
<dd>
<div class="block">Retrieve the contextual iterator.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/introspection/AbstractChainableUberspector.html#getIterator-java.lang.Object-org.apache.velocity.util.introspection.Info-">getIterator(Object, Info)</a></span> - Method in class org.apache.velocity.util.introspection.<a href="org/apache/velocity/util/introspection/AbstractChainableUberspector.html" title="class in org.apache.velocity.util.introspection">AbstractChainableUberspector</a></dt>
<dd>
<div class="block">To support iterative objects used in a <code>#foreach()</code>
loop.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/introspection/LinkingUberspector.html#getIterator-java.lang.Object-org.apache.velocity.util.introspection.Info-">getIterator(Object, Info)</a></span> - Method in class org.apache.velocity.util.introspection.<a href="org/apache/velocity/util/introspection/LinkingUberspector.html" title="class in org.apache.velocity.util.introspection">LinkingUberspector</a></dt>
<dd>
<div class="block">To support iterative objects used in a <code>#foreach()</code>
loop.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/introspection/SecureUberspector.html#getIterator-java.lang.Object-org.apache.velocity.util.introspection.Info-">getIterator(Object, Info)</a></span> - Method in class org.apache.velocity.util.introspection.<a href="org/apache/velocity/util/introspection/SecureUberspector.html" title="class in org.apache.velocity.util.introspection">SecureUberspector</a></dt>
<dd>
<div class="block">Get an iterator from the given object.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/introspection/Uberspect.html#getIterator-java.lang.Object-org.apache.velocity.util.introspection.Info-">getIterator(Object, Info)</a></span> - Method in interface org.apache.velocity.util.introspection.<a href="org/apache/velocity/util/introspection/Uberspect.html" title="interface in org.apache.velocity.util.introspection">Uberspect</a></dt>
<dd>
<div class="block">To support iteratives - #foreach()</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/introspection/UberspectImpl.html#getIterator-java.lang.Object-org.apache.velocity.util.introspection.Info-">getIterator(Object, Info)</a></span> - Method in class org.apache.velocity.util.introspection.<a href="org/apache/velocity/util/introspection/UberspectImpl.html" title="class in org.apache.velocity.util.introspection">UberspectImpl</a></dt>
<dd>
<div class="block">To support iterative objects used in a <code>#foreach()</code>
loop.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/introspection/UberspectPublicFields.html#getIterator-java.lang.Object-org.apache.velocity.util.introspection.Info-">getIterator(Object, Info)</a></span> - Method in class org.apache.velocity.util.introspection.<a href="org/apache/velocity/util/introspection/UberspectPublicFields.html" title="class in org.apache.velocity.util.introspection">UberspectPublicFields</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/context/AbstractContext.html#getKeys--">getKeys()</a></span> - Method in class org.apache.velocity.context.<a href="org/apache/velocity/context/AbstractContext.html" title="class in org.apache.velocity.context">AbstractContext</a></dt>
<dd>
<div class="block">Get all the keys for the values in the context</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/context/ChainedInternalContextAdapter.html#getKeys--">getKeys()</a></span> - Method in class org.apache.velocity.context.<a href="org/apache/velocity/context/ChainedInternalContextAdapter.html" title="class in org.apache.velocity.context">ChainedInternalContextAdapter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/context/Context.html#getKeys--">getKeys()</a></span> - Method in interface org.apache.velocity.context.<a href="org/apache/velocity/context/Context.html" title="interface in org.apache.velocity.context">Context</a></dt>
<dd>
<div class="block">Get all the keys for the values in the context.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/context/InternalContextAdapterImpl.html#getKeys--">getKeys()</a></span> - Method in class org.apache.velocity.context.<a href="org/apache/velocity/context/InternalContextAdapterImpl.html" title="class in org.apache.velocity.context">InternalContextAdapterImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/ExtProperties.html#getKeys--">getKeys()</a></span> - Method in class org.apache.velocity.util.<a href="org/apache/velocity/util/ExtProperties.html" title="class in org.apache.velocity.util">ExtProperties</a></dt>
<dd>
<div class="block">Get the list of the keys contained in the configuration
repository.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/ExtProperties.html#getKeys-java.lang.String-">getKeys(String)</a></span> - Method in class org.apache.velocity.util.<a href="org/apache/velocity/util/ExtProperties.html" title="class in org.apache.velocity.util">ExtProperties</a></dt>
<dd>
<div class="block">Get the list of the keys contained in the configuration
repository that match the specified prefix.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/script/VelocityScriptEngineFactory.html#getLanguageName--">getLanguageName()</a></span> - Method in class org.apache.velocity.script.<a href="org/apache/velocity/script/VelocityScriptEngineFactory.html" title="class in org.apache.velocity.script">VelocityScriptEngineFactory</a></dt>
<dd>
<div class="block">get language name</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/script/VelocityScriptEngineFactory.html#getLanguageVersion--">getLanguageVersion()</a></span> - Method in class org.apache.velocity.script.<a href="org/apache/velocity/script/VelocityScriptEngineFactory.html" title="class in org.apache.velocity.script">VelocityScriptEngineFactory</a></dt>
<dd>
<div class="block">get language version (same as engine version)</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/ForeachScope.html#getLast--">getLast()</a></span> - Method in class org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/ForeachScope.html" title="class in org.apache.velocity.runtime.directive">ForeachScope</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/loader/ClasspathResourceLoader.html#getLastModified-org.apache.velocity.runtime.resource.Resource-">getLastModified(Resource)</a></span> - Method in class org.apache.velocity.runtime.resource.loader.<a href="org/apache/velocity/runtime/resource/loader/ClasspathResourceLoader.html" title="class in org.apache.velocity.runtime.resource.loader">ClasspathResourceLoader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/loader/DataSourceResourceLoader.html#getLastModified-org.apache.velocity.runtime.resource.Resource-">getLastModified(Resource)</a></span> - Method in class org.apache.velocity.runtime.resource.loader.<a href="org/apache/velocity/runtime/resource/loader/DataSourceResourceLoader.html" title="class in org.apache.velocity.runtime.resource.loader">DataSourceResourceLoader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/loader/FileResourceLoader.html#getLastModified-org.apache.velocity.runtime.resource.Resource-">getLastModified(Resource)</a></span> - Method in class org.apache.velocity.runtime.resource.loader.<a href="org/apache/velocity/runtime/resource/loader/FileResourceLoader.html" title="class in org.apache.velocity.runtime.resource.loader">FileResourceLoader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/loader/JarResourceLoader.html#getLastModified-org.apache.velocity.runtime.resource.Resource-">getLastModified(Resource)</a></span> - Method in class org.apache.velocity.runtime.resource.loader.<a href="org/apache/velocity/runtime/resource/loader/JarResourceLoader.html" title="class in org.apache.velocity.runtime.resource.loader">JarResourceLoader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/loader/ResourceLoader.html#getLastModified-org.apache.velocity.runtime.resource.Resource-">getLastModified(Resource)</a></span> - Method in class org.apache.velocity.runtime.resource.loader.<a href="org/apache/velocity/runtime/resource/loader/ResourceLoader.html" title="class in org.apache.velocity.runtime.resource.loader">ResourceLoader</a></dt>
<dd>
<div class="block">Get the last modified time of the InputStream source
that was used to create the template.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/loader/StringResourceLoader.html#getLastModified-org.apache.velocity.runtime.resource.Resource-">getLastModified(Resource)</a></span> - Method in class org.apache.velocity.runtime.resource.loader.<a href="org/apache/velocity/runtime/resource/loader/StringResourceLoader.html" title="class in org.apache.velocity.runtime.resource.loader">StringResourceLoader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/loader/URLResourceLoader.html#getLastModified-org.apache.velocity.runtime.resource.Resource-">getLastModified(Resource)</a></span> - Method in class org.apache.velocity.runtime.resource.loader.<a href="org/apache/velocity/runtime/resource/loader/URLResourceLoader.html" title="class in org.apache.velocity.runtime.resource.loader">URLResourceLoader</a></dt>
<dd>
<div class="block">Checks to see when a resource was last modified</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/Resource.html#getLastModified--">getLastModified()</a></span> - Method in class org.apache.velocity.runtime.resource.<a href="org/apache/velocity/runtime/resource/Resource.html" title="class in org.apache.velocity.runtime.resource">Resource</a></dt>
<dd>
<div class="block">Return the lastModifed time of this
resource.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/util/StringResource.html#getLastModified--">getLastModified()</a></span> - Method in class org.apache.velocity.runtime.resource.util.<a href="org/apache/velocity/runtime/resource/util/StringResource.html" title="class in org.apache.velocity.runtime.resource.util">StringResource</a></dt>
<dd>
<div class="block">Returns the modification date of the template.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/spring/SpringResourceLoader.html#getLastModified-org.apache.velocity.runtime.resource.Resource-">getLastModified(Resource)</a></span> - Method in class org.apache.velocity.spring.<a href="org/apache/velocity/spring/SpringResourceLoader.html" title="class in org.apache.velocity.spring">SpringResourceLoader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/Node.html#getLastToken--">getLastToken()</a></span> - Method in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/Node.html" title="interface in org.apache.velocity.runtime.parser.node">Node</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/SimpleNode.html#getLastToken--">getLastToken()</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/SimpleNode.html" title="class in org.apache.velocity.runtime.parser.node">SimpleNode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/Node.html#getLastTokenImage--">getLastTokenImage()</a></span> - Method in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/Node.html" title="interface in org.apache.velocity.runtime.parser.node">Node</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/SimpleNode.html#getLastTokenImage--">getLastTokenImage()</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/SimpleNode.html" title="class in org.apache.velocity.runtime.parser.node">SimpleNode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/VelocimacroManager.html#getLibraryName-java.lang.String-org.apache.velocity.Template-">getLibraryName(String, Template)</a></span> - Method in class org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/VelocimacroManager.html" title="class in org.apache.velocity.runtime">VelocimacroManager</a></dt>
<dd>
<div class="block">Return the library name for a given macro.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/Directive.html#getLine--">getLine()</a></span> - Method in class org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/Directive.html" title="class in org.apache.velocity.runtime.directive">Directive</a></dt>
<dd>
<div class="block">for log msg purposes</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/Scope.Info.html#getLine--">getLine()</a></span> - Method in class org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/Scope.Info.html" title="class in org.apache.velocity.runtime.directive">Scope.Info</a></dt>
<dd>
<div class="block">line getter</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/Node.html#getLine--">getLine()</a></span> - Method in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/Node.html" title="interface in org.apache.velocity.runtime.parser.node">Node</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/SimpleNode.html#getLine--">getLine()</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/SimpleNode.html" title="class in org.apache.velocity.runtime.parser.node">SimpleNode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/introspection/Info.html#getLine--">getLine()</a></span> - Method in class org.apache.velocity.util.introspection.<a href="org/apache/velocity/util/introspection/Info.html" title="class in org.apache.velocity.util.introspection">Info</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/exception/ExtendedParseException.html#getLineNumber--">getLineNumber()</a></span> - Method in interface org.apache.velocity.exception.<a href="org/apache/velocity/exception/ExtendedParseException.html" title="interface in org.apache.velocity.exception">ExtendedParseException</a></dt>
<dd>
<div class="block">returns the line number where this exception occurred.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/exception/MethodInvocationException.html#getLineNumber--">getLineNumber()</a></span> - Method in exception org.apache.velocity.exception.<a href="org/apache/velocity/exception/MethodInvocationException.html" title="class in org.apache.velocity.exception">MethodInvocationException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/exception/ParseErrorException.html#getLineNumber--">getLineNumber()</a></span> - Method in exception org.apache.velocity.exception.<a href="org/apache/velocity/exception/ParseErrorException.html" title="class in org.apache.velocity.exception">ParseErrorException</a></dt>
<dd>
<div class="block">Return the line number of the parsing error, or -1 if not defined.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/exception/TemplateInitException.html#getLineNumber--">getLineNumber()</a></span> - Method in exception org.apache.velocity.exception.<a href="org/apache/velocity/exception/TemplateInitException.html" title="class in org.apache.velocity.exception">TemplateInitException</a></dt>
<dd>
<div class="block">Returns the line number where this exception occurred.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/MacroParseException.html#getLineNumber--">getLineNumber()</a></span> - Method in exception org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/MacroParseException.html" title="class in org.apache.velocity.runtime.directive">MacroParseException</a></dt>
<dd>
<div class="block">returns the line number where this exception occured.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/TemplateParseException.html#getLineNumber--">getLineNumber()</a></span> - Method in exception org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/TemplateParseException.html" title="class in org.apache.velocity.runtime.parser">TemplateParseException</a></dt>
<dd>
<div class="block">returns the line number where this exception occurred.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/ExtProperties.html#getList-java.lang.String-">getList(String)</a></span> - Method in class org.apache.velocity.util.<a href="org/apache/velocity/util/ExtProperties.html" title="class in org.apache.velocity.util">ExtProperties</a></dt>
<dd>
<div class="block">Get a List of strings associated with the given configuration key.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/ExtProperties.html#getList-java.lang.String-java.util.List-">getList(String, List)</a></span> - Method in class org.apache.velocity.util.<a href="org/apache/velocity/util/ExtProperties.html" title="class in org.apache.velocity.util">ExtProperties</a></dt>
<dd>
<div class="block">Get a List of strings associated with the given configuration key.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTAddNode.html#getLiteralOperator--">getLiteralOperator()</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTAddNode.html" title="class in org.apache.velocity.runtime.parser.node">ASTAddNode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTAndNode.html#getLiteralOperator--">getLiteralOperator()</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTAndNode.html" title="class in org.apache.velocity.runtime.parser.node">ASTAndNode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTBinaryOperator.html#getLiteralOperator--">getLiteralOperator()</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTBinaryOperator.html" title="class in org.apache.velocity.runtime.parser.node">ASTBinaryOperator</a></dt>
<dd>
<div class="block">get the string representing the mathematical operator</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTComparisonNode.html#getLiteralOperator--">getLiteralOperator()</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTComparisonNode.html" title="class in org.apache.velocity.runtime.parser.node">ASTComparisonNode</a></dt>
<dd>
<div class="block">get the string representing the mathematical operator</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTDivNode.html#getLiteralOperator--">getLiteralOperator()</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTDivNode.html" title="class in org.apache.velocity.runtime.parser.node">ASTDivNode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTEQNode.html#getLiteralOperator--">getLiteralOperator()</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTEQNode.html" title="class in org.apache.velocity.runtime.parser.node">ASTEQNode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTGENode.html#getLiteralOperator--">getLiteralOperator()</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTGENode.html" title="class in org.apache.velocity.runtime.parser.node">ASTGENode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTGTNode.html#getLiteralOperator--">getLiteralOperator()</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTGTNode.html" title="class in org.apache.velocity.runtime.parser.node">ASTGTNode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTLENode.html#getLiteralOperator--">getLiteralOperator()</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTLENode.html" title="class in org.apache.velocity.runtime.parser.node">ASTLENode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTLTNode.html#getLiteralOperator--">getLiteralOperator()</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTLTNode.html" title="class in org.apache.velocity.runtime.parser.node">ASTLTNode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTModNode.html#getLiteralOperator--">getLiteralOperator()</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTModNode.html" title="class in org.apache.velocity.runtime.parser.node">ASTModNode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTMulNode.html#getLiteralOperator--">getLiteralOperator()</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTMulNode.html" title="class in org.apache.velocity.runtime.parser.node">ASTMulNode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTOrNode.html#getLiteralOperator--">getLiteralOperator()</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTOrNode.html" title="class in org.apache.velocity.runtime.parser.node">ASTOrNode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTSubtractNode.html#getLiteralOperator--">getLiteralOperator()</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTSubtractNode.html" title="class in org.apache.velocity.runtime.parser.node">ASTSubtractNode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/loader/ResourceLoaderFactory.html#getLoader-org.apache.velocity.runtime.RuntimeServices-java.lang.String-">getLoader(RuntimeServices, String)</a></span> - Static method in class org.apache.velocity.runtime.resource.loader.<a href="org/apache/velocity/runtime/resource/loader/ResourceLoaderFactory.html" title="class in org.apache.velocity.runtime.resource.loader">ResourceLoaderFactory</a></dt>
<dd>
<div class="block">Gets the loader specified in the configuration file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/ResourceManager.html#getLoaderNameForResource-java.lang.String-">getLoaderNameForResource(String)</a></span> - Method in interface org.apache.velocity.runtime.resource.<a href="org/apache/velocity/runtime/resource/ResourceManager.html" title="interface in org.apache.velocity.runtime.resource">ResourceManager</a></dt>
<dd>
<div class="block">Determines is a template exists, and returns name of the loader that
provides it.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/ResourceManagerImpl.html#getLoaderNameForResource-java.lang.String-">getLoaderNameForResource(String)</a></span> - Method in class org.apache.velocity.runtime.resource.<a href="org/apache/velocity/runtime/resource/ResourceManagerImpl.html" title="class in org.apache.velocity.runtime.resource">ResourceManagerImpl</a></dt>
<dd>
<div class="block">Determines if a template exists, and returns name of the loader that provides it.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeInstance.html#getLoaderNameForResource-java.lang.String-">getLoaderNameForResource(String)</a></span> - Method in class org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeInstance.html" title="class in org.apache.velocity.runtime">RuntimeInstance</a></dt>
<dd>
<div class="block">Determines if a template exists and returns name of the loader that
provides it.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeServices.html#getLoaderNameForResource-java.lang.String-">getLoaderNameForResource(String)</a></span> - Method in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeServices.html" title="interface in org.apache.velocity.runtime">RuntimeServices</a></dt>
<dd>
<div class="block">Determines is a template exists, and returns name of the loader that
provides it.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeSingleton.html#getLoaderNameForResource-java.lang.String-">getLoaderNameForResource(String)</a></span> - Static method in class org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeSingleton.html" title="class in org.apache.velocity.runtime">RuntimeSingleton</a></dt>
<dd>
<div class="block">Determines is a template exists, and returns name of the loader that
provides it.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/SimpleNode.html#getLocation-org.apache.velocity.context.InternalContextAdapter-">getLocation(InternalContextAdapter)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/SimpleNode.html" title="class in org.apache.velocity.runtime.parser.node">SimpleNode</a></dt>
<dd>
<div class="block">Return a string that tells the current location of this node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/app/event/EventCartridge.html#getLog--">getLog()</a></span> - Method in class org.apache.velocity.app.event.<a href="org/apache/velocity/app/event/EventCartridge.html" title="class in org.apache.velocity.app.event">EventCartridge</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/app/Velocity.html#getLog--">getLog()</a></span> - Static method in class org.apache.velocity.app.<a href="org/apache/velocity/app/Velocity.html" title="class in org.apache.velocity.app">Velocity</a></dt>
<dd>
<div class="block">Returns the current logger.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/app/VelocityEngine.html#getLog--">getLog()</a></span> - Method in class org.apache.velocity.app.<a href="org/apache/velocity/app/VelocityEngine.html" title="class in org.apache.velocity.app">VelocityEngine</a></dt>
<dd>
<div class="block">Returns the current slf4j logger.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeInstance.html#getLog--">getLog()</a></span> - Method in class org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeInstance.html" title="class in org.apache.velocity.runtime">RuntimeInstance</a></dt>
<dd>
<div class="block">Returns the configured logger.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeInstance.html#getLog-java.lang.String-">getLog(String)</a></span> - Method in class org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeInstance.html" title="class in org.apache.velocity.runtime">RuntimeInstance</a></dt>
<dd>
<div class="block">Get a logger for the specified child namespace.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeServices.html#getLog--">getLog()</a></span> - Method in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeServices.html" title="interface in org.apache.velocity.runtime">RuntimeServices</a></dt>
<dd>
<div class="block">Returns the configured logger.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeServices.html#getLog-java.lang.String-">getLog(String)</a></span> - Method in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeServices.html" title="interface in org.apache.velocity.runtime">RuntimeServices</a></dt>
<dd>
<div class="block">Get a logger for the specified child namespace.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeSingleton.html#getLog--">getLog()</a></span> - Static method in class org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeSingleton.html" title="class in org.apache.velocity.runtime">RuntimeSingleton</a></dt>
<dd>
<div class="block">Returns the configured logger.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeInstance.html#getLogContext--">getLogContext()</a></span> - Method in class org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeInstance.html" title="class in org.apache.velocity.runtime">RuntimeInstance</a></dt>
<dd>
<div class="block">Get the LogContext object used to tack locations in templates.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeServices.html#getLogContext--">getLogContext()</a></span> - Method in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeServices.html" title="interface in org.apache.velocity.runtime">RuntimeServices</a></dt>
<dd>
<div class="block">Get the LogContext object used to tack locations in templates.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/ExtProperties.html#getLong-java.lang.String-">getLong(String)</a></span> - Method in class org.apache.velocity.util.<a href="org/apache/velocity/util/ExtProperties.html" title="class in org.apache.velocity.util">ExtProperties</a></dt>
<dd>
<div class="block">Get a long associated with the given configuration key.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/ExtProperties.html#getLong-java.lang.String-long-">getLong(String, long)</a></span> - Method in class org.apache.velocity.util.<a href="org/apache/velocity/util/ExtProperties.html" title="class in org.apache.velocity.util">ExtProperties</a></dt>
<dd>
<div class="block">Get a long associated with the given configuration key.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/ExtProperties.html#getLong-java.lang.String-java.lang.Long-">getLong(String, Long)</a></span> - Method in class org.apache.velocity.util.<a href="org/apache/velocity/util/ExtProperties.html" title="class in org.apache.velocity.util">ExtProperties</a></dt>
<dd>
<div class="block">Get a long associated with the given configuration key.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/VelocimacroProxy.html#getMacroArgs--">getMacroArgs()</a></span> - Method in class org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/VelocimacroProxy.html" title="class in org.apache.velocity.runtime.directive">VelocimacroProxy</a></dt>
<dd>
<div class="block">Return the list of macro arguments associated with this macro</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/context/ChainedInternalContextAdapter.html#getMacroLibraries--">getMacroLibraries()</a></span> - Method in class org.apache.velocity.context.<a href="org/apache/velocity/context/ChainedInternalContextAdapter.html" title="class in org.apache.velocity.context">ChainedInternalContextAdapter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/context/InternalContextAdapterImpl.html#getMacroLibraries--">getMacroLibraries()</a></span> - Method in class org.apache.velocity.context.<a href="org/apache/velocity/context/InternalContextAdapterImpl.html" title="class in org.apache.velocity.context">InternalContextAdapterImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/context/ChainedInternalContextAdapter.html#getMacroNameStack--">getMacroNameStack()</a></span> - Method in class org.apache.velocity.context.<a href="org/apache/velocity/context/ChainedInternalContextAdapter.html" title="class in org.apache.velocity.context">ChainedInternalContextAdapter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/context/InternalContextAdapterImpl.html#getMacroNameStack--">getMacroNameStack()</a></span> - Method in class org.apache.velocity.context.<a href="org/apache/velocity/context/InternalContextAdapterImpl.html" title="class in org.apache.velocity.context">InternalContextAdapterImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/Template.html#getMacros--">getMacros()</a></span> - Method in class org.apache.velocity.<a href="org/apache/velocity/Template.html" title="class in org.apache.velocity">Template</a></dt>
<dd>
<div class="block">get the map of all macros defined by this template</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/app/event/implement/EscapeHtmlReference.html#getMatchAttribute--">getMatchAttribute()</a></span> - Method in class org.apache.velocity.app.event.implement.<a href="org/apache/velocity/app/event/implement/EscapeHtmlReference.html" title="class in org.apache.velocity.app.event.implement">EscapeHtmlReference</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/app/event/implement/EscapeJavaScriptReference.html#getMatchAttribute--">getMatchAttribute()</a></span> - Method in class org.apache.velocity.app.event.implement.<a href="org/apache/velocity/app/event/implement/EscapeJavaScriptReference.html" title="class in org.apache.velocity.app.event.implement">EscapeJavaScriptReference</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/app/event/implement/EscapeReference.html#getMatchAttribute--">getMatchAttribute()</a></span> - Method in class org.apache.velocity.app.event.implement.<a href="org/apache/velocity/app/event/implement/EscapeReference.html" title="class in org.apache.velocity.app.event.implement">EscapeReference</a></dt>
<dd>
<div class="block">Specify the configuration attribute that specifies the
regular expression.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/app/event/implement/EscapeSqlReference.html#getMatchAttribute--">getMatchAttribute()</a></span> - Method in class org.apache.velocity.app.event.implement.<a href="org/apache/velocity/app/event/implement/EscapeSqlReference.html" title="class in org.apache.velocity.app.event.implement">EscapeSqlReference</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/app/event/implement/EscapeXmlReference.html#getMatchAttribute--">getMatchAttribute()</a></span> - Method in class org.apache.velocity.app.event.implement.<a href="org/apache/velocity/app/event/implement/EscapeXmlReference.html" title="class in org.apache.velocity.app.event.implement">EscapeXmlReference</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/SimplePool.html#getMax--">getMax()</a></span> - Method in class org.apache.velocity.util.<a href="org/apache/velocity/util/SimplePool.html" title="class in org.apache.velocity.util">SimplePool</a></dt>
<dd>
<div class="block">Return the size of the pool</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/exception/MethodInvocationException.html#getMessage--">getMessage()</a></span> - Method in exception org.apache.velocity.exception.<a href="org/apache/velocity/exception/MethodInvocationException.html" title="class in org.apache.velocity.exception">MethodInvocationException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/exception/ParseErrorException.html#getMessage--">getMessage()</a></span> - Method in exception org.apache.velocity.exception.<a href="org/apache/velocity/exception/ParseErrorException.html" title="class in org.apache.velocity.exception">ParseErrorException</a></dt>
<dd>
<div class="block">Return our custom message if we have one, else return the default message</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/MacroParseException.html#getMessage--">getMessage()</a></span> - Method in exception org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/MacroParseException.html" title="class in org.apache.velocity.runtime.directive">MacroParseException</a></dt>
<dd>
<div class="block">This method has the standard behavior when this object has been
created using the standard constructors.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/StopCommand.html#getMessage--">getMessage()</a></span> - Method in error org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/StopCommand.html" title="class in org.apache.velocity.runtime.directive">StopCommand</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/ParseException.html#getMessage--">getMessage()</a></span> - Method in exception org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/ParseException.html" title="class in org.apache.velocity.runtime.parser">ParseException</a></dt>
<dd>
<div class="block">This method has the standard behavior when this object has been
created using the standard constructors.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/TemplateParseException.html#getMessage--">getMessage()</a></span> - Method in exception org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/TemplateParseException.html" title="class in org.apache.velocity.runtime.parser">TemplateParseException</a></dt>
<dd>
<div class="block">This method has the standard behavior when this object has been
created using the standard constructors.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/TokenMgrError.html#getMessage--">getMessage()</a></span> - Method in error org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/TokenMgrError.html" title="class in org.apache.velocity.runtime.parser">TokenMgrError</a></dt>
<dd>
<div class="block">You can also modify the body of this method to customize your error messages.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/AbstractExecutor.html#getMethod--">getMethod()</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/AbstractExecutor.html" title="class in org.apache.velocity.runtime.parser.node">AbstractExecutor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/MapGetExecutor.html#getMethod--">getMethod()</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/MapGetExecutor.html" title="class in org.apache.velocity.runtime.parser.node">MapGetExecutor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/SetExecutor.html#getMethod--">getMethod()</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/SetExecutor.html" title="class in org.apache.velocity.runtime.parser.node">SetExecutor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/ClassUtils.html#getMethod-java.lang.String-java.lang.Object:A-java.lang.Class:A-java.lang.Object-org.apache.velocity.context.InternalContextAdapter-org.apache.velocity.runtime.parser.node.SimpleNode-boolean-">getMethod(String, Object[], Class&lt;?&gt;[], Object, InternalContextAdapter, SimpleNode, boolean)</a></span> - Static method in class org.apache.velocity.util.<a href="org/apache/velocity/util/ClassUtils.html" title="class in org.apache.velocity.util">ClassUtils</a></dt>
<dd>
<div class="block">Lookup a VelMethod object given the method signature that is specified in
the passed in parameters.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/introspection/AbstractChainableUberspector.html#getMethod-java.lang.Object-java.lang.String-java.lang.Object:A-org.apache.velocity.util.introspection.Info-">getMethod(Object, String, Object[], Info)</a></span> - Method in class org.apache.velocity.util.introspection.<a href="org/apache/velocity/util/introspection/AbstractChainableUberspector.html" title="class in org.apache.velocity.util.introspection">AbstractChainableUberspector</a></dt>
<dd>
<div class="block">Method</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/introspection/DeprecatedCheckUberspector.html#getMethod-java.lang.Object-java.lang.String-java.lang.Object:A-org.apache.velocity.util.introspection.Info-">getMethod(Object, String, Object[], Info)</a></span> - Method in class org.apache.velocity.util.introspection.<a href="org/apache/velocity/util/introspection/DeprecatedCheckUberspector.html" title="class in org.apache.velocity.util.introspection">DeprecatedCheckUberspector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/introspection/Introspector.html#getMethod-java.lang.Class-java.lang.String-java.lang.Object:A-">getMethod(Class&lt;?&gt;, String, Object[])</a></span> - Method in class org.apache.velocity.util.introspection.<a href="org/apache/velocity/util/introspection/Introspector.html" title="class in org.apache.velocity.util.introspection">Introspector</a></dt>
<dd>
<div class="block">Gets the method defined by <code>name</code> and
<code>params</code> for the Class <code>c</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/introspection/IntrospectorBase.html#getMethod-java.lang.Class-java.lang.String-java.lang.Object:A-">getMethod(Class&lt;?&gt;, String, Object[])</a></span> - Method in class org.apache.velocity.util.introspection.<a href="org/apache/velocity/util/introspection/IntrospectorBase.html" title="class in org.apache.velocity.util.introspection">IntrospectorBase</a></dt>
<dd>
<div class="block">Gets the method defined by <code>name</code> and
<code>params</code> for the Class <code>c</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/introspection/LinkingUberspector.html#getMethod-java.lang.Object-java.lang.String-java.lang.Object:A-org.apache.velocity.util.introspection.Info-">getMethod(Object, String, Object[], Info)</a></span> - Method in class org.apache.velocity.util.introspection.<a href="org/apache/velocity/util/introspection/LinkingUberspector.html" title="class in org.apache.velocity.util.introspection">LinkingUberspector</a></dt>
<dd>
<div class="block">Method</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/introspection/SecureIntrospectorImpl.html#getMethod-java.lang.Class-java.lang.String-java.lang.Object:A-">getMethod(Class&lt;?&gt;, String, Object[])</a></span> - Method in class org.apache.velocity.util.introspection.<a href="org/apache/velocity/util/introspection/SecureIntrospectorImpl.html" title="class in org.apache.velocity.util.introspection">SecureIntrospectorImpl</a></dt>
<dd>
<div class="block">Get the Method object corresponding to the given class, name and parameters.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/introspection/Uberspect.html#getMethod-java.lang.Object-java.lang.String-java.lang.Object:A-org.apache.velocity.util.introspection.Info-">getMethod(Object, String, Object[], Info)</a></span> - Method in interface org.apache.velocity.util.introspection.<a href="org/apache/velocity/util/introspection/Uberspect.html" title="interface in org.apache.velocity.util.introspection">Uberspect</a></dt>
<dd>
<div class="block">Returns a general method, corresponding to $foo.bar( $woogie )</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/introspection/UberspectImpl.html#getMethod-java.lang.Object-java.lang.String-java.lang.Object:A-org.apache.velocity.util.introspection.Info-">getMethod(Object, String, Object[], Info)</a></span> - Method in class org.apache.velocity.util.introspection.<a href="org/apache/velocity/util/introspection/UberspectImpl.html" title="class in org.apache.velocity.util.introspection">UberspectImpl</a></dt>
<dd>
<div class="block">Method</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/introspection/UberspectImpl.VelMethodImpl.html#getMethod--">getMethod()</a></span> - Method in class org.apache.velocity.util.introspection.<a href="org/apache/velocity/util/introspection/UberspectImpl.VelMethodImpl.html" title="class in org.apache.velocity.util.introspection">UberspectImpl.VelMethodImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/introspection/UberspectPublicFields.html#getMethod-java.lang.Object-java.lang.String-java.lang.Object:A-org.apache.velocity.util.introspection.Info-">getMethod(Object, String, Object[], Info)</a></span> - Method in class org.apache.velocity.util.introspection.<a href="org/apache/velocity/util/introspection/UberspectPublicFields.html" title="class in org.apache.velocity.util.introspection">UberspectPublicFields</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/introspection/VelMethod.html#getMethod--">getMethod()</a></span> - Method in interface org.apache.velocity.util.introspection.<a href="org/apache/velocity/util/introspection/VelMethod.html" title="interface in org.apache.velocity.util.introspection">VelMethod</a></dt>
<dd>
<div class="block">returns the underlying Method</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/script/VelocityScriptEngineFactory.html#getMethodCallSyntax-java.lang.String-java.lang.String-java.lang.String...-">getMethodCallSyntax(String, String, String...)</a></span> - Method in class org.apache.velocity.script.<a href="org/apache/velocity/script/VelocityScriptEngineFactory.html" title="class in org.apache.velocity.script">VelocityScriptEngineFactory</a></dt>
<dd>
<div class="block">get Velocity syntax for calling method 'm' on object 'obj' with provided arguments</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/exception/MethodInvocationException.html#getMethodName--">getMethodName()</a></span> - Method in exception org.apache.velocity.exception.<a href="org/apache/velocity/exception/MethodInvocationException.html" title="class in org.apache.velocity.exception">MethodInvocationException</a></dt>
<dd>
<div class="block">Returns the name of the method that threw the
exception.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTMethod.html#getMethodName--">getMethodName()</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTMethod.html" title="class in org.apache.velocity.runtime.parser.node">ASTMethod</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/introspection/UberspectImpl.VelGetterImpl.html#getMethodName--">getMethodName()</a></span> - Method in class org.apache.velocity.util.introspection.<a href="org/apache/velocity/util/introspection/UberspectImpl.VelGetterImpl.html" title="class in org.apache.velocity.util.introspection">UberspectImpl.VelGetterImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/introspection/UberspectImpl.VelMethodImpl.html#getMethodName--">getMethodName()</a></span> - Method in class org.apache.velocity.util.introspection.<a href="org/apache/velocity/util/introspection/UberspectImpl.VelMethodImpl.html" title="class in org.apache.velocity.util.introspection">UberspectImpl.VelMethodImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/introspection/UberspectImpl.VelSetterImpl.html#getMethodName--">getMethodName()</a></span> - Method in class org.apache.velocity.util.introspection.<a href="org/apache/velocity/util/introspection/UberspectImpl.VelSetterImpl.html" title="class in org.apache.velocity.util.introspection">UberspectImpl.VelSetterImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/introspection/VelMethod.html#getMethodName--">getMethodName()</a></span> - Method in interface org.apache.velocity.util.introspection.<a href="org/apache/velocity/util/introspection/VelMethod.html" title="interface in org.apache.velocity.util.introspection">VelMethod</a></dt>
<dd>
<div class="block">returns the method name used</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/introspection/VelPropertyGet.html#getMethodName--">getMethodName()</a></span> - Method in interface org.apache.velocity.util.introspection.<a href="org/apache/velocity/util/introspection/VelPropertyGet.html" title="interface in org.apache.velocity.util.introspection">VelPropertyGet</a></dt>
<dd>
<div class="block">returns the method name used to return this 'property'</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/introspection/VelPropertySet.html#getMethodName--">getMethodName()</a></span> - Method in interface org.apache.velocity.util.introspection.<a href="org/apache/velocity/util/introspection/VelPropertySet.html" title="interface in org.apache.velocity.util.introspection">VelPropertySet</a></dt>
<dd>
<div class="block">returns the method name used to set this 'property'</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/script/VelocityScriptEngineFactory.html#getMimeTypes--">getMimeTypes()</a></span> - Method in class org.apache.velocity.script.<a href="org/apache/velocity/script/VelocityScriptEngineFactory.html" title="class in org.apache.velocity.script">VelocityScriptEngineFactory</a></dt>
<dd>
<div class="block">get the list of Velocity mime types</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/loader/ResourceLoader.html#getModificationCheckInterval--">getModificationCheckInterval()</a></span> - Method in class org.apache.velocity.runtime.resource.loader.<a href="org/apache/velocity/runtime/resource/loader/ResourceLoader.html" title="class in org.apache.velocity.runtime.resource.loader">ResourceLoader</a></dt>
<dd>
<div class="block">Get the interval at which the InputStream source
should be checked for modifications.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTDirective.html#getMorePrefix--">getMorePrefix()</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTDirective.html" title="class in org.apache.velocity.runtime.parser.node">ASTDirective</a></dt>
<dd>
<div class="block">more prefix getter</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/example/EventExample.html#getName--">getName()</a></span> - Method in class org.apache.velocity.example.<a href="org/apache/velocity/example/EventExample.html" title="class in org.apache.velocity.example">EventExample</a></dt>
<dd>
<div class="block">Required init methods for Logger interface</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/BlockMacro.html#getName--">getName()</a></span> - Method in class org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/BlockMacro.html" title="class in org.apache.velocity.runtime.directive">BlockMacro</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/Break.html#getName--">getName()</a></span> - Method in class org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/Break.html" title="class in org.apache.velocity.runtime.directive">Break</a></dt>
<dd>
<div class="block">Return name of this directive.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/contrib/For.html#getName--">getName()</a></span> - Method in class org.apache.velocity.runtime.directive.contrib.<a href="org/apache/velocity/runtime/directive/contrib/For.html" title="class in org.apache.velocity.runtime.directive.contrib">For</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/Define.html#getName--">getName()</a></span> - Method in class org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/Define.html" title="class in org.apache.velocity.runtime.directive">Define</a></dt>
<dd>
<div class="block">Return name of this directive.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/Directive.html#getName--">getName()</a></span> - Method in class org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/Directive.html" title="class in org.apache.velocity.runtime.directive">Directive</a></dt>
<dd>
<div class="block">Return the name of this directive.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/Evaluate.html#getName--">getName()</a></span> - Method in class org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/Evaluate.html" title="class in org.apache.velocity.runtime.directive">Evaluate</a></dt>
<dd>
<div class="block">Return name of this directive.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/Foreach.html#getName--">getName()</a></span> - Method in class org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/Foreach.html" title="class in org.apache.velocity.runtime.directive">Foreach</a></dt>
<dd>
<div class="block">Return name of this directive.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/Include.html#getName--">getName()</a></span> - Method in class org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/Include.html" title="class in org.apache.velocity.runtime.directive">Include</a></dt>
<dd>
<div class="block">Return name of this directive.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/Macro.html#getName--">getName()</a></span> - Method in class org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/Macro.html" title="class in org.apache.velocity.runtime.directive">Macro</a></dt>
<dd>
<div class="block">Return name of this directive.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/Parse.html#getName--">getName()</a></span> - Method in class org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/Parse.html" title="class in org.apache.velocity.runtime.directive">Parse</a></dt>
<dd>
<div class="block">Return name of this directive.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/RuntimeMacro.html#getName--">getName()</a></span> - Method in class org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/RuntimeMacro.html" title="class in org.apache.velocity.runtime.directive">RuntimeMacro</a></dt>
<dd>
<div class="block">Return name of this Velocimacro.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/Scope.Info.html#getName--">getName()</a></span> - Method in class org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/Scope.Info.html" title="class in org.apache.velocity.runtime.directive">Scope.Info</a></dt>
<dd>
<div class="block">name getter</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/Stop.html#getName--">getName()</a></span> - Method in class org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/Stop.html" title="class in org.apache.velocity.runtime.directive">Stop</a></dt>
<dd>
<div class="block">Return name of this directive.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/VelocimacroProxy.html#getName--">getName()</a></span> - Method in class org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/VelocimacroProxy.html" title="class in org.apache.velocity.runtime.directive">VelocimacroProxy</a></dt>
<dd>
<div class="block">Return name of this Velocimacro.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/Resource.html#getName--">getName()</a></span> - Method in class org.apache.velocity.runtime.resource.<a href="org/apache/velocity/runtime/resource/Resource.html" title="class in org.apache.velocity.runtime.resource">Resource</a></dt>
<dd>
<div class="block">Get the name of this template.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/example/Example.html#getNames--">getNames()</a></span> - Method in class org.apache.velocity.example.<a href="org/apache/velocity/example/Example.html" title="class in org.apache.velocity.example">Example</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/script/VelocityScriptEngineFactory.html#getNames--">getNames()</a></span> - Method in class org.apache.velocity.script.<a href="org/apache/velocity/script/VelocityScriptEngineFactory.html" title="class in org.apache.velocity.script">VelocityScriptEngineFactory</a></dt>
<dd>
<div class="block">get the list of names</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/introspection/ConversionHandler.html#getNeededConverter-java.lang.Class-java.lang.Class-">getNeededConverter(Class&lt;?&gt;, Class&lt;?&gt;)</a></span> - Method in interface org.apache.velocity.util.introspection.<a href="org/apache/velocity/util/introspection/ConversionHandler.html" title="interface in org.apache.velocity.util.introspection">ConversionHandler</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Returns the appropriate Converter object needed for an explicit conversion
Returns null if no conversion is needed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/introspection/TypeConversionHandler.html#getNeededConverter-java.lang.reflect.Type-java.lang.Class-">getNeededConverter(Type, Class&lt;?&gt;)</a></span> - Method in interface org.apache.velocity.util.introspection.<a href="org/apache/velocity/util/introspection/TypeConversionHandler.html" title="interface in org.apache.velocity.util.introspection">TypeConversionHandler</a></dt>
<dd>
<div class="block">Returns the appropriate Converter object needed for an explicit conversion
Returns null if no conversion is needed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/introspection/TypeConversionHandlerImpl.html#getNeededConverter-java.lang.reflect.Type-java.lang.Class-">getNeededConverter(Type, Class&lt;?&gt;)</a></span> - Method in class org.apache.velocity.util.introspection.<a href="org/apache/velocity/util/introspection/TypeConversionHandlerImpl.html" title="class in org.apache.velocity.util.introspection">TypeConversionHandlerImpl</a></dt>
<dd>
<div class="block">Returns the appropriate Converter object needed for an explicit conversion
Returns null if no conversion is needed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/ClassUtils.html#getNewInstance-java.lang.String-">getNewInstance(String)</a></span> - Static method in class org.apache.velocity.util.<a href="org/apache/velocity/util/ClassUtils.html" title="class in org.apache.velocity.util">ClassUtils</a></dt>
<dd>
<div class="block">Return a new instance of the given class.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParser.html#getNextToken--">getNextToken()</a></span> - Method in class org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParser.html" title="class in org.apache.velocity.runtime.parser">StandardParser</a></dt>
<dd>
<div class="block">Get the next Token.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParserTokenManager.html#getNextToken--">getNextToken()</a></span> - Method in class org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParserTokenManager.html" title="class in org.apache.velocity.runtime.parser">StandardParserTokenManager</a></dt>
<dd>
<div class="block">Get the next Token.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/VelocimacroProxy.html#getNumArgs--">getNumArgs()</a></span> - Method in class org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/VelocimacroProxy.html" title="class in org.apache.velocity.runtime.directive">VelocimacroProxy</a></dt>
<dd>
<div class="block">returns the number of ars needed for this VM</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/spring/VelocityEngineFactoryBean.html#getObject--">getObject()</a></span> - Method in class org.apache.velocity.spring.<a href="org/apache/velocity/spring/VelocityEngineFactoryBean.html" title="class in org.apache.velocity.spring">VelocityEngineFactoryBean</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/spring/VelocityEngineFactoryBean.html#getObjectType--">getObjectType()</a></span> - Method in class org.apache.velocity.spring.<a href="org/apache/velocity/spring/VelocityEngineFactoryBean.html" title="class in org.apache.velocity.spring">VelocityEngineFactoryBean</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/script/VelocityScriptEngineFactory.html#getOutputStatement-java.lang.String-">getOutputStatement(String)</a></span> - Method in class org.apache.velocity.script.<a href="org/apache/velocity/script/VelocityScriptEngineFactory.html" title="class in org.apache.velocity.script">VelocityScriptEngineFactory</a></dt>
<dd>
<div class="block">get VTL expression used to display specified string</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/script/VelocityScriptEngineFactory.html#getParameter-java.lang.String-">getParameter(String)</a></span> - Method in class org.apache.velocity.script.<a href="org/apache/velocity/script/VelocityScriptEngineFactory.html" title="class in org.apache.velocity.script">VelocityScriptEngineFactory</a></dt>
<dd>
<div class="block">get engine parameter for provided key</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/Scope.html#getParent--">getParent()</a></span> - Method in class org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/Scope.html" title="class in org.apache.velocity.runtime.directive">Scope</a></dt>
<dd>
<div class="block">Returns the parent control reference overridden by the placement
of this instance in the context.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/Node.html#getParser--">getParser()</a></span> - Method in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/Node.html" title="interface in org.apache.velocity.runtime.parser.node">Node</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/SimpleNode.html#getParser--">getParser()</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/SimpleNode.html" title="class in org.apache.velocity.runtime.parser.node">SimpleNode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeInstance.html#getParserConfiguration--">getParserConfiguration()</a></span> - Method in class org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeInstance.html" title="class in org.apache.velocity.runtime">RuntimeInstance</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeServices.html#getParserConfiguration--">getParserConfiguration()</a></span> - Method in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeServices.html" title="interface in org.apache.velocity.runtime">RuntimeServices</a></dt>
<dd>
<div class="block">Get the replacement characters configured for this runtime service's parser</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTBlock.html#getPostfix--">getPostfix()</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTBlock.html" title="class in org.apache.velocity.runtime.parser.node">ASTBlock</a></dt>
<dd>
<div class="block">get indentation postfix</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTDirective.html#getPostfix--">getPostfix()</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTDirective.html" title="class in org.apache.velocity.runtime.parser.node">ASTDirective</a></dt>
<dd>
<div class="block">get indentation postfix</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTIfStatement.html#getPostfix--">getPostfix()</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTIfStatement.html" title="class in org.apache.velocity.runtime.parser.node">ASTIfStatement</a></dt>
<dd>
<div class="block">get indentation postfix</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTSetDirective.html#getPostfix--">getPostfix()</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTSetDirective.html" title="class in org.apache.velocity.runtime.parser.node">ASTSetDirective</a></dt>
<dd>
<div class="block">get indentation postfix</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTBlock.html#getPrefix--">getPrefix()</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTBlock.html" title="class in org.apache.velocity.runtime.parser.node">ASTBlock</a></dt>
<dd>
<div class="block">get indentation prefix</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTDirective.html#getPrefix--">getPrefix()</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTDirective.html" title="class in org.apache.velocity.runtime.parser.node">ASTDirective</a></dt>
<dd>
<div class="block">get indentation prefix</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTIfStatement.html#getPrefix--">getPrefix()</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTIfStatement.html" title="class in org.apache.velocity.runtime.parser.node">ASTIfStatement</a></dt>
<dd>
<div class="block">get indentation prefix</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTSetDirective.html#getPrefix--">getPrefix()</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTSetDirective.html" title="class in org.apache.velocity.runtime.parser.node">ASTSetDirective</a></dt>
<dd>
<div class="block">get indentation prefix</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/script/VelocityScriptEngineFactory.html#getProgram-java.lang.String...-">getProgram(String...)</a></span> - Method in class org.apache.velocity.script.<a href="org/apache/velocity/script/VelocityScriptEngineFactory.html" title="class in org.apache.velocity.script">VelocityScriptEngineFactory</a></dt>
<dd>
<div class="block">get whole VTL program given VTL lines</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/ExtProperties.html#getProperties-java.lang.String-">getProperties(String)</a></span> - Method in class org.apache.velocity.util.<a href="org/apache/velocity/util/ExtProperties.html" title="class in org.apache.velocity.util">ExtProperties</a></dt>
<dd>
<div class="block">Get a list of properties associated with the given
configuration key.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/ExtProperties.html#getProperties-java.lang.String-java.util.Properties-">getProperties(String, Properties)</a></span> - Method in class org.apache.velocity.util.<a href="org/apache/velocity/util/ExtProperties.html" title="class in org.apache.velocity.util">ExtProperties</a></dt>
<dd>
<div class="block">Get a list of properties associated with the given
configuration key.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/app/Velocity.html#getProperty-java.lang.String-">getProperty(String)</a></span> - Static method in class org.apache.velocity.app.<a href="org/apache/velocity/app/Velocity.html" title="class in org.apache.velocity.app">Velocity</a></dt>
<dd>
<div class="block">Get a Velocity Runtime property.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/app/VelocityEngine.html#getProperty-java.lang.String-">getProperty(String)</a></span> - Method in class org.apache.velocity.app.<a href="org/apache/velocity/app/VelocityEngine.html" title="class in org.apache.velocity.app">VelocityEngine</a></dt>
<dd>
<div class="block">Get a Velocity Runtime property.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeInstance.html#getProperty-java.lang.String-">getProperty(String)</a></span> - Method in class org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeInstance.html" title="class in org.apache.velocity.runtime">RuntimeInstance</a></dt>
<dd>
<div class="block">Allows an external caller to get a property.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeServices.html#getProperty-java.lang.String-">getProperty(String)</a></span> - Method in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeServices.html" title="interface in org.apache.velocity.runtime">RuntimeServices</a></dt>
<dd>
<div class="block">Allows an external caller to get a property.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeSingleton.html#getProperty-java.lang.String-">getProperty(String)</a></span> - Static method in class org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeSingleton.html" title="class in org.apache.velocity.runtime">RuntimeSingleton</a></dt>
<dd>
<div class="block">Allows an external caller to get a property.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/ExtProperties.html#getProperty-java.lang.String-">getProperty(String)</a></span> - Method in class org.apache.velocity.util.<a href="org/apache/velocity/util/ExtProperties.html" title="class in org.apache.velocity.util">ExtProperties</a></dt>
<dd>
<div class="block">Gets a property from the configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/introspection/AbstractChainableUberspector.html#getPropertyGet-java.lang.Object-java.lang.String-org.apache.velocity.util.introspection.Info-">getPropertyGet(Object, String, Info)</a></span> - Method in class org.apache.velocity.util.introspection.<a href="org/apache/velocity/util/introspection/AbstractChainableUberspector.html" title="class in org.apache.velocity.util.introspection">AbstractChainableUberspector</a></dt>
<dd>
<div class="block">Property getter</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/introspection/DeprecatedCheckUberspector.html#getPropertyGet-java.lang.Object-java.lang.String-org.apache.velocity.util.introspection.Info-">getPropertyGet(Object, String, Info)</a></span> - Method in class org.apache.velocity.util.introspection.<a href="org/apache/velocity/util/introspection/DeprecatedCheckUberspector.html" title="class in org.apache.velocity.util.introspection">DeprecatedCheckUberspector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/introspection/LinkingUberspector.html#getPropertyGet-java.lang.Object-java.lang.String-org.apache.velocity.util.introspection.Info-">getPropertyGet(Object, String, Info)</a></span> - Method in class org.apache.velocity.util.introspection.<a href="org/apache/velocity/util/introspection/LinkingUberspector.html" title="class in org.apache.velocity.util.introspection">LinkingUberspector</a></dt>
<dd>
<div class="block">Property getter</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/introspection/Uberspect.html#getPropertyGet-java.lang.Object-java.lang.String-org.apache.velocity.util.introspection.Info-">getPropertyGet(Object, String, Info)</a></span> - Method in interface org.apache.velocity.util.introspection.<a href="org/apache/velocity/util/introspection/Uberspect.html" title="interface in org.apache.velocity.util.introspection">Uberspect</a></dt>
<dd>
<div class="block">Property getter - returns VelPropertyGet appropos for #set($foo = $bar.woogie)</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/introspection/UberspectImpl.html#getPropertyGet-java.lang.Object-java.lang.String-org.apache.velocity.util.introspection.Info-">getPropertyGet(Object, String, Info)</a></span> - Method in class org.apache.velocity.util.introspection.<a href="org/apache/velocity/util/introspection/UberspectImpl.html" title="class in org.apache.velocity.util.introspection">UberspectImpl</a></dt>
<dd>
<div class="block">Property getter</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/introspection/UberspectPublicFields.html#getPropertyGet-java.lang.Object-java.lang.String-org.apache.velocity.util.introspection.Info-">getPropertyGet(Object, String, Info)</a></span> - Method in class org.apache.velocity.util.introspection.<a href="org/apache/velocity/util/introspection/UberspectPublicFields.html" title="class in org.apache.velocity.util.introspection">UberspectPublicFields</a></dt>
<dd>
<div class="block">Property getter</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/introspection/AbstractChainableUberspector.html#getPropertySet-java.lang.Object-java.lang.String-java.lang.Object-org.apache.velocity.util.introspection.Info-">getPropertySet(Object, String, Object, Info)</a></span> - Method in class org.apache.velocity.util.introspection.<a href="org/apache/velocity/util/introspection/AbstractChainableUberspector.html" title="class in org.apache.velocity.util.introspection">AbstractChainableUberspector</a></dt>
<dd>
<div class="block">Property setter</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/introspection/DeprecatedCheckUberspector.html#getPropertySet-java.lang.Object-java.lang.String-java.lang.Object-org.apache.velocity.util.introspection.Info-">getPropertySet(Object, String, Object, Info)</a></span> - Method in class org.apache.velocity.util.introspection.<a href="org/apache/velocity/util/introspection/DeprecatedCheckUberspector.html" title="class in org.apache.velocity.util.introspection">DeprecatedCheckUberspector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/introspection/LinkingUberspector.html#getPropertySet-java.lang.Object-java.lang.String-java.lang.Object-org.apache.velocity.util.introspection.Info-">getPropertySet(Object, String, Object, Info)</a></span> - Method in class org.apache.velocity.util.introspection.<a href="org/apache/velocity/util/introspection/LinkingUberspector.html" title="class in org.apache.velocity.util.introspection">LinkingUberspector</a></dt>
<dd>
<div class="block">Property setter</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/introspection/Uberspect.html#getPropertySet-java.lang.Object-java.lang.String-java.lang.Object-org.apache.velocity.util.introspection.Info-">getPropertySet(Object, String, Object, Info)</a></span> - Method in interface org.apache.velocity.util.introspection.<a href="org/apache/velocity/util/introspection/Uberspect.html" title="interface in org.apache.velocity.util.introspection">Uberspect</a></dt>
<dd>
<div class="block">Property setter - returns VelPropertySet appropos for #set($foo.bar = "geir")</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/introspection/UberspectImpl.html#getPropertySet-java.lang.Object-java.lang.String-java.lang.Object-org.apache.velocity.util.introspection.Info-">getPropertySet(Object, String, Object, Info)</a></span> - Method in class org.apache.velocity.util.introspection.<a href="org/apache/velocity/util/introspection/UberspectImpl.html" title="class in org.apache.velocity.util.introspection">UberspectImpl</a></dt>
<dd>
<div class="block">Property setter</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/introspection/UberspectPublicFields.html#getPropertySet-java.lang.Object-java.lang.String-java.lang.Object-org.apache.velocity.util.introspection.Info-">getPropertySet(Object, String, Object, Info)</a></span> - Method in class org.apache.velocity.util.introspection.<a href="org/apache/velocity/util/introspection/UberspectPublicFields.html" title="class in org.apache.velocity.util.introspection">UberspectPublicFields</a></dt>
<dd>
<div class="block">Property setter</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/loader/DataSourceResourceLoader.html#getReader-java.sql.ResultSet-java.lang.String-java.lang.String-">getReader(ResultSet, String, String)</a></span> - Method in class org.apache.velocity.runtime.resource.loader.<a href="org/apache/velocity/runtime/resource/loader/DataSourceResourceLoader.html" title="class in org.apache.velocity.runtime.resource.loader">DataSourceResourceLoader</a></dt>
<dd>
<div class="block">Gets a reader from a result set's column</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/exception/MethodInvocationException.html#getReferenceName--">getReferenceName()</a></span> - Method in exception org.apache.velocity.exception.<a href="org/apache/velocity/exception/MethodInvocationException.html" title="class in org.apache.velocity.exception">MethodInvocationException</a></dt>
<dd>
<div class="block">Retrieves the name of the reference that caused the
exception.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/io/VelocityWriter.html#getRemaining--">getRemaining()</a></span> - Method in class org.apache.velocity.io.<a href="org/apache/velocity/io/VelocityWriter.html" title="class in org.apache.velocity.io">VelocityWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/Scope.html#getReplaced--">getReplaced()</a></span> - Method in class org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/Scope.html" title="class in org.apache.velocity.runtime.directive">Scope</a></dt>
<dd>
<div class="block">Returns the user's context reference overridden by the placement
of this instance in the context.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/loader/StringResourceLoader.html#getRepository--">getRepository()</a></span> - Static method in class org.apache.velocity.runtime.resource.loader.<a href="org/apache/velocity/runtime/resource/loader/StringResourceLoader.html" title="class in org.apache.velocity.runtime.resource.loader">StringResourceLoader</a></dt>
<dd>
<div class="block">Returns a reference to the default static repository.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/loader/StringResourceLoader.html#getRepository-java.lang.String-">getRepository(String)</a></span> - Static method in class org.apache.velocity.runtime.resource.loader.<a href="org/apache/velocity/runtime/resource/loader/StringResourceLoader.html" title="class in org.apache.velocity.runtime.resource.loader">StringResourceLoader</a></dt>
<dd>
<div class="block">Returns a reference to the repository stored statically under the
specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/loader/JarHolder.html#getResource-java.lang.String-">getResource(String)</a></span> - Method in class org.apache.velocity.runtime.resource.loader.<a href="org/apache/velocity/runtime/resource/loader/JarHolder.html" title="class in org.apache.velocity.runtime.resource.loader">JarHolder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/ResourceFactory.html#getResource-java.lang.String-int-">getResource(String, int)</a></span> - Static method in class org.apache.velocity.runtime.resource.<a href="org/apache/velocity/runtime/resource/ResourceFactory.html" title="class in org.apache.velocity.runtime.resource">ResourceFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/ResourceManager.html#getResource-java.lang.String-int-java.lang.String-">getResource(String, int, String)</a></span> - Method in interface org.apache.velocity.runtime.resource.<a href="org/apache/velocity/runtime/resource/ResourceManager.html" title="interface in org.apache.velocity.runtime.resource">ResourceManager</a></dt>
<dd>
<div class="block">Gets the named resource.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/ResourceManagerImpl.html#getResource-java.lang.String-int-java.lang.String-">getResource(String, int, String)</a></span> - Method in class org.apache.velocity.runtime.resource.<a href="org/apache/velocity/runtime/resource/ResourceManagerImpl.html" title="class in org.apache.velocity.runtime.resource">ResourceManagerImpl</a></dt>
<dd>
<div class="block">Gets the named resource.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/ClassUtils.html#getResourceAsStream-java.lang.Class-java.lang.String-">getResourceAsStream(Class&lt;?&gt;, String)</a></span> - Static method in class org.apache.velocity.util.<a href="org/apache/velocity/util/ClassUtils.html" title="class in org.apache.velocity.util">ClassUtils</a></dt>
<dd>
<div class="block">Finds a resource with the given name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/Resource.html#getResourceLoader--">getResourceLoader()</a></span> - Method in class org.apache.velocity.runtime.resource.<a href="org/apache/velocity/runtime/resource/Resource.html" title="class in org.apache.velocity.runtime.resource">Resource</a></dt>
<dd>
<div class="block">Return the template loader that pulled
in the template stream</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/spring/VelocityEngineFactory.html#getResourceLoader--">getResourceLoader()</a></span> - Method in class org.apache.velocity.spring.<a href="org/apache/velocity/spring/VelocityEngineFactory.html" title="class in org.apache.velocity.spring">VelocityEngineFactory</a></dt>
<dd>
<div class="block">Return the Spring ResourceLoader to use for loading Velocity template files.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/loader/ClasspathResourceLoader.html#getResourceReader-java.lang.String-java.lang.String-">getResourceReader(String, String)</a></span> - Method in class org.apache.velocity.runtime.resource.loader.<a href="org/apache/velocity/runtime/resource/loader/ClasspathResourceLoader.html" title="class in org.apache.velocity.runtime.resource.loader">ClasspathResourceLoader</a></dt>
<dd>
<div class="block">Get a Reader so that the Runtime can build a
template with it.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/loader/DataSourceResourceLoader.html#getResourceReader-java.lang.String-java.lang.String-">getResourceReader(String, String)</a></span> - Method in class org.apache.velocity.runtime.resource.loader.<a href="org/apache/velocity/runtime/resource/loader/DataSourceResourceLoader.html" title="class in org.apache.velocity.runtime.resource.loader">DataSourceResourceLoader</a></dt>
<dd>
<div class="block">Get an InputStream so that the Runtime can build a
template with it.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/loader/FileResourceLoader.html#getResourceReader-java.lang.String-java.lang.String-">getResourceReader(String, String)</a></span> - Method in class org.apache.velocity.runtime.resource.loader.<a href="org/apache/velocity/runtime/resource/loader/FileResourceLoader.html" title="class in org.apache.velocity.runtime.resource.loader">FileResourceLoader</a></dt>
<dd>
<div class="block">Get a Reader so that the Runtime can build a
template with it.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/loader/JarResourceLoader.html#getResourceReader-java.lang.String-java.lang.String-">getResourceReader(String, String)</a></span> - Method in class org.apache.velocity.runtime.resource.loader.<a href="org/apache/velocity/runtime/resource/loader/JarResourceLoader.html" title="class in org.apache.velocity.runtime.resource.loader">JarResourceLoader</a></dt>
<dd>
<div class="block">Get a Reader so that the Runtime can build a
template with it.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/loader/ResourceLoader.html#getResourceReader-java.lang.String-java.lang.String-">getResourceReader(String, String)</a></span> - Method in class org.apache.velocity.runtime.resource.loader.<a href="org/apache/velocity/runtime/resource/loader/ResourceLoader.html" title="class in org.apache.velocity.runtime.resource.loader">ResourceLoader</a></dt>
<dd>
<div class="block">Get the Reader that the Runtime will parse
to create a template.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/loader/StringResourceLoader.html#getResourceReader-java.lang.String-java.lang.String-">getResourceReader(String, String)</a></span> - Method in class org.apache.velocity.runtime.resource.loader.<a href="org/apache/velocity/runtime/resource/loader/StringResourceLoader.html" title="class in org.apache.velocity.runtime.resource.loader">StringResourceLoader</a></dt>
<dd>
<div class="block">Get a reader so that the Runtime can build a
template with it.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/loader/URLResourceLoader.html#getResourceReader-java.lang.String-java.lang.String-">getResourceReader(String, String)</a></span> - Method in class org.apache.velocity.runtime.resource.loader.<a href="org/apache/velocity/runtime/resource/loader/URLResourceLoader.html" title="class in org.apache.velocity.runtime.resource.loader">URLResourceLoader</a></dt>
<dd>
<div class="block">Get a Reader so that the Runtime can build a
template with it.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/script/VelocityScriptEngine.SingleResourceReader.html#getResourceReader-java.lang.String-java.lang.String-">getResourceReader(String, String)</a></span> - Method in class org.apache.velocity.script.<a href="org/apache/velocity/script/VelocityScriptEngine.SingleResourceReader.html" title="class in org.apache.velocity.script">VelocityScriptEngine.SingleResourceReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/spring/SpringResourceLoader.html#getResourceReader-java.lang.String-java.lang.String-">getResourceReader(String, String)</a></span> - Method in class org.apache.velocity.spring.<a href="org/apache/velocity/spring/SpringResourceLoader.html" title="class in org.apache.velocity.spring">SpringResourceLoader</a></dt>
<dd>
<div class="block">Get the Reader that the Runtime will parse
to create a template.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/introspection/UberspectImpl.VelMethodImpl.html#getReturnType--">getReturnType()</a></span> - Method in class org.apache.velocity.util.introspection.<a href="org/apache/velocity/util/introspection/UberspectImpl.VelMethodImpl.html" title="class in org.apache.velocity.util.introspection">UberspectImpl.VelMethodImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/introspection/VelMethod.html#getReturnType--">getReturnType()</a></span> - Method in interface org.apache.velocity.util.introspection.<a href="org/apache/velocity/util/introspection/VelMethod.html" title="interface in org.apache.velocity.util.introspection">VelMethod</a></dt>
<dd>
<div class="block">returns the return type of the method invoked</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTReference.html#getRootString--">getRootString()</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTReference.html" title="class in org.apache.velocity.runtime.parser.node">ASTReference</a></dt>
<dd>
<div class="block">Returns the 'root string', the reference key</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTReference.html#getRootVariableValue-org.apache.velocity.context.InternalContextAdapter-">getRootVariableValue(InternalContextAdapter)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTReference.html" title="class in org.apache.velocity.runtime.parser.node">ASTReference</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/app/event/implement/EscapeReference.html#getRuntimeServices--">getRuntimeServices()</a></span> - Method in class org.apache.velocity.app.event.implement.<a href="org/apache/velocity/app/event/implement/EscapeReference.html" title="class in org.apache.velocity.app.event.implement">EscapeReference</a></dt>
<dd>
<div class="block">Retrieve a reference to RuntimeServices.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/SimpleNode.html#getRuntimeServices--">getRuntimeServices()</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/SimpleNode.html" title="class in org.apache.velocity.runtime.parser.node">SimpleNode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/Parser.html#getRuntimeServices--">getRuntimeServices()</a></span> - Method in interface org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/Parser.html" title="interface in org.apache.velocity.runtime.parser">Parser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParser.html#getRuntimeServices--">getRuntimeServices()</a></span> - Method in class org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParser.html" title="class in org.apache.velocity.runtime.parser">StandardParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeSingleton.html#getRuntimeServices--">getRuntimeServices()</a></span> - Static method in class org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeSingleton.html" title="class in org.apache.velocity.runtime">RuntimeSingleton</a></dt>
<dd>
<div class="block">Returns the RuntimeServices Instance used by this wrapper.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/BlockMacro.html#getScopeName--">getScopeName()</a></span> - Method in class org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/BlockMacro.html" title="class in org.apache.velocity.runtime.directive">BlockMacro</a></dt>
<dd>
<div class="block">Override to use the macro name, since it is within an
#@myMacro() ...</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/Directive.html#getScopeName--">getScopeName()</a></span> - Method in class org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/Directive.html" title="class in org.apache.velocity.runtime.directive">Directive</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/Parse.html#getScopeName--">getScopeName()</a></span> - Method in class org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/Parse.html" title="class in org.apache.velocity.runtime.directive">Parse</a></dt>
<dd>
<div class="block">Overrides the default to use "template", so that all templates
can use the same scope reference, whether rendered via #parse
or direct merge.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/RuntimeMacro.html#getScopeName--">getScopeName()</a></span> - Method in class org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/RuntimeMacro.html" title="class in org.apache.velocity.runtime.directive">RuntimeMacro</a></dt>
<dd>
<div class="block">Override to always return "macro".</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/script/VelocityScriptEngineFactory.html#getScriptEngine--">getScriptEngine()</a></span> - Method in class org.apache.velocity.script.<a href="org/apache/velocity/script/VelocityScriptEngineFactory.html" title="class in org.apache.velocity.script">VelocityScriptEngineFactory</a></dt>
<dd>
<div class="block">get a Velocity script engine</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/ExtProperties.html#getShort-java.lang.String-">getShort(String)</a></span> - Method in class org.apache.velocity.util.<a href="org/apache/velocity/util/ExtProperties.html" title="class in org.apache.velocity.util">ExtProperties</a></dt>
<dd>
<div class="block">Get a short associated with the given configuration key.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/ExtProperties.html#getShort-java.lang.String-short-">getShort(String, short)</a></span> - Method in class org.apache.velocity.util.<a href="org/apache/velocity/util/ExtProperties.html" title="class in org.apache.velocity.util">ExtProperties</a></dt>
<dd>
<div class="block">Get a short associated with the given configuration key.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/ExtProperties.html#getShort-java.lang.String-java.lang.Short-">getShort(String, Short)</a></span> - Method in class org.apache.velocity.util.<a href="org/apache/velocity/util/ExtProperties.html" title="class in org.apache.velocity.util">ExtProperties</a></dt>
<dd>
<div class="block">Get a short associated with the given configuration key.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeInstance.html#getSpaceGobbling--">getSpaceGobbling()</a></span> - Method in class org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeInstance.html" title="class in org.apache.velocity.runtime">RuntimeInstance</a></dt>
<dd>
<div class="block">get space gobbling mode</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeServices.html#getSpaceGobbling--">getSpaceGobbling()</a></span> - Method in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeServices.html" title="interface in org.apache.velocity.runtime">RuntimeServices</a></dt>
<dd>
<div class="block">get space gobbling mode</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/NodeUtils.html#getSpecialText-org.apache.velocity.runtime.parser.Parser-org.apache.velocity.runtime.parser.Token-">getSpecialText(Parser, Token)</a></span> - Static method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/NodeUtils.html" title="class in org.apache.velocity.runtime.parser.node">NodeUtils</a></dt>
<dd>
<div class="block">Collect all the &lt;SPECIAL_TOKEN&gt;s that
are carried along with a token.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/LogContext.html#getStackTrace--">getStackTrace()</a></span> - Method in class org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/LogContext.html" title="class in org.apache.velocity.runtime.parser">LogContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeInstance.html#getString-java.lang.String-java.lang.String-">getString(String, String)</a></span> - Method in class org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeInstance.html" title="class in org.apache.velocity.runtime">RuntimeInstance</a></dt>
<dd>
<div class="block">String property accessor method with default to hide the
configuration implementation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeInstance.html#getString-java.lang.String-">getString(String)</a></span> - Method in class org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeInstance.html" title="class in org.apache.velocity.runtime">RuntimeInstance</a></dt>
<dd>
<div class="block">String property accessor method to hide the configuration implementation</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeServices.html#getString-java.lang.String-java.lang.String-">getString(String, String)</a></span> - Method in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeServices.html" title="interface in org.apache.velocity.runtime">RuntimeServices</a></dt>
<dd>
<div class="block">String property accessor method with default to hide the
configuration implementation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeServices.html#getString-java.lang.String-">getString(String)</a></span> - Method in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeServices.html" title="interface in org.apache.velocity.runtime">RuntimeServices</a></dt>
<dd>
<div class="block">String property accessor method to hide the configuration implementation</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeSingleton.html#getString-java.lang.String-java.lang.String-">getString(String, String)</a></span> - Static method in class org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeSingleton.html" title="class in org.apache.velocity.runtime">RuntimeSingleton</a></dt>
<dd>
<div class="block">String property accessor method with default to hide the
configuration implementation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeSingleton.html#getString-java.lang.String-">getString(String)</a></span> - Static method in class org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeSingleton.html" title="class in org.apache.velocity.runtime">RuntimeSingleton</a></dt>
<dd>
<div class="block">String property accessor method to hide the configuration implementation</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/ExtProperties.html#getString-java.lang.String-">getString(String)</a></span> - Method in class org.apache.velocity.util.<a href="org/apache/velocity/util/ExtProperties.html" title="class in org.apache.velocity.util">ExtProperties</a></dt>
<dd>
<div class="block">Get a string associated with the given configuration key.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/ExtProperties.html#getString-java.lang.String-java.lang.String-">getString(String, String)</a></span> - Method in class org.apache.velocity.util.<a href="org/apache/velocity/util/ExtProperties.html" title="class in org.apache.velocity.util">ExtProperties</a></dt>
<dd>
<div class="block">Get a string associated with the given configuration key.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/ExtProperties.html#getStringArray-java.lang.String-">getStringArray(String)</a></span> - Method in class org.apache.velocity.util.<a href="org/apache/velocity/util/ExtProperties.html" title="class in org.apache.velocity.util">ExtProperties</a></dt>
<dd>
<div class="block">Get an array of strings associated with the given configuration
key.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/util/StringResourceRepository.html#getStringResource-java.lang.String-">getStringResource(String)</a></span> - Method in interface org.apache.velocity.runtime.resource.util.<a href="org/apache/velocity/runtime/resource/util/StringResourceRepository.html" title="interface in org.apache.velocity.runtime.resource.util">StringResourceRepository</a></dt>
<dd>
<div class="block">get the string resource that is stored with given key</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/util/StringResourceRepositoryImpl.html#getStringResource-java.lang.String-">getStringResource(String)</a></span> - Method in class org.apache.velocity.runtime.resource.util.<a href="org/apache/velocity/runtime/resource/util/StringResourceRepositoryImpl.html" title="class in org.apache.velocity.runtime.resource.util">StringResourceRepositoryImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/CharStream.html#GetSuffix-int-">GetSuffix(int)</a></span> - Method in interface org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/CharStream.html" title="interface in org.apache.velocity.runtime.parser">CharStream</a></dt>
<dd>
<div class="block">Returns an array of characters that make up the suffix of length 'len' for
the currently matched token.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/VelocityCharStream.html#GetSuffix-int-">GetSuffix(int)</a></span> - Method in class org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/VelocityCharStream.html" title="class in org.apache.velocity.runtime.parser">VelocityCharStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/app/Velocity.html#getTemplate-java.lang.String-">getTemplate(String)</a></span> - Static method in class org.apache.velocity.app.<a href="org/apache/velocity/app/Velocity.html" title="class in org.apache.velocity.app">Velocity</a></dt>
<dd>
<div class="block">Returns a <code>Template</code> from the Velocity
resource management system.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/app/Velocity.html#getTemplate-java.lang.String-java.lang.String-">getTemplate(String, String)</a></span> - Static method in class org.apache.velocity.app.<a href="org/apache/velocity/app/Velocity.html" title="class in org.apache.velocity.app">Velocity</a></dt>
<dd>
<div class="block">Returns a <code>Template</code> from the Velocity
resource management system.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/app/VelocityEngine.html#getTemplate-java.lang.String-">getTemplate(String)</a></span> - Method in class org.apache.velocity.app.<a href="org/apache/velocity/app/VelocityEngine.html" title="class in org.apache.velocity.app">VelocityEngine</a></dt>
<dd>
<div class="block">Returns a <code>Template</code> from the Velocity
resource management system.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/app/VelocityEngine.html#getTemplate-java.lang.String-java.lang.String-">getTemplate(String, String)</a></span> - Method in class org.apache.velocity.app.<a href="org/apache/velocity/app/VelocityEngine.html" title="class in org.apache.velocity.app">VelocityEngine</a></dt>
<dd>
<div class="block">Returns a <code>Template</code> from the Velocity
resource management system.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/Directive.html#getTemplate--">getTemplate()</a></span> - Method in class org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/Directive.html" title="class in org.apache.velocity.runtime.directive">Directive</a></dt>
<dd>
<div class="block">returns the template in which this directive appears</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/Scope.Info.html#getTemplate--">getTemplate()</a></span> - Method in class org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/Scope.Info.html" title="class in org.apache.velocity.runtime.directive">Scope.Info</a></dt>
<dd>
<div class="block">template name getter</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/Node.html#getTemplate--">getTemplate()</a></span> - Method in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/Node.html" title="interface in org.apache.velocity.runtime.parser.node">Node</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/SimpleNode.html#getTemplate--">getTemplate()</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/SimpleNode.html" title="class in org.apache.velocity.runtime.parser.node">SimpleNode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeInstance.html#getTemplate-java.lang.String-">getTemplate(String)</a></span> - Method in class org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeInstance.html" title="class in org.apache.velocity.runtime">RuntimeInstance</a></dt>
<dd>
<div class="block">Returns a <code>Template</code> from the resource manager.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeInstance.html#getTemplate-java.lang.String-java.lang.String-">getTemplate(String, String)</a></span> - Method in class org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeInstance.html" title="class in org.apache.velocity.runtime">RuntimeInstance</a></dt>
<dd>
<div class="block">Returns a <code>Template</code> from the resource manager</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeServices.html#getTemplate-java.lang.String-">getTemplate(String)</a></span> - Method in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeServices.html" title="interface in org.apache.velocity.runtime">RuntimeServices</a></dt>
<dd>
<div class="block">Returns a <code>Template</code> from the resource manager.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeServices.html#getTemplate-java.lang.String-java.lang.String-">getTemplate(String, String)</a></span> - Method in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeServices.html" title="interface in org.apache.velocity.runtime">RuntimeServices</a></dt>
<dd>
<div class="block">Returns a <code>Template</code> from the resource manager</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeSingleton.html#getTemplate-java.lang.String-">getTemplate(String)</a></span> - Static method in class org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeSingleton.html" title="class in org.apache.velocity.runtime">RuntimeSingleton</a></dt>
<dd>
<div class="block">Returns a <code>Template</code> from the resource manager.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeSingleton.html#getTemplate-java.lang.String-java.lang.String-">getTemplate(String, String)</a></span> - Static method in class org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeSingleton.html" title="class in org.apache.velocity.runtime">RuntimeSingleton</a></dt>
<dd>
<div class="block">Returns a <code>Template</code> from the resource manager</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/exception/ExtendedParseException.html#getTemplateName--">getTemplateName()</a></span> - Method in interface org.apache.velocity.exception.<a href="org/apache/velocity/exception/ExtendedParseException.html" title="interface in org.apache.velocity.exception">ExtendedParseException</a></dt>
<dd>
<div class="block">returns the Template name where this exception occurred.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/exception/MethodInvocationException.html#getTemplateName--">getTemplateName()</a></span> - Method in exception org.apache.velocity.exception.<a href="org/apache/velocity/exception/MethodInvocationException.html" title="class in org.apache.velocity.exception">MethodInvocationException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/exception/ParseErrorException.html#getTemplateName--">getTemplateName()</a></span> - Method in exception org.apache.velocity.exception.<a href="org/apache/velocity/exception/ParseErrorException.html" title="class in org.apache.velocity.exception">ParseErrorException</a></dt>
<dd>
<div class="block">Return the name of the template containing the error, or null if not
defined.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/exception/TemplateInitException.html#getTemplateName--">getTemplateName()</a></span> - Method in exception org.apache.velocity.exception.<a href="org/apache/velocity/exception/TemplateInitException.html" title="class in org.apache.velocity.exception">TemplateInitException</a></dt>
<dd>
<div class="block">Returns the Template name where this exception occurred.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/Directive.html#getTemplateName--">getTemplateName()</a></span> - Method in class org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/Directive.html" title="class in org.apache.velocity.runtime.directive">Directive</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/MacroParseException.html#getTemplateName--">getTemplateName()</a></span> - Method in exception org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/MacroParseException.html" title="class in org.apache.velocity.runtime.directive">MacroParseException</a></dt>
<dd>
<div class="block">returns the Template name where this exception occured.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/Node.html#getTemplateName--">getTemplateName()</a></span> - Method in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/Node.html" title="interface in org.apache.velocity.runtime.parser.node">Node</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/SimpleNode.html#getTemplateName--">getTemplateName()</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/SimpleNode.html" title="class in org.apache.velocity.runtime.parser.node">SimpleNode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/TemplateParseException.html#getTemplateName--">getTemplateName()</a></span> - Method in exception org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/TemplateParseException.html" title="class in org.apache.velocity.runtime.parser">TemplateParseException</a></dt>
<dd>
<div class="block">returns the Template name where this exception occurred.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/introspection/Info.html#getTemplateName--">getTemplateName()</a></span> - Method in class org.apache.velocity.util.introspection.<a href="org/apache/velocity/util/introspection/Info.html" title="class in org.apache.velocity.util.introspection">Info</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/context/ChainedInternalContextAdapter.html#getTemplateNameStack--">getTemplateNameStack()</a></span> - Method in class org.apache.velocity.context.<a href="org/apache/velocity/context/ChainedInternalContextAdapter.html" title="class in org.apache.velocity.context">ChainedInternalContextAdapter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/context/InternalContextAdapterImpl.html#getTemplateNameStack--">getTemplateNameStack()</a></span> - Method in class org.apache.velocity.context.<a href="org/apache/velocity/context/InternalContextAdapterImpl.html" title="class in org.apache.velocity.context">InternalContextAdapterImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/loader/URLResourceLoader.html#getTimeout--">getTimeout()</a></span> - Method in class org.apache.velocity.runtime.resource.loader.<a href="org/apache/velocity/runtime/resource/loader/URLResourceLoader.html" title="class in org.apache.velocity.runtime.resource.loader">URLResourceLoader</a></dt>
<dd>
<div class="block">Returns the current, custom timeout setting.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/Parser.html#getToken-int-">getToken(int)</a></span> - Method in interface org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/Parser.html" title="interface in org.apache.velocity.runtime.parser">Parser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParser.html#getToken-int-">getToken(int)</a></span> - Method in class org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParser.html" title="class in org.apache.velocity.runtime.parser">StandardParser</a></dt>
<dd>
<div class="block">Get the specific Token.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/Scope.html#getTopmost--">getTopmost()</a></span> - Method in class org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/Scope.html" title="class in org.apache.velocity.runtime.directive">Scope</a></dt>
<dd>
<div class="block">Returns the topmost parent control reference, retrieved
by simple recursion on <a href="org/apache/velocity/runtime/directive/Scope.html#getParent--"><code>Scope.getParent()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/Block.html#getType--">getType()</a></span> - Method in class org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/Block.html" title="class in org.apache.velocity.runtime.directive">Block</a></dt>
<dd>
<div class="block">Return type of this directive.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/Break.html#getType--">getType()</a></span> - Method in class org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/Break.html" title="class in org.apache.velocity.runtime.directive">Break</a></dt>
<dd>
<div class="block">Return type of this directive.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/contrib/For.html#getType--">getType()</a></span> - Method in class org.apache.velocity.runtime.directive.contrib.<a href="org/apache/velocity/runtime/directive/contrib/For.html" title="class in org.apache.velocity.runtime.directive.contrib">For</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/Directive.html#getType--">getType()</a></span> - Method in class org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/Directive.html" title="class in org.apache.velocity.runtime.directive">Directive</a></dt>
<dd>
<div class="block">Get the directive type BLOCK/LINE.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/Evaluate.html#getType--">getType()</a></span> - Method in class org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/Evaluate.html" title="class in org.apache.velocity.runtime.directive">Evaluate</a></dt>
<dd>
<div class="block">Return type of this directive.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/Foreach.html#getType--">getType()</a></span> - Method in class org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/Foreach.html" title="class in org.apache.velocity.runtime.directive">Foreach</a></dt>
<dd>
<div class="block">Return type of this directive.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/Include.html#getType--">getType()</a></span> - Method in class org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/Include.html" title="class in org.apache.velocity.runtime.directive">Include</a></dt>
<dd>
<div class="block">Return type of this directive.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/Macro.html#getType--">getType()</a></span> - Method in class org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/Macro.html" title="class in org.apache.velocity.runtime.directive">Macro</a></dt>
<dd>
<div class="block">Return type of this directive.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/Parse.html#getType--">getType()</a></span> - Method in class org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/Parse.html" title="class in org.apache.velocity.runtime.directive">Parse</a></dt>
<dd>
<div class="block">Return type of this directive.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/RuntimeMacro.html#getType--">getType()</a></span> - Method in class org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/RuntimeMacro.html" title="class in org.apache.velocity.runtime.directive">RuntimeMacro</a></dt>
<dd>
<div class="block">Velocimacros are always LINE
type directives.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/Scope.Info.html#getType--">getType()</a></span> - Method in class org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/Scope.Info.html" title="class in org.apache.velocity.runtime.directive">Scope.Info</a></dt>
<dd>
<div class="block">type getter</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/Stop.html#getType--">getType()</a></span> - Method in class org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/Stop.html" title="class in org.apache.velocity.runtime.directive">Stop</a></dt>
<dd>
<div class="block">Return type of this directive.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/VelocimacroProxy.html#getType--">getType()</a></span> - Method in class org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/VelocimacroProxy.html" title="class in org.apache.velocity.runtime.directive">VelocimacroProxy</a></dt>
<dd>
<div class="block">Velocimacros are always LINE type directives.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/Node.html#getType--">getType()</a></span> - Method in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/Node.html" title="interface in org.apache.velocity.runtime.parser.node">Node</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/SimpleNode.html#getType--">getType()</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/SimpleNode.html" title="class in org.apache.velocity.runtime.parser.node">SimpleNode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/Resource.html#getType--">getType()</a></span> - Method in class org.apache.velocity.runtime.resource.<a href="org/apache/velocity/runtime/resource/Resource.html" title="class in org.apache.velocity.runtime.resource">Resource</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/introspection/IntrospectionUtils.html#getTypeClass-java.lang.reflect.Type-">getTypeClass(Type)</a></span> - Static method in class org.apache.velocity.util.introspection.<a href="org/apache/velocity/util/introspection/IntrospectionUtils.html" title="class in org.apache.velocity.util.introspection">IntrospectionUtils</a></dt>
<dd>
<div class="block">returns the Class corresponding to a Type, if possible</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeInstance.html#getUberspect--">getUberspect()</a></span> - Method in class org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeInstance.html" title="class in org.apache.velocity.runtime">RuntimeInstance</a></dt>
<dd>
<div class="block">Returns the Uberspect object for this Instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeServices.html#getUberspect--">getUberspect()</a></span> - Method in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeServices.html" title="interface in org.apache.velocity.runtime">RuntimeServices</a></dt>
<dd>
<div class="block">Returns the configured class introspection/reflection
implementation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeSingleton.html#getUberspect--">getUberspect()</a></span> - Static method in class org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeSingleton.html" title="class in org.apache.velocity.runtime">RuntimeSingleton</a></dt>
<dd>
<div class="block">Returns the Uberspect object for this Instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/introspection/IntrospectionUtils.html#getUnboxedClass-java.lang.Class-">getUnboxedClass(Class)</a></span> - Static method in class org.apache.velocity.util.introspection.<a href="org/apache/velocity/util/introspection/IntrospectionUtils.html" title="class in org.apache.velocity.util.introspection">IntrospectionUtils</a></dt>
<dd>
<div class="block">returns unboxed type (or input type if not successful)</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/loader/JarHolder.html#getUrlPath--">getUrlPath()</a></span> - Method in class org.apache.velocity.runtime.resource.loader.<a href="org/apache/velocity/runtime/resource/loader/JarHolder.html" title="class in org.apache.velocity.runtime.resource.loader">JarHolder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/Token.html#getValue--">getValue()</a></span> - Method in class org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/Token.html" title="class in org.apache.velocity.runtime.parser">Token</a></dt>
<dd>
<div class="block">An optional attribute value of the Token.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/ExtProperties.html#getVector-java.lang.String-">getVector(String)</a></span> - Method in class org.apache.velocity.util.<a href="org/apache/velocity/util/ExtProperties.html" title="class in org.apache.velocity.util">ExtProperties</a></dt>
<dd>
<div class="block">Get a Vector of strings associated with the given configuration
key.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/ExtProperties.html#getVector-java.lang.String-java.util.Vector-">getVector(String, Vector)</a></span> - Method in class org.apache.velocity.util.<a href="org/apache/velocity/util/ExtProperties.html" title="class in org.apache.velocity.util">ExtProperties</a></dt>
<dd>
<div class="block">Get a Vector of strings associated with the given configuration key.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeInstance.html#getVelocimacro-java.lang.String-org.apache.velocity.Template-org.apache.velocity.Template-">getVelocimacro(String, Template, Template)</a></span> - Method in class org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeInstance.html" title="class in org.apache.velocity.runtime">RuntimeInstance</a></dt>
<dd>
<div class="block">Returns the appropriate VelocimacroProxy object if vmName
is a valid current Velocimacro.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeServices.html#getVelocimacro-java.lang.String-org.apache.velocity.Template-org.apache.velocity.Template-">getVelocimacro(String, Template, Template)</a></span> - Method in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeServices.html" title="interface in org.apache.velocity.runtime">RuntimeServices</a></dt>
<dd>
<div class="block">Returns the appropriate VelocimacroProxy object if strVMname
is a valid current Velocimacro.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeSingleton.html#getVelocimacro-java.lang.String-org.apache.velocity.Template-org.apache.velocity.Template-">getVelocimacro(String, Template, Template)</a></span> - Static method in class org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeSingleton.html" title="class in org.apache.velocity.runtime">RuntimeSingleton</a></dt>
<dd>
<div class="block">Returns the appropriate VelocimacroProxy object if strVMname
is a valid current Velocimacro.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/VelocimacroFactory.html#getVelocimacro-java.lang.String-org.apache.velocity.Template-org.apache.velocity.Template-">getVelocimacro(String, Template, Template)</a></span> - Method in class org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/VelocimacroFactory.html" title="class in org.apache.velocity.runtime">VelocimacroFactory</a></dt>
<dd>
<div class="block">actual factory: creates a Directive that will
behave correctly wrt getting the framework to
dig out the correct # of args</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/script/VelocityScriptEngine.html#getVelocityContext-javax.script.ScriptContext-">getVelocityContext(ScriptContext)</a></span> - Static method in class org.apache.velocity.script.<a href="org/apache/velocity/script/VelocityScriptEngine.html" title="class in org.apache.velocity.script">VelocityScriptEngine</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/script/VelocityScriptEngine.html#getVelocityEngine--">getVelocityEngine()</a></span> - Method in class org.apache.velocity.script.<a href="org/apache/velocity/script/VelocityScriptEngine.html" title="class in org.apache.velocity.script">VelocityScriptEngine</a></dt>
<dd>
<div class="block">get the internal Velocity RuntimeInstance</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/script/VelocityScriptEngine.html#getVelocityProperties-javax.script.ScriptContext-">getVelocityProperties(ScriptContext)</a></span> - Static method in class org.apache.velocity.script.<a href="org/apache/velocity/script/VelocityScriptEngine.html" title="class in org.apache.velocity.script">VelocityScriptEngine</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/exception/VelocityException.html#getVtlStackTrace--">getVtlStackTrace()</a></span> - Method in exception org.apache.velocity.exception.<a href="org/apache/velocity/exception/VelocityException.html" title="class in org.apache.velocity.exception">VelocityException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/exception/VelocityException.html#getWrappedThrowable--">getWrappedThrowable()</a></span> - Method in exception org.apache.velocity.exception.<a href="org/apache/velocity/exception/VelocityException.html" title="class in org.apache.velocity.exception">VelocityException</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true#getCause--" title="class or interface in java.lang"><code>Throwable.getCause()</code></a></span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/ResourceManagerImpl.html#globalCache">globalCache</a></span> - Variable in class org.apache.velocity.runtime.resource.<a href="org/apache/velocity/runtime/resource/ResourceManagerImpl.html" title="class in org.apache.velocity.runtime.resource">ResourceManagerImpl</a></dt>
<dd>
<div class="block">Object implementing ResourceCache to be our resource manager's Resource cache.</div>
</dd>
</dl>
<a name="I:H">
<!-- -->
</a>
<h2 class="title">H</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/VelocimacroProxy.html#handleArgValues-org.apache.velocity.context.InternalContextAdapter-org.apache.velocity.runtime.parser.node.Node-int-">handleArgValues(InternalContextAdapter, Node, int)</a></span> - Method in class org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/VelocimacroProxy.html" title="class in org.apache.velocity.runtime.directive">VelocimacroProxy</a></dt>
<dd>
<div class="block">Gets the macro argument values and puts them in the context under
the argument names.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTAddNode.html#handleSpecial-java.lang.Object-java.lang.Object-org.apache.velocity.context.InternalContextAdapter-">handleSpecial(Object, Object, InternalContextAdapter)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTAddNode.html" title="class in org.apache.velocity.runtime.parser.node">ASTAddNode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTMathNode.html#handleSpecial-java.lang.Object-java.lang.Object-org.apache.velocity.context.InternalContextAdapter-">handleSpecial(Object, Object, InternalContextAdapter)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTMathNode.html" title="class in org.apache.velocity.runtime.parser.node">ASTMathNode</a></dt>
<dd>
<div class="block">Extension hook to allow special behavior by subclasses
If this method returns a non-null value, that is returned,
rather than the result of the math operation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/Parser.html#hash--">hash()</a></span> - Method in interface org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/Parser.html" title="interface in org.apache.velocity.runtime.parser">Parser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParser.html#hash--">hash()</a></span> - Method in class org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParser.html" title="class in org.apache.velocity.runtime.parser">StandardParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParserConstants.html#HASH">HASH</a></span> - Static variable in interface org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParserConstants.html" title="interface in org.apache.velocity.runtime.parser">StandardParserConstants</a></dt>
<dd>
<div class="block">RegularExpression Id.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTMethod.MethodCacheKey.html#hashCode--">hashCode()</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTMethod.MethodCacheKey.html" title="class in org.apache.velocity.runtime.parser.node">ASTMethod.MethodCacheKey</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/ForeachScope.html#hasNext">hasNext</a></span> - Variable in class org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/ForeachScope.html" title="class in org.apache.velocity.runtime.directive">ForeachScope</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/ForeachScope.html#hasNext--">hasNext()</a></span> - Method in class org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/ForeachScope.html" title="class in org.apache.velocity.runtime.directive">ForeachScope</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTIntegerRange.IntegerRange.RangeIterator.html#hasNext--">hasNext()</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTIntegerRange.IntegerRange.RangeIterator.html" title="class in org.apache.velocity.runtime.parser.node">ASTIntegerRange.IntegerRange.RangeIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/ArrayIterator.html#hasNext--">hasNext()</a></span> - Method in class org.apache.velocity.util.<a href="org/apache/velocity/util/ArrayIterator.html" title="class in org.apache.velocity.util">ArrayIterator</a></dt>
<dd>
<div class="block">Check to see if there is another element in the array.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/EnumerationIterator.html#hasNext--">hasNext()</a></span> - Method in class org.apache.velocity.util.<a href="org/apache/velocity/util/EnumerationIterator.html" title="class in org.apache.velocity.util">EnumerationIterator</a></dt>
<dd>
<div class="block">Check to see if there is another element in the array.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTIntegerRange.IntegerRange.RangeIterator.html#hasPrevious--">hasPrevious()</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTIntegerRange.IntegerRange.RangeIterator.html" title="class in org.apache.velocity.runtime.parser.node">ASTIntegerRange.IntegerRange.RangeIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParser.html#hyphenAllowedInIdentifiers">hyphenAllowedInIdentifiers</a></span> - Variable in class org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParser.html" title="class in org.apache.velocity.runtime.parser">StandardParser</a></dt>
<dd>
<div class="block">Set to true if the propoerty
RuntimeConstants.PARSER_HYPHEN_ALLOWED is set to true</div>
</dd>
</dl>
<a name="I:I">
<!-- -->
</a>
<h2 class="title">I</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/velocity/context/ChainedInternalContextAdapter.html#icacheGet-java.lang.Object-">icacheGet(Object)</a></span> - Method in class org.apache.velocity.context.<a href="org/apache/velocity/context/ChainedInternalContextAdapter.html" title="class in org.apache.velocity.context">ChainedInternalContextAdapter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/context/InternalContextAdapterImpl.html#icacheGet-java.lang.Object-">icacheGet(Object)</a></span> - Method in class org.apache.velocity.context.<a href="org/apache/velocity/context/InternalContextAdapterImpl.html" title="class in org.apache.velocity.context">InternalContextAdapterImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/context/ChainedInternalContextAdapter.html#icachePut-java.lang.Object-org.apache.velocity.util.introspection.IntrospectionCacheData-">icachePut(Object, IntrospectionCacheData)</a></span> - Method in class org.apache.velocity.context.<a href="org/apache/velocity/context/ChainedInternalContextAdapter.html" title="class in org.apache.velocity.context">ChainedInternalContextAdapter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/context/InternalContextAdapterImpl.html#icachePut-java.lang.Object-org.apache.velocity.util.introspection.IntrospectionCacheData-">icachePut(Object, IntrospectionCacheData)</a></span> - Method in class org.apache.velocity.context.<a href="org/apache/velocity/context/InternalContextAdapterImpl.html" title="class in org.apache.velocity.context">InternalContextAdapterImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/Block.html#id-org.apache.velocity.context.InternalContextAdapter-">id(InternalContextAdapter)</a></span> - Method in class org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/Block.html" title="class in org.apache.velocity.runtime.directive">Block</a></dt>
<dd>
<div class="block">Creates a string identifying the source and location of the block
definition, and the current template being rendered if that is
different.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/SimpleNode.html#id">id</a></span> - Variable in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/SimpleNode.html" title="class in org.apache.velocity.runtime.parser.node">SimpleNode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParser.html#Identifier--">Identifier()</a></span> - Method in class org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParser.html" title="class in org.apache.velocity.runtime.parser">StandardParser</a></dt>
<dd>
<div class="block">This method corresponds to variable
references in Velocity templates.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParserConstants.html#IDENTIFIER">IDENTIFIER</a></span> - Static variable in interface org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParserConstants.html" title="interface in org.apache.velocity.runtime.parser">StandardParserConstants</a></dt>
<dd>
<div class="block">RegularExpression Id.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParserConstants.html#IDENTIFIER_CHAR">IDENTIFIER_CHAR</a></span> - Static variable in interface org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParserConstants.html" title="interface in org.apache.velocity.runtime.parser">StandardParserConstants</a></dt>
<dd>
<div class="block">RegularExpression Id.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParserConstants.html#IF_DIRECTIVE">IF_DIRECTIVE</a></span> - Static variable in interface org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParserConstants.html" title="interface in org.apache.velocity.runtime.parser">StandardParserConstants</a></dt>
<dd>
<div class="block">RegularExpression Id.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParser.html#IfStatement-boolean-">IfStatement(boolean)</a></span> - Method in class org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParser.html" title="class in org.apache.velocity.runtime.parser">StandardParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/Token.html#image">image</a></span> - Variable in class org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/Token.html" title="class in org.apache.velocity.runtime.parser">Token</a></dt>
<dd>
<div class="block">The string image of the token.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParserConstants.html#IN_FORMAL_COMMENT">IN_FORMAL_COMMENT</a></span> - Static variable in interface org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParserConstants.html" title="interface in org.apache.velocity.runtime.parser">StandardParserConstants</a></dt>
<dd>
<div class="block">Lexical state.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParserConstants.html#IN_MULTI_LINE_COMMENT">IN_MULTI_LINE_COMMENT</a></span> - Static variable in interface org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParserConstants.html" title="interface in org.apache.velocity.runtime.parser">StandardParserConstants</a></dt>
<dd>
<div class="block">Lexical state.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParserConstants.html#IN_MULTILINE_COMMENT">IN_MULTILINE_COMMENT</a></span> - Static variable in interface org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParserConstants.html" title="interface in org.apache.velocity.runtime.parser">StandardParserConstants</a></dt>
<dd>
<div class="block">Lexical state.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParserConstants.html#IN_SINGLE_LINE_COMMENT">IN_SINGLE_LINE_COMMENT</a></span> - Static variable in interface org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParserConstants.html" title="interface in org.apache.velocity.runtime.parser">StandardParserConstants</a></dt>
<dd>
<div class="block">Lexical state.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParserConstants.html#IN_TEXTBLOCK">IN_TEXTBLOCK</a></span> - Static variable in interface org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParserConstants.html" title="interface in org.apache.velocity.runtime.parser">StandardParserConstants</a></dt>
<dd>
<div class="block">Lexical state.</div>
</dd>
<dt><a href="org/apache/velocity/runtime/directive/Include.html" title="class in org.apache.velocity.runtime.directive"><span class="typeNameLink">Include</span></a> - Class in <a href="org/apache/velocity/runtime/directive/package-summary.html">org.apache.velocity.runtime.directive</a></dt>
<dd>
<div class="block">Pluggable directive that handles the #include() statement in VTL.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/Include.html#Include--">Include()</a></span> - Constructor for class org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/Include.html" title="class in org.apache.velocity.runtime.directive">Include</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/ExtProperties.html#include">include</a></span> - Static variable in class org.apache.velocity.util.<a href="org/apache/velocity/util/ExtProperties.html" title="class in org.apache.velocity.util">ExtProperties</a></dt>
<dd>
<div class="block">This is the name of the property that can point to other
properties file for including other properties files.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/app/event/EventCartridge.html#includeEvent-org.apache.velocity.context.Context-java.lang.String-java.lang.String-java.lang.String-">includeEvent(Context, String, String, String)</a></span> - Method in class org.apache.velocity.app.event.<a href="org/apache/velocity/app/event/EventCartridge.html" title="class in org.apache.velocity.app.event">EventCartridge</a></dt>
<dd>
<div class="block">Call include event handlers</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/app/event/EventHandlerUtil.html#includeEvent-org.apache.velocity.runtime.RuntimeServices-org.apache.velocity.context.InternalContextAdapter-java.lang.String-java.lang.String-java.lang.String-">includeEvent(RuntimeServices, InternalContextAdapter, String, String, String)</a></span> - Static method in class org.apache.velocity.app.event.<a href="org/apache/velocity/app/event/EventHandlerUtil.html" title="class in org.apache.velocity.app.event">EventHandlerUtil</a></dt>
<dd>
<div class="block">Called when an include-type directive is encountered (#include or
#parse).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/app/event/implement/IncludeNotFound.html#includeEvent-org.apache.velocity.context.Context-java.lang.String-java.lang.String-java.lang.String-">includeEvent(Context, String, String, String)</a></span> - Method in class org.apache.velocity.app.event.implement.<a href="org/apache/velocity/app/event/implement/IncludeNotFound.html" title="class in org.apache.velocity.app.event.implement">IncludeNotFound</a></dt>
<dd>
<div class="block">Check to see if included file exists, and display "not found" page if it
doesn't.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/app/event/implement/IncludeRelativePath.html#includeEvent-org.apache.velocity.context.Context-java.lang.String-java.lang.String-java.lang.String-">includeEvent(Context, String, String, String)</a></span> - Method in class org.apache.velocity.app.event.implement.<a href="org/apache/velocity/app/event/implement/IncludeRelativePath.html" title="class in org.apache.velocity.app.event.implement">IncludeRelativePath</a></dt>
<dd>
<div class="block">Return path relative to the current template's path.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/app/event/IncludeEventHandler.html#includeEvent-org.apache.velocity.context.Context-java.lang.String-java.lang.String-java.lang.String-">includeEvent(Context, String, String, String)</a></span> - Method in interface org.apache.velocity.app.event.<a href="org/apache/velocity/app/event/IncludeEventHandler.html" title="interface in org.apache.velocity.app.event">IncludeEventHandler</a></dt>
<dd>
<div class="block">Called when an include-type directive is encountered (
<code>#include</code> or <code>#parse</code>).</div>
</dd>
<dt><a href="org/apache/velocity/app/event/IncludeEventHandler.html" title="interface in org.apache.velocity.app.event"><span class="typeNameLink">IncludeEventHandler</span></a> - Interface in <a href="org/apache/velocity/app/event/package-summary.html">org.apache.velocity.app.event</a></dt>
<dd>
<div class="block">Event handler for include type directives (e.g.</div>
</dd>
<dt><a href="org/apache/velocity/app/event/implement/IncludeNotFound.html" title="class in org.apache.velocity.app.event.implement"><span class="typeNameLink">IncludeNotFound</span></a> - Class in <a href="org/apache/velocity/app/event/implement/package-summary.html">org.apache.velocity.app.event.implement</a></dt>
<dd>
<div class="block">Simple event handler that checks to see if an included page is available.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/app/event/implement/IncludeNotFound.html#IncludeNotFound--">IncludeNotFound()</a></span> - Constructor for class org.apache.velocity.app.event.implement.<a href="org/apache/velocity/app/event/implement/IncludeNotFound.html" title="class in org.apache.velocity.app.event.implement">IncludeNotFound</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/app/event/implement/IncludeRelativePath.html" title="class in org.apache.velocity.app.event.implement"><span class="typeNameLink">IncludeRelativePath</span></a> - Class in <a href="org/apache/velocity/app/event/implement/package-summary.html">org.apache.velocity.app.event.implement</a></dt>
<dd>
<div class="block">Event handler that looks for included files relative to the path of the
current template.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/app/event/implement/IncludeRelativePath.html#IncludeRelativePath--">IncludeRelativePath()</a></span> - Constructor for class org.apache.velocity.app.event.implement.<a href="org/apache/velocity/app/event/implement/IncludeRelativePath.html" title="class in org.apache.velocity.app.event.implement">IncludeRelativePath</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/runtime/parser/node/IndentationFixer.html" title="class in org.apache.velocity.runtime.parser.node"><span class="typeNameLink">IndentationFixer</span></a> - Class in <a href="org/apache/velocity/runtime/parser/node/package-summary.html">org.apache.velocity.runtime.parser.node</a></dt>
<dd>
<div class="block">Helper class to fix indentation in structured mode.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/IndentationFixer.html#IndentationFixer-java.lang.String-">IndentationFixer(String)</a></span> - Constructor for class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/IndentationFixer.html" title="class in org.apache.velocity.runtime.parser.node">IndentationFixer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/ForeachScope.html#index">index</a></span> - Variable in class org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/ForeachScope.html" title="class in org.apache.velocity.runtime.directive">ForeachScope</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParser.html#Index--">Index()</a></span> - Method in class org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParser.html" title="class in org.apache.velocity.runtime.parser">StandardParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParserConstants.html#INDEX_LBRACKET">INDEX_LBRACKET</a></span> - Static variable in interface org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParserConstants.html" title="interface in org.apache.velocity.runtime.parser">StandardParserConstants</a></dt>
<dd>
<div class="block">RegularExpression Id.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParserConstants.html#INDEX_RBRACKET">INDEX_RBRACKET</a></span> - Static variable in interface org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParserConstants.html" title="interface in org.apache.velocity.runtime.parser">StandardParserConstants</a></dt>
<dd>
<div class="block">RegularExpression Id.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTIntegerRange.IntegerRange.html#indexOf-java.lang.Object-">indexOf(Object)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTIntegerRange.IntegerRange.html" title="class in org.apache.velocity.runtime.parser.node">ASTIntegerRange.IntegerRange</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParser.html#IndexParameter--">IndexParameter()</a></span> - Method in class org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParser.html" title="class in org.apache.velocity.runtime.parser">StandardParser</a></dt>
<dd>
<div class="block">A Simplified parameter more suitable for an index position: $foo[$index]</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/example/EventExample.html#info-java.lang.String-">info(String)</a></span> - Method in class org.apache.velocity.example.<a href="org/apache/velocity/example/EventExample.html" title="class in org.apache.velocity.example">EventExample</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/example/EventExample.html#info-java.lang.String-java.lang.Object-">info(String, Object)</a></span> - Method in class org.apache.velocity.example.<a href="org/apache/velocity/example/EventExample.html" title="class in org.apache.velocity.example">EventExample</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/example/EventExample.html#info-java.lang.String-java.lang.Object-java.lang.Object-">info(String, Object, Object)</a></span> - Method in class org.apache.velocity.example.<a href="org/apache/velocity/example/EventExample.html" title="class in org.apache.velocity.example">EventExample</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/example/EventExample.html#info-java.lang.String-java.lang.Object...-">info(String, Object...)</a></span> - Method in class org.apache.velocity.example.<a href="org/apache/velocity/example/EventExample.html" title="class in org.apache.velocity.example">EventExample</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/example/EventExample.html#info-java.lang.String-java.lang.Throwable-">info(String, Throwable)</a></span> - Method in class org.apache.velocity.example.<a href="org/apache/velocity/example/EventExample.html" title="class in org.apache.velocity.example">EventExample</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/Scope.Info.html#Info-org.apache.velocity.runtime.directive.Scope-java.lang.Object-">Info(Scope, Object)</a></span> - Constructor for class org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/Scope.Info.html" title="class in org.apache.velocity.runtime.directive">Scope.Info</a></dt>
<dd>
<div class="block">c'tor</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/SimpleNode.html#info">info</a></span> - Variable in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/SimpleNode.html" title="class in org.apache.velocity.runtime.parser.node">SimpleNode</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/util/introspection/Info.html" title="class in org.apache.velocity.util.introspection"><span class="typeNameLink">Info</span></a> - Class in <a href="org/apache/velocity/util/introspection/package-summary.html">org.apache.velocity.util.introspection</a></dt>
<dd>
<div class="block">Little class to carry in info such as template name, line and column
for information error reporting from the uberspector implementations</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/introspection/Info.html#Info-java.lang.String-int-int-">Info(String, int, int)</a></span> - Constructor for class org.apache.velocity.util.introspection.<a href="org/apache/velocity/util/introspection/Info.html" title="class in org.apache.velocity.util.introspection">Info</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/introspection/Info.html#Info-org.apache.velocity.runtime.parser.node.Node-">Info(Node)</a></span> - Constructor for class org.apache.velocity.util.introspection.<a href="org/apache/velocity/util/introspection/Info.html" title="class in org.apache.velocity.util.introspection">Info</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/app/Velocity.html#init--">init()</a></span> - Static method in class org.apache.velocity.app.<a href="org/apache/velocity/app/Velocity.html" title="class in org.apache.velocity.app">Velocity</a></dt>
<dd>
<div class="block">initialize the Velocity runtime engine, using the default
properties of the Velocity distribution</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/app/Velocity.html#init-java.lang.String-">init(String)</a></span> - Static method in class org.apache.velocity.app.<a href="org/apache/velocity/app/Velocity.html" title="class in org.apache.velocity.app">Velocity</a></dt>
<dd>
<div class="block">initialize the Velocity runtime engine, using default properties
plus the properties in the properties file passed in as the arg</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/app/Velocity.html#init-java.util.Properties-">init(Properties)</a></span> - Static method in class org.apache.velocity.app.<a href="org/apache/velocity/app/Velocity.html" title="class in org.apache.velocity.app">Velocity</a></dt>
<dd>
<div class="block">initialize the Velocity runtime engine, using default properties
plus the properties in the passed in java.util.Properties object</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/app/VelocityEngine.html#init--">init()</a></span> - Method in class org.apache.velocity.app.<a href="org/apache/velocity/app/VelocityEngine.html" title="class in org.apache.velocity.app">VelocityEngine</a></dt>
<dd>
<div class="block">initialize the Velocity runtime engine, using the default
properties of the Velocity distribution</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/app/VelocityEngine.html#init-java.lang.String-">init(String)</a></span> - Method in class org.apache.velocity.app.<a href="org/apache/velocity/app/VelocityEngine.html" title="class in org.apache.velocity.app">VelocityEngine</a></dt>
<dd>
<div class="block">initialize the Velocity runtime engine, using default properties
plus the properties in the properties file passed in as the arg</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/app/VelocityEngine.html#init-java.util.Properties-">init(Properties)</a></span> - Method in class org.apache.velocity.app.<a href="org/apache/velocity/app/VelocityEngine.html" title="class in org.apache.velocity.app">VelocityEngine</a></dt>
<dd>
<div class="block">initialize the Velocity runtime engine, using default properties
plus the properties in the passed in java.util.Properties object</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/Block.html#init-org.apache.velocity.runtime.RuntimeServices-org.apache.velocity.context.InternalContextAdapter-org.apache.velocity.runtime.parser.node.Node-">init(RuntimeServices, InternalContextAdapter, Node)</a></span> - Method in class org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/Block.html" title="class in org.apache.velocity.runtime.directive">Block</a></dt>
<dd>
<div class="block">simple init - get the key</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/BlockMacro.html#init-org.apache.velocity.runtime.RuntimeServices-java.lang.String-org.apache.velocity.context.InternalContextAdapter-org.apache.velocity.runtime.parser.node.Node-">init(RuntimeServices, String, InternalContextAdapter, Node)</a></span> - Method in class org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/BlockMacro.html" title="class in org.apache.velocity.runtime.directive">BlockMacro</a></dt>
<dd>
<div class="block">Initializes the directive.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/Break.html#init-org.apache.velocity.runtime.RuntimeServices-org.apache.velocity.context.InternalContextAdapter-org.apache.velocity.runtime.parser.node.Node-">init(RuntimeServices, InternalContextAdapter, Node)</a></span> - Method in class org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/Break.html" title="class in org.apache.velocity.runtime.directive">Break</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/contrib/For.html#init-org.apache.velocity.runtime.RuntimeServices-org.apache.velocity.context.InternalContextAdapter-org.apache.velocity.runtime.parser.node.Node-">init(RuntimeServices, InternalContextAdapter, Node)</a></span> - Method in class org.apache.velocity.runtime.directive.contrib.<a href="org/apache/velocity/runtime/directive/contrib/For.html" title="class in org.apache.velocity.runtime.directive.contrib">For</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/Define.html#init-org.apache.velocity.runtime.RuntimeServices-org.apache.velocity.context.InternalContextAdapter-org.apache.velocity.runtime.parser.node.Node-">init(RuntimeServices, InternalContextAdapter, Node)</a></span> - Method in class org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/Define.html" title="class in org.apache.velocity.runtime.directive">Define</a></dt>
<dd>
<div class="block">simple init - get the key</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/Directive.html#init-org.apache.velocity.runtime.RuntimeServices-org.apache.velocity.context.InternalContextAdapter-org.apache.velocity.runtime.parser.node.Node-">init(RuntimeServices, InternalContextAdapter, Node)</a></span> - Method in class org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/Directive.html" title="class in org.apache.velocity.runtime.directive">Directive</a></dt>
<dd>
<div class="block">How this directive is to be initialized.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/Evaluate.html#init-org.apache.velocity.runtime.RuntimeServices-org.apache.velocity.context.InternalContextAdapter-org.apache.velocity.runtime.parser.node.Node-">init(RuntimeServices, InternalContextAdapter, Node)</a></span> - Method in class org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/Evaluate.html" title="class in org.apache.velocity.runtime.directive">Evaluate</a></dt>
<dd>
<div class="block">Initialize and check arguments.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/Foreach.html#init-org.apache.velocity.runtime.RuntimeServices-org.apache.velocity.context.InternalContextAdapter-org.apache.velocity.runtime.parser.node.Node-">init(RuntimeServices, InternalContextAdapter, Node)</a></span> - Method in class org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/Foreach.html" title="class in org.apache.velocity.runtime.directive">Foreach</a></dt>
<dd>
<div class="block">simple init - init the tree and get the elementKey from
the AST</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/Include.html#init-org.apache.velocity.runtime.RuntimeServices-org.apache.velocity.context.InternalContextAdapter-org.apache.velocity.runtime.parser.node.Node-">init(RuntimeServices, InternalContextAdapter, Node)</a></span> - Method in class org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/Include.html" title="class in org.apache.velocity.runtime.directive">Include</a></dt>
<dd>
<div class="block">simple init - init the tree and get the elementKey from
the AST</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/Macro.html#init-org.apache.velocity.runtime.RuntimeServices-org.apache.velocity.context.InternalContextAdapter-org.apache.velocity.runtime.parser.node.Node-">init(RuntimeServices, InternalContextAdapter, Node)</a></span> - Method in class org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/Macro.html" title="class in org.apache.velocity.runtime.directive">Macro</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/Parse.html#init-org.apache.velocity.runtime.RuntimeServices-org.apache.velocity.context.InternalContextAdapter-org.apache.velocity.runtime.parser.node.Node-">init(RuntimeServices, InternalContextAdapter, Node)</a></span> - Method in class org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/Parse.html" title="class in org.apache.velocity.runtime.directive">Parse</a></dt>
<dd>
<div class="block">Init's the #parse directive.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/RuntimeMacro.html#init-org.apache.velocity.runtime.RuntimeServices-java.lang.String-org.apache.velocity.context.InternalContextAdapter-org.apache.velocity.runtime.parser.node.Node-">init(RuntimeServices, String, InternalContextAdapter, Node)</a></span> - Method in class org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/RuntimeMacro.html" title="class in org.apache.velocity.runtime.directive">RuntimeMacro</a></dt>
<dd>
<div class="block">Initialize the Runtime macro.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/Stop.html#init-org.apache.velocity.runtime.RuntimeServices-org.apache.velocity.context.InternalContextAdapter-org.apache.velocity.runtime.parser.node.Node-">init(RuntimeServices, InternalContextAdapter, Node)</a></span> - Method in class org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/Stop.html" title="class in org.apache.velocity.runtime.directive">Stop</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/VelocimacroProxy.html#init-org.apache.velocity.runtime.RuntimeServices-">init(RuntimeServices)</a></span> - Method in class org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/VelocimacroProxy.html" title="class in org.apache.velocity.runtime.directive">VelocimacroProxy</a></dt>
<dd>
<div class="block">Initialize members of VelocimacroProxy.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTAssignment.html#init-org.apache.velocity.context.InternalContextAdapter-java.lang.Object-">init(InternalContextAdapter, Object)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTAssignment.html" title="class in org.apache.velocity.runtime.parser.node">ASTAssignment</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTBinaryOperator.html#init-org.apache.velocity.context.InternalContextAdapter-java.lang.Object-">init(InternalContextAdapter, Object)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTBinaryOperator.html" title="class in org.apache.velocity.runtime.parser.node">ASTBinaryOperator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTBlock.html#init-org.apache.velocity.context.InternalContextAdapter-java.lang.Object-">init(InternalContextAdapter, Object)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTBlock.html" title="class in org.apache.velocity.runtime.parser.node">ASTBlock</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTComment.html#init-org.apache.velocity.context.InternalContextAdapter-java.lang.Object-">init(InternalContextAdapter, Object)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTComment.html" title="class in org.apache.velocity.runtime.parser.node">ASTComment</a></dt>
<dd>
<div class="block">We need to make sure we catch any of the dreaded MORE tokens.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTDirective.html#init-org.apache.velocity.context.InternalContextAdapter-java.lang.Object-">init(InternalContextAdapter, Object)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTDirective.html" title="class in org.apache.velocity.runtime.parser.node">ASTDirective</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTDirectiveAssign.html#init-org.apache.velocity.context.InternalContextAdapter-java.lang.Object-">init(InternalContextAdapter, Object)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTDirectiveAssign.html" title="class in org.apache.velocity.runtime.parser.node">ASTDirectiveAssign</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTElseIfStatement.html#init-org.apache.velocity.context.InternalContextAdapter-java.lang.Object-">init(InternalContextAdapter, Object)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTElseIfStatement.html" title="class in org.apache.velocity.runtime.parser.node">ASTElseIfStatement</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTElseStatement.html#init-org.apache.velocity.context.InternalContextAdapter-java.lang.Object-">init(InternalContextAdapter, Object)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTElseStatement.html" title="class in org.apache.velocity.runtime.parser.node">ASTElseStatement</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTEscape.html#init-org.apache.velocity.context.InternalContextAdapter-java.lang.Object-">init(InternalContextAdapter, Object)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTEscape.html" title="class in org.apache.velocity.runtime.parser.node">ASTEscape</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTEscapedDirective.html#init-org.apache.velocity.context.InternalContextAdapter-java.lang.Object-">init(InternalContextAdapter, Object)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTEscapedDirective.html" title="class in org.apache.velocity.runtime.parser.node">ASTEscapedDirective</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTExpression.html#init-org.apache.velocity.context.InternalContextAdapter-java.lang.Object-">init(InternalContextAdapter, Object)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTExpression.html" title="class in org.apache.velocity.runtime.parser.node">ASTExpression</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTFalse.html#init-org.apache.velocity.context.InternalContextAdapter-java.lang.Object-">init(InternalContextAdapter, Object)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTFalse.html" title="class in org.apache.velocity.runtime.parser.node">ASTFalse</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTFloatingPointLiteral.html#init-org.apache.velocity.context.InternalContextAdapter-java.lang.Object-">init(InternalContextAdapter, Object)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTFloatingPointLiteral.html" title="class in org.apache.velocity.runtime.parser.node">ASTFloatingPointLiteral</a></dt>
<dd>
<div class="block">Initialization method - doesn't do much but do the object
creation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTIdentifier.html#init-org.apache.velocity.context.InternalContextAdapter-java.lang.Object-">init(InternalContextAdapter, Object)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTIdentifier.html" title="class in org.apache.velocity.runtime.parser.node">ASTIdentifier</a></dt>
<dd>
<div class="block">simple init - don't do anything that is context specific.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTIfStatement.html#init-org.apache.velocity.context.InternalContextAdapter-java.lang.Object-">init(InternalContextAdapter, Object)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTIfStatement.html" title="class in org.apache.velocity.runtime.parser.node">ASTIfStatement</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTIncludeStatement.html#init-org.apache.velocity.context.InternalContextAdapter-java.lang.Object-">init(InternalContextAdapter, Object)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTIncludeStatement.html" title="class in org.apache.velocity.runtime.parser.node">ASTIncludeStatement</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTIndex.html#init-org.apache.velocity.context.InternalContextAdapter-java.lang.Object-">init(InternalContextAdapter, Object)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTIndex.html" title="class in org.apache.velocity.runtime.parser.node">ASTIndex</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTIntegerLiteral.html#init-org.apache.velocity.context.InternalContextAdapter-java.lang.Object-">init(InternalContextAdapter, Object)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTIntegerLiteral.html" title="class in org.apache.velocity.runtime.parser.node">ASTIntegerLiteral</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTIntegerRange.html#init-org.apache.velocity.context.InternalContextAdapter-java.lang.Object-">init(InternalContextAdapter, Object)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTIntegerRange.html" title="class in org.apache.velocity.runtime.parser.node">ASTIntegerRange</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTLogicalOperator.html#init-org.apache.velocity.context.InternalContextAdapter-java.lang.Object-">init(InternalContextAdapter, Object)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTLogicalOperator.html" title="class in org.apache.velocity.runtime.parser.node">ASTLogicalOperator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTMap.html#init-org.apache.velocity.context.InternalContextAdapter-java.lang.Object-">init(InternalContextAdapter, Object)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTMap.html" title="class in org.apache.velocity.runtime.parser.node">ASTMap</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTMathNode.html#init-org.apache.velocity.context.InternalContextAdapter-java.lang.Object-">init(InternalContextAdapter, Object)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTMathNode.html" title="class in org.apache.velocity.runtime.parser.node">ASTMathNode</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTMethod.html#init-org.apache.velocity.context.InternalContextAdapter-java.lang.Object-">init(InternalContextAdapter, Object)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTMethod.html" title="class in org.apache.velocity.runtime.parser.node">ASTMethod</a></dt>
<dd>
<div class="block">simple init - init our subtree and get what we can from
the AST</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTModNode.html#init-org.apache.velocity.context.InternalContextAdapter-java.lang.Object-">init(InternalContextAdapter, Object)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTModNode.html" title="class in org.apache.velocity.runtime.parser.node">ASTModNode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTMulNode.html#init-org.apache.velocity.context.InternalContextAdapter-java.lang.Object-">init(InternalContextAdapter, Object)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTMulNode.html" title="class in org.apache.velocity.runtime.parser.node">ASTMulNode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTNegateNode.html#init-org.apache.velocity.context.InternalContextAdapter-java.lang.Object-">init(InternalContextAdapter, Object)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTNegateNode.html" title="class in org.apache.velocity.runtime.parser.node">ASTNegateNode</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTNotNode.html#init-org.apache.velocity.context.InternalContextAdapter-java.lang.Object-">init(InternalContextAdapter, Object)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTNotNode.html" title="class in org.apache.velocity.runtime.parser.node">ASTNotNode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTObjectArray.html#init-org.apache.velocity.context.InternalContextAdapter-java.lang.Object-">init(InternalContextAdapter, Object)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTObjectArray.html" title="class in org.apache.velocity.runtime.parser.node">ASTObjectArray</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTprocess.html#init-org.apache.velocity.context.InternalContextAdapter-java.lang.Object-">init(InternalContextAdapter, Object)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTprocess.html" title="class in org.apache.velocity.runtime.parser.node">ASTprocess</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTReference.html#init-org.apache.velocity.context.InternalContextAdapter-java.lang.Object-">init(InternalContextAdapter, Object)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTReference.html" title="class in org.apache.velocity.runtime.parser.node">ASTReference</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTSetDirective.html#init-org.apache.velocity.context.InternalContextAdapter-java.lang.Object-">init(InternalContextAdapter, Object)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTSetDirective.html" title="class in org.apache.velocity.runtime.parser.node">ASTSetDirective</a></dt>
<dd>
<div class="block">simple init.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTStringLiteral.html#init-org.apache.velocity.context.InternalContextAdapter-java.lang.Object-">init(InternalContextAdapter, Object)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTStringLiteral.html" title="class in org.apache.velocity.runtime.parser.node">ASTStringLiteral</a></dt>
<dd>
<div class="block">init : we don't have to do much.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTText.html#init-org.apache.velocity.context.InternalContextAdapter-java.lang.Object-">init(InternalContextAdapter, Object)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTText.html" title="class in org.apache.velocity.runtime.parser.node">ASTText</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTTextblock.html#init-org.apache.velocity.context.InternalContextAdapter-java.lang.Object-">init(InternalContextAdapter, Object)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTTextblock.html" title="class in org.apache.velocity.runtime.parser.node">ASTTextblock</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTTrue.html#init-org.apache.velocity.context.InternalContextAdapter-java.lang.Object-">init(InternalContextAdapter, Object)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTTrue.html" title="class in org.apache.velocity.runtime.parser.node">ASTTrue</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTVariable.html#init-org.apache.velocity.context.InternalContextAdapter-java.lang.Object-">init(InternalContextAdapter, Object)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTVariable.html" title="class in org.apache.velocity.runtime.parser.node">ASTVariable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTWord.html#init-org.apache.velocity.context.InternalContextAdapter-java.lang.Object-">init(InternalContextAdapter, Object)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTWord.html" title="class in org.apache.velocity.runtime.parser.node">ASTWord</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/Node.html#init-org.apache.velocity.context.InternalContextAdapter-java.lang.Object-">init(InternalContextAdapter, Object)</a></span> - Method in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/Node.html" title="interface in org.apache.velocity.runtime.parser.node">Node</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/SimpleNode.html#init-org.apache.velocity.context.InternalContextAdapter-java.lang.Object-">init(InternalContextAdapter, Object)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/SimpleNode.html" title="class in org.apache.velocity.runtime.parser.node">SimpleNode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/loader/ClasspathResourceLoader.html#init-org.apache.velocity.util.ExtProperties-">init(ExtProperties)</a></span> - Method in class org.apache.velocity.runtime.resource.loader.<a href="org/apache/velocity/runtime/resource/loader/ClasspathResourceLoader.html" title="class in org.apache.velocity.runtime.resource.loader">ClasspathResourceLoader</a></dt>
<dd>
<div class="block">This is abstract in the base class, so we need it</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/loader/DataSourceResourceLoader.html#init-org.apache.velocity.util.ExtProperties-">init(ExtProperties)</a></span> - Method in class org.apache.velocity.runtime.resource.loader.<a href="org/apache/velocity/runtime/resource/loader/DataSourceResourceLoader.html" title="class in org.apache.velocity.runtime.resource.loader">DataSourceResourceLoader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/loader/FileResourceLoader.html#init-org.apache.velocity.util.ExtProperties-">init(ExtProperties)</a></span> - Method in class org.apache.velocity.runtime.resource.loader.<a href="org/apache/velocity/runtime/resource/loader/FileResourceLoader.html" title="class in org.apache.velocity.runtime.resource.loader">FileResourceLoader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/loader/JarHolder.html#init--">init()</a></span> - Method in class org.apache.velocity.runtime.resource.loader.<a href="org/apache/velocity/runtime/resource/loader/JarHolder.html" title="class in org.apache.velocity.runtime.resource.loader">JarHolder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/loader/JarResourceLoader.html#init-org.apache.velocity.util.ExtProperties-">init(ExtProperties)</a></span> - Method in class org.apache.velocity.runtime.resource.loader.<a href="org/apache/velocity/runtime/resource/loader/JarResourceLoader.html" title="class in org.apache.velocity.runtime.resource.loader">JarResourceLoader</a></dt>
<dd>
<div class="block">Called by Velocity to initialize the loader</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/loader/ResourceLoader.html#init-org.apache.velocity.util.ExtProperties-">init(ExtProperties)</a></span> - Method in class org.apache.velocity.runtime.resource.loader.<a href="org/apache/velocity/runtime/resource/loader/ResourceLoader.html" title="class in org.apache.velocity.runtime.resource.loader">ResourceLoader</a></dt>
<dd>
<div class="block">Initialize the template loader with a
a resources class.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/loader/StringResourceLoader.html#init-org.apache.velocity.util.ExtProperties-">init(ExtProperties)</a></span> - Method in class org.apache.velocity.runtime.resource.loader.<a href="org/apache/velocity/runtime/resource/loader/StringResourceLoader.html" title="class in org.apache.velocity.runtime.resource.loader">StringResourceLoader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/loader/URLResourceLoader.html#init-org.apache.velocity.util.ExtProperties-">init(ExtProperties)</a></span> - Method in class org.apache.velocity.runtime.resource.loader.<a href="org/apache/velocity/runtime/resource/loader/URLResourceLoader.html" title="class in org.apache.velocity.runtime.resource.loader">URLResourceLoader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeInstance.html#init--">init()</a></span> - Method in class org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeInstance.html" title="class in org.apache.velocity.runtime">RuntimeInstance</a></dt>
<dd>
<div class="block">This is the primary initialization method in the Velocity
Runtime.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeInstance.html#init-java.util.Properties-">init(Properties)</a></span> - Method in class org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeInstance.html" title="class in org.apache.velocity.runtime">RuntimeInstance</a></dt>
<dd>
<div class="block">Initialize the Velocity Runtime with a Properties
object.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeInstance.html#init-java.lang.String-">init(String)</a></span> - Method in class org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeInstance.html" title="class in org.apache.velocity.runtime">RuntimeInstance</a></dt>
<dd>
<div class="block">Initialize the Velocity Runtime with a
properties file path.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeServices.html#init--">init()</a></span> - Method in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeServices.html" title="interface in org.apache.velocity.runtime">RuntimeServices</a></dt>
<dd>
<div class="block">This is the primary initialization method in the Velocity
Runtime.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeServices.html#init-java.util.Properties-">init(Properties)</a></span> - Method in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeServices.html" title="interface in org.apache.velocity.runtime">RuntimeServices</a></dt>
<dd>
<div class="block">Initialize the Velocity Runtime with a Properties
object.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeServices.html#init-java.lang.String-">init(String)</a></span> - Method in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeServices.html" title="interface in org.apache.velocity.runtime">RuntimeServices</a></dt>
<dd>
<div class="block">Initialize the Velocity Runtime with the name of
ExtProperties object.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeSingleton.html#init--">init()</a></span> - Static method in class org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeSingleton.html" title="class in org.apache.velocity.runtime">RuntimeSingleton</a></dt>
<dd>
<div class="block">This is the primary initialization method in the Velocity
Runtime.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeSingleton.html#init-java.util.Properties-">init(Properties)</a></span> - Static method in class org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeSingleton.html" title="class in org.apache.velocity.runtime">RuntimeSingleton</a></dt>
<dd>
<div class="block">Initialize the Velocity Runtime with a Properties
object.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeSingleton.html#init-java.lang.String-">init(String)</a></span> - Static method in class org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeSingleton.html" title="class in org.apache.velocity.runtime">RuntimeSingleton</a></dt>
<dd>
<div class="block">Initialize the Velocity Runtime with the name of
a properties file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/spring/SpringResourceLoader.html#init-org.apache.velocity.util.ExtProperties-">init(ExtProperties)</a></span> - Method in class org.apache.velocity.spring.<a href="org/apache/velocity/spring/SpringResourceLoader.html" title="class in org.apache.velocity.spring">SpringResourceLoader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/introspection/AbstractChainableUberspector.html#init--">init()</a></span> - Method in class org.apache.velocity.util.introspection.<a href="org/apache/velocity/util/introspection/AbstractChainableUberspector.html" title="class in org.apache.velocity.util.introspection">AbstractChainableUberspector</a></dt>
<dd>
<div class="block">init - the chainable uberspector is responsible for the initialization of the wrapped uberspector</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/introspection/DeprecatedCheckUberspector.html#init--">init()</a></span> - Method in class org.apache.velocity.util.introspection.<a href="org/apache/velocity/util/introspection/DeprecatedCheckUberspector.html" title="class in org.apache.velocity.util.introspection">DeprecatedCheckUberspector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/introspection/LinkingUberspector.html#init--">init()</a></span> - Method in class org.apache.velocity.util.introspection.<a href="org/apache/velocity/util/introspection/LinkingUberspector.html" title="class in org.apache.velocity.util.introspection">LinkingUberspector</a></dt>
<dd>
<div class="block">init - the chainable uberspector is responsible for the initialization of the wrapped uberspector</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/introspection/SecureUberspector.html#init--">init()</a></span> - Method in class org.apache.velocity.util.introspection.<a href="org/apache/velocity/util/introspection/SecureUberspector.html" title="class in org.apache.velocity.util.introspection">SecureUberspector</a></dt>
<dd>
<div class="block">init - generates the Introspector.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/introspection/Uberspect.html#init--">init()</a></span> - Method in interface org.apache.velocity.util.introspection.<a href="org/apache/velocity/util/introspection/Uberspect.html" title="interface in org.apache.velocity.util.introspection">Uberspect</a></dt>
<dd>
<div class="block">Initializer - will be called before use</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/introspection/UberspectImpl.html#init--">init()</a></span> - Method in class org.apache.velocity.util.introspection.<a href="org/apache/velocity/util/introspection/UberspectImpl.html" title="class in org.apache.velocity.util.introspection">UberspectImpl</a></dt>
<dd>
<div class="block">init - generates the Introspector.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/introspection/UberspectPublicFields.html#init--">init()</a></span> - Method in class org.apache.velocity.util.introspection.<a href="org/apache/velocity/util/introspection/UberspectPublicFields.html" title="class in org.apache.velocity.util.introspection">UberspectPublicFields</a></dt>
<dd>
<div class="block">init - generates the Introspector.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/Template.html#initDocument--">initDocument()</a></span> - Method in class org.apache.velocity.<a href="org/apache/velocity/Template.html" title="class in org.apache.velocity">Template</a></dt>
<dd>
<div class="block">initializes the document.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/ParserPool.html#initialize-org.apache.velocity.runtime.RuntimeServices-">initialize(RuntimeServices)</a></span> - Method in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/ParserPool.html" title="interface in org.apache.velocity.runtime">ParserPool</a></dt>
<dd>
<div class="block">Initialize the pool so that it can begin serving parser instances.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/ParserPoolImpl.html#initialize-org.apache.velocity.runtime.RuntimeServices-">initialize(RuntimeServices)</a></span> - Method in class org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/ParserPoolImpl.html" title="class in org.apache.velocity.runtime">ParserPoolImpl</a></dt>
<dd>
<div class="block">Create the underlying "pool".</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/ResourceCache.html#initialize-org.apache.velocity.runtime.RuntimeServices-">initialize(RuntimeServices)</a></span> - Method in interface org.apache.velocity.runtime.resource.<a href="org/apache/velocity/runtime/resource/ResourceCache.html" title="interface in org.apache.velocity.runtime.resource">ResourceCache</a></dt>
<dd>
<div class="block">initializes the ResourceCache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/ResourceCacheImpl.html#initialize-org.apache.velocity.runtime.RuntimeServices-">initialize(RuntimeServices)</a></span> - Method in class org.apache.velocity.runtime.resource.<a href="org/apache/velocity/runtime/resource/ResourceCacheImpl.html" title="class in org.apache.velocity.runtime.resource">ResourceCacheImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/ResourceManager.html#initialize-org.apache.velocity.runtime.RuntimeServices-">initialize(RuntimeServices)</a></span> - Method in interface org.apache.velocity.runtime.resource.<a href="org/apache/velocity/runtime/resource/ResourceManager.html" title="interface in org.apache.velocity.runtime.resource">ResourceManager</a></dt>
<dd>
<div class="block">Initialize the ResourceManager.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/ResourceManagerImpl.html#initialize-org.apache.velocity.runtime.RuntimeServices-">initialize(RuntimeServices)</a></span> - Method in class org.apache.velocity.runtime.resource.<a href="org/apache/velocity/runtime/resource/ResourceManagerImpl.html" title="class in org.apache.velocity.runtime.resource">ResourceManagerImpl</a></dt>
<dd>
<div class="block">Initialize the ResourceManager.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/spring/VelocityEngineFactory.html#initSpringResourceLoader-org.apache.velocity.app.VelocityEngine-java.lang.String-">initSpringResourceLoader(VelocityEngine, String)</a></span> - Method in class org.apache.velocity.spring.<a href="org/apache/velocity/spring/VelocityEngineFactory.html" title="class in org.apache.velocity.spring">VelocityEngineFactory</a></dt>
<dd>
<div class="block">Initialize a SpringResourceLoader for the given VelocityEngine.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/VelocimacroFactory.html#initVelocimacro--">initVelocimacro()</a></span> - Method in class org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/VelocimacroFactory.html" title="class in org.apache.velocity.runtime">VelocimacroFactory</a></dt>
<dd>
<div class="block">initialize the factory - setup all permissions
load all global libraries.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/spring/VelocityEngineFactory.html#initVelocityResourceLoader-org.apache.velocity.app.VelocityEngine-java.lang.String-">initVelocityResourceLoader(VelocityEngine, String)</a></span> - Method in class org.apache.velocity.spring.<a href="org/apache/velocity/spring/VelocityEngineFactory.html" title="class in org.apache.velocity.spring">VelocityEngineFactory</a></dt>
<dd>
<div class="block">Initialize a Velocity resource loader for the given VelocityEngine:
either a standard Velocity FileResourceLoader or a SpringResourceLoader.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParserConstants.html#INLINE_TEXT">INLINE_TEXT</a></span> - Static variable in interface org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParserConstants.html" title="interface in org.apache.velocity.runtime.parser">StandardParserConstants</a></dt>
<dd>
<div class="block">RegularExpression Id.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/introspection/AbstractChainableUberspector.html#inner">inner</a></span> - Variable in class org.apache.velocity.util.introspection.<a href="org/apache/velocity/util/introspection/AbstractChainableUberspector.html" title="class in org.apache.velocity.util.introspection">AbstractChainableUberspector</a></dt>
<dd>
<div class="block">The wrapped (decorated) uberspector.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeConstants.html#INPUT_ENCODING">INPUT_ENCODING</a></span> - Static variable in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeConstants.html" title="interface in org.apache.velocity.runtime">RuntimeConstants</a></dt>
<dd>
<div class="block">The default character encoding for the templates.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParserTokenManager.html#input_stream">input_stream</a></span> - Variable in class org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParserTokenManager.html" title="class in org.apache.velocity.runtime.parser">StandardParserTokenManager</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/runtime/directive/InputBase.html" title="class in org.apache.velocity.runtime.directive"><span class="typeNameLink">InputBase</span></a> - Class in <a href="org/apache/velocity/runtime/directive/package-summary.html">org.apache.velocity.runtime.directive</a></dt>
<dd>
<div class="block">Base class for directives which do input operations
(e.g.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/InputBase.html#InputBase--">InputBase()</a></span> - Constructor for class org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/InputBase.html" title="class in org.apache.velocity.runtime.directive">InputBase</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParserConstants.html#INTEGER_LITERAL">INTEGER_LITERAL</a></span> - Static variable in interface org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParserConstants.html" title="interface in org.apache.velocity.runtime.parser">StandardParserConstants</a></dt>
<dd>
<div class="block">RegularExpression Id.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParser.html#IntegerLiteral--">IntegerLiteral()</a></span> - Method in class org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParser.html" title="class in org.apache.velocity.runtime.parser">StandardParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTIntegerRange.IntegerRange.html#IntegerRange-int-int-int-">IntegerRange(int, int, int)</a></span> - Constructor for class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTIntegerRange.IntegerRange.html" title="class in org.apache.velocity.runtime.parser.node">ASTIntegerRange.IntegerRange</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParser.html#IntegerRange--">IntegerRange()</a></span> - Method in class org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParser.html" title="class in org.apache.velocity.runtime.parser">StandardParser</a></dt>
<dd>
<div class="block">supports the [n..m] vector generator for use in
the #foreach() to generate measured ranges w/o
needing explicit support from the app/servlet</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/context/AbstractContext.html#internalContainsKey-java.lang.String-">internalContainsKey(String)</a></span> - Method in class org.apache.velocity.context.<a href="org/apache/velocity/context/AbstractContext.html" title="class in org.apache.velocity.context">AbstractContext</a></dt>
<dd>
<div class="block">Implement to determine if a key is in the storage.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/example/DBContext.html#internalContainsKey-java.lang.String-">internalContainsKey(String)</a></span> - Method in class org.apache.velocity.example.<a href="org/apache/velocity/example/DBContext.html" title="class in org.apache.velocity.example">DBContext</a></dt>
<dd>
<div class="block">Not implementing.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/example/TreeMapContext.html#internalContainsKey-java.lang.String-">internalContainsKey(String)</a></span> - Method in class org.apache.velocity.example.<a href="org/apache/velocity/example/TreeMapContext.html" title="class in org.apache.velocity.example">TreeMapContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/VelocityContext.html#internalContainsKey-java.lang.String-">internalContainsKey(String)</a></span> - Method in class org.apache.velocity.<a href="org/apache/velocity/VelocityContext.html" title="class in org.apache.velocity">VelocityContext</a></dt>
<dd>
<div class="block">determines if there is a value for the
given key</div>
</dd>
<dt><a href="org/apache/velocity/context/InternalContextAdapter.html" title="interface in org.apache.velocity.context"><span class="typeNameLink">InternalContextAdapter</span></a> - Interface in <a href="org/apache/velocity/context/package-summary.html">org.apache.velocity.context</a></dt>
<dd>
<div class="block">interface to bring all necessary internal and user contexts together.</div>
</dd>
<dt><a href="org/apache/velocity/context/InternalContextAdapterImpl.html" title="class in org.apache.velocity.context"><span class="typeNameLink">InternalContextAdapterImpl</span></a> - Class in <a href="org/apache/velocity/context/package-summary.html">org.apache.velocity.context</a></dt>
<dd>
<div class="block">This adapter class is the container for all context types for internal
use.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/context/InternalContextAdapterImpl.html#InternalContextAdapterImpl-org.apache.velocity.context.Context-">InternalContextAdapterImpl(Context)</a></span> - Constructor for class org.apache.velocity.context.<a href="org/apache/velocity/context/InternalContextAdapterImpl.html" title="class in org.apache.velocity.context">InternalContextAdapterImpl</a></dt>
<dd>
<div class="block">CTOR takes a Context and wraps it, delegating all 'data' calls
to it.</div>
</dd>
<dt><a href="org/apache/velocity/context/InternalEventContext.html" title="interface in org.apache.velocity.context"><span class="typeNameLink">InternalEventContext</span></a> - Interface in <a href="org/apache/velocity/context/package-summary.html">org.apache.velocity.context</a></dt>
<dd>
<div class="block">Interface for event support.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/context/AbstractContext.html#internalGet-java.lang.String-">internalGet(String)</a></span> - Method in class org.apache.velocity.context.<a href="org/apache/velocity/context/AbstractContext.html" title="class in org.apache.velocity.context">AbstractContext</a></dt>
<dd>
<div class="block">Implement to return a value from the context storage.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/example/DBContext.html#internalGet-java.lang.String-">internalGet(String)</a></span> - Method in class org.apache.velocity.example.<a href="org/apache/velocity/example/DBContext.html" title="class in org.apache.velocity.example">DBContext</a></dt>
<dd>
<div class="block">retrieves a serialized object from the db
and returns the living instance to the
caller.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/example/TreeMapContext.html#internalGet-java.lang.String-">internalGet(String)</a></span> - Method in class org.apache.velocity.example.<a href="org/apache/velocity/example/TreeMapContext.html" title="class in org.apache.velocity.example">TreeMapContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/VelocityContext.html#internalGet-java.lang.String-">internalGet(String)</a></span> - Method in class org.apache.velocity.<a href="org/apache/velocity/VelocityContext.html" title="class in org.apache.velocity">VelocityContext</a></dt>
<dd>
<div class="block">retrieves value for key from internal
storage</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/context/AbstractContext.html#internalGetKeys--">internalGetKeys()</a></span> - Method in class org.apache.velocity.context.<a href="org/apache/velocity/context/AbstractContext.html" title="class in org.apache.velocity.context">AbstractContext</a></dt>
<dd>
<div class="block">Implement to return an object array of key
strings from your storage.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/example/DBContext.html#internalGetKeys--">internalGetKeys()</a></span> - Method in class org.apache.velocity.example.<a href="org/apache/velocity/example/DBContext.html" title="class in org.apache.velocity.example">DBContext</a></dt>
<dd>
<div class="block">Not implementing.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/example/TreeMapContext.html#internalGetKeys--">internalGetKeys()</a></span> - Method in class org.apache.velocity.example.<a href="org/apache/velocity/example/TreeMapContext.html" title="class in org.apache.velocity.example">TreeMapContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/VelocityContext.html#internalGetKeys--">internalGetKeys()</a></span> - Method in class org.apache.velocity.<a href="org/apache/velocity/VelocityContext.html" title="class in org.apache.velocity">VelocityContext</a></dt>
<dd>
<div class="block">returns array of keys</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/context/AbstractContext.html#internalPut-java.lang.String-java.lang.Object-">internalPut(String, Object)</a></span> - Method in class org.apache.velocity.context.<a href="org/apache/velocity/context/AbstractContext.html" title="class in org.apache.velocity.context">AbstractContext</a></dt>
<dd>
<div class="block">Implement to put a value into the context storage.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/example/DBContext.html#internalPut-java.lang.String-java.lang.Object-">internalPut(String, Object)</a></span> - Method in class org.apache.velocity.example.<a href="org/apache/velocity/example/DBContext.html" title="class in org.apache.velocity.example">DBContext</a></dt>
<dd>
<div class="block">Serializes and stores an object in the database.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/example/TreeMapContext.html#internalPut-java.lang.String-java.lang.Object-">internalPut(String, Object)</a></span> - Method in class org.apache.velocity.example.<a href="org/apache/velocity/example/TreeMapContext.html" title="class in org.apache.velocity.example">TreeMapContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/VelocityContext.html#internalPut-java.lang.String-java.lang.Object-">internalPut(String, Object)</a></span> - Method in class org.apache.velocity.<a href="org/apache/velocity/VelocityContext.html" title="class in org.apache.velocity">VelocityContext</a></dt>
<dd>
<div class="block">stores the value for key to internal
storage</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/context/AbstractContext.html#internalRemove-java.lang.String-">internalRemove(String)</a></span> - Method in class org.apache.velocity.context.<a href="org/apache/velocity/context/AbstractContext.html" title="class in org.apache.velocity.context">AbstractContext</a></dt>
<dd>
<div class="block">Implement to remove an item from your storage.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/example/DBContext.html#internalRemove-java.lang.String-">internalRemove(String)</a></span> - Method in class org.apache.velocity.example.<a href="org/apache/velocity/example/DBContext.html" title="class in org.apache.velocity.example">DBContext</a></dt>
<dd>
<div class="block">Not implementing.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/example/TreeMapContext.html#internalRemove-java.lang.String-">internalRemove(String)</a></span> - Method in class org.apache.velocity.example.<a href="org/apache/velocity/example/TreeMapContext.html" title="class in org.apache.velocity.example">TreeMapContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/VelocityContext.html#internalRemove-java.lang.String-">internalRemove(String)</a></span> - Method in class org.apache.velocity.<a href="org/apache/velocity/VelocityContext.html" title="class in org.apache.velocity">VelocityContext</a></dt>
<dd>
<div class="block">remove a key/value pair from the
internal storage</div>
</dd>
<dt><a href="org/apache/velocity/context/InternalWrapperContext.html" title="interface in org.apache.velocity.context"><span class="typeNameLink">InternalWrapperContext</span></a> - Interface in <a href="org/apache/velocity/context/package-summary.html">org.apache.velocity.context</a></dt>
<dd>
<div class="block">interface for internal context wrapping functionality</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/ExtProperties.html#interpolate-java.lang.String-">interpolate(String)</a></span> - Method in class org.apache.velocity.util.<a href="org/apache/velocity/util/ExtProperties.html" title="class in org.apache.velocity.util">ExtProperties</a></dt>
<dd>
<div class="block">Interpolate key names to handle ${key} stuff</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeConstants.html#INTERPOLATE_STRINGLITERALS">INTERPOLATE_STRINGLITERALS</a></span> - Static variable in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeConstants.html" title="interface in org.apache.velocity.runtime">RuntimeConstants</a></dt>
<dd>
<div class="block">Switch for the interpolation facility for string literals.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/ExtProperties.html#interpolateHelper-java.lang.String-java.util.List-">interpolateHelper(String, List&lt;String&gt;)</a></span> - Method in class org.apache.velocity.util.<a href="org/apache/velocity/util/ExtProperties.html" title="class in org.apache.velocity.util">ExtProperties</a></dt>
<dd>
<div class="block">Recursive handler for multiple levels of interpolation.</div>
</dd>
<dt><a href="org/apache/velocity/util/introspection/IntrospectionCacheData.html" title="class in org.apache.velocity.util.introspection"><span class="typeNameLink">IntrospectionCacheData</span></a> - Class in <a href="org/apache/velocity/util/introspection/package-summary.html">org.apache.velocity.util.introspection</a></dt>
<dd>
<div class="block">Holds information for node-local context data introspection
information.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/introspection/IntrospectionCacheData.html#IntrospectionCacheData--">IntrospectionCacheData()</a></span> - Constructor for class org.apache.velocity.util.introspection.<a href="org/apache/velocity/util/introspection/IntrospectionCacheData.html" title="class in org.apache.velocity.util.introspection">IntrospectionCacheData</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/util/introspection/IntrospectionUtils.html" title="class in org.apache.velocity.util.introspection"><span class="typeNameLink">IntrospectionUtils</span></a> - Class in <a href="org/apache/velocity/util/introspection/package-summary.html">org.apache.velocity.util.introspection</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/introspection/IntrospectionUtils.html#IntrospectionUtils--">IntrospectionUtils()</a></span> - Constructor for class org.apache.velocity.util.introspection.<a href="org/apache/velocity/util/introspection/IntrospectionUtils.html" title="class in org.apache.velocity.util.introspection">IntrospectionUtils</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/util/introspection/Introspector.html" title="class in org.apache.velocity.util.introspection"><span class="typeNameLink">Introspector</span></a> - Class in <a href="org/apache/velocity/util/introspection/package-summary.html">org.apache.velocity.util.introspection</a></dt>
<dd>
<div class="block">This basic function of this class is to return a Method
object for a particular class given the name of a method
and the parameters to the method in the form of an Object[]
The first time the Introspector sees a
class it creates a class method map for the
class in question.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/introspection/Introspector.html#Introspector-org.slf4j.Logger-">Introspector(Logger)</a></span> - Constructor for class org.apache.velocity.util.introspection.<a href="org/apache/velocity/util/introspection/Introspector.html" title="class in org.apache.velocity.util.introspection">Introspector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/introspection/Introspector.html#Introspector-org.slf4j.Logger-org.apache.velocity.util.introspection.TypeConversionHandler-">Introspector(Logger, TypeConversionHandler)</a></span> - Constructor for class org.apache.velocity.util.introspection.<a href="org/apache/velocity/util/introspection/Introspector.html" title="class in org.apache.velocity.util.introspection">Introspector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/introspection/UberspectImpl.html#introspector">introspector</a></span> - Variable in class org.apache.velocity.util.introspection.<a href="org/apache/velocity/util/introspection/UberspectImpl.html" title="class in org.apache.velocity.util.introspection">UberspectImpl</a></dt>
<dd>
<div class="block">the default Velocity introspector</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/introspection/UberspectPublicFields.html#introspector">introspector</a></span> - Variable in class org.apache.velocity.util.introspection.<a href="org/apache/velocity/util/introspection/UberspectPublicFields.html" title="class in org.apache.velocity.util.introspection">UberspectPublicFields</a></dt>
<dd>
<div class="block">the default Velocity introspector</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeConstants.html#INTROSPECTOR_RESTRICT_CLASSES">INTROSPECTOR_RESTRICT_CLASSES</a></span> - Static variable in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeConstants.html" title="interface in org.apache.velocity.runtime">RuntimeConstants</a></dt>
<dd>
<div class="block">A comma separated list of classes to restrict access to in the SecureIntrospector.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeConstants.html#INTROSPECTOR_RESTRICT_PACKAGES">INTROSPECTOR_RESTRICT_PACKAGES</a></span> - Static variable in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeConstants.html" title="interface in org.apache.velocity.runtime">RuntimeConstants</a></dt>
<dd>
<div class="block">A comma separated list of packages to restrict access to in the SecureIntrospector.</div>
</dd>
<dt><a href="org/apache/velocity/util/introspection/IntrospectorBase.html" title="class in org.apache.velocity.util.introspection"><span class="typeNameLink">IntrospectorBase</span></a> - Class in <a href="org/apache/velocity/util/introspection/package-summary.html">org.apache.velocity.util.introspection</a></dt>
<dd>
<div class="block">Lookup a a Method object for a particular class given the name of a method
and its parameters.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/introspection/IntrospectorBase.html#IntrospectorBase-org.slf4j.Logger-org.apache.velocity.util.introspection.TypeConversionHandler-">IntrospectorBase(Logger, TypeConversionHandler)</a></span> - Constructor for class org.apache.velocity.util.introspection.<a href="org/apache/velocity/util/introspection/IntrospectorBase.html" title="class in org.apache.velocity.util.introspection">IntrospectorBase</a></dt>
<dd>
<div class="block">C'tor.</div>
</dd>
<dt><a href="org/apache/velocity/util/introspection/IntrospectorCache.html" title="class in org.apache.velocity.util.introspection"><span class="typeNameLink">IntrospectorCache</span></a> - Class in <a href="org/apache/velocity/util/introspection/package-summary.html">org.apache.velocity.util.introspection</a></dt>
<dd>
<div class="block">This is the internal introspector cache implementation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/introspection/IntrospectorCache.html#IntrospectorCache-org.slf4j.Logger-org.apache.velocity.util.introspection.TypeConversionHandler-">IntrospectorCache(Logger, TypeConversionHandler)</a></span> - Constructor for class org.apache.velocity.util.introspection.<a href="org/apache/velocity/util/introspection/IntrospectorCache.html" title="class in org.apache.velocity.util.introspection">IntrospectorCache</a></dt>
<dd>
<div class="block">C'tor</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/SimpleNode.html#invalid">invalid</a></span> - Variable in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/SimpleNode.html" title="class in org.apache.velocity.runtime.parser.node">SimpleNode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/TokenMgrError.html#INVALID_LEXICAL_STATE">INVALID_LEXICAL_STATE</a></span> - Static variable in error org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/TokenMgrError.html" title="class in org.apache.velocity.runtime.parser">TokenMgrError</a></dt>
<dd>
<div class="block">Tried to change to an invalid lexical state.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/app/event/EventCartridge.html#invalidGetMethod-org.apache.velocity.context.Context-java.lang.String-java.lang.Object-java.lang.String-org.apache.velocity.util.introspection.Info-">invalidGetMethod(Context, String, Object, String, Info)</a></span> - Method in class org.apache.velocity.app.event.<a href="org/apache/velocity/app/event/EventCartridge.html" title="class in org.apache.velocity.app.event">EventCartridge</a></dt>
<dd>
<div class="block">Call invalid reference handlers for an invalid getter</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/app/event/EventHandlerUtil.html#invalidGetMethod-org.apache.velocity.runtime.RuntimeServices-org.apache.velocity.context.InternalContextAdapter-java.lang.String-java.lang.Object-java.lang.String-org.apache.velocity.util.introspection.Info-">invalidGetMethod(RuntimeServices, InternalContextAdapter, String, Object, String, Info)</a></span> - Static method in class org.apache.velocity.app.event.<a href="org/apache/velocity/app/event/EventHandlerUtil.html" title="class in org.apache.velocity.app.event">EventHandlerUtil</a></dt>
<dd>
<div class="block">Called when an invalid get method is encountered.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/app/event/implement/ReportInvalidReferences.html#invalidGetMethod-org.apache.velocity.context.Context-java.lang.String-java.lang.Object-java.lang.String-org.apache.velocity.util.introspection.Info-">invalidGetMethod(Context, String, Object, String, Info)</a></span> - Method in class org.apache.velocity.app.event.implement.<a href="org/apache/velocity/app/event/implement/ReportInvalidReferences.html" title="class in org.apache.velocity.app.event.implement">ReportInvalidReferences</a></dt>
<dd>
<div class="block">Collect the error and/or throw an exception, depending on configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/app/event/InvalidReferenceEventHandler.html#invalidGetMethod-org.apache.velocity.context.Context-java.lang.String-java.lang.Object-java.lang.String-org.apache.velocity.util.introspection.Info-">invalidGetMethod(Context, String, Object, String, Info)</a></span> - Method in interface org.apache.velocity.app.event.<a href="org/apache/velocity/app/event/InvalidReferenceEventHandler.html" title="interface in org.apache.velocity.app.event">InvalidReferenceEventHandler</a></dt>
<dd>
<div class="block">Called when object is null or there is no getter for the given
property.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/example/EventExample.html#invalidGetMethod-org.apache.velocity.context.Context-java.lang.String-java.lang.Object-java.lang.String-org.apache.velocity.util.introspection.Info-">invalidGetMethod(Context, String, Object, String, Info)</a></span> - Method in class org.apache.velocity.example.<a href="org/apache/velocity/example/EventExample.html" title="class in org.apache.velocity.example">EventExample</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/app/event/EventCartridge.html#invalidMethod-org.apache.velocity.context.Context-java.lang.String-java.lang.Object-java.lang.String-org.apache.velocity.util.introspection.Info-">invalidMethod(Context, String, Object, String, Info)</a></span> - Method in class org.apache.velocity.app.event.<a href="org/apache/velocity/app/event/EventCartridge.html" title="class in org.apache.velocity.app.event">EventCartridge</a></dt>
<dd>
<div class="block">Call invalid reference handlers for an invalid method call</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/app/event/EventHandlerUtil.html#invalidMethod-org.apache.velocity.runtime.RuntimeServices-org.apache.velocity.context.InternalContextAdapter-java.lang.String-java.lang.Object-java.lang.String-org.apache.velocity.util.introspection.Info-">invalidMethod(RuntimeServices, InternalContextAdapter, String, Object, String, Info)</a></span> - Static method in class org.apache.velocity.app.event.<a href="org/apache/velocity/app/event/EventHandlerUtil.html" title="class in org.apache.velocity.app.event">EventHandlerUtil</a></dt>
<dd>
<div class="block">Called when an invalid method is encountered.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/app/event/implement/ReportInvalidReferences.html#invalidMethod-org.apache.velocity.context.Context-java.lang.String-java.lang.Object-java.lang.String-org.apache.velocity.util.introspection.Info-">invalidMethod(Context, String, Object, String, Info)</a></span> - Method in class org.apache.velocity.app.event.implement.<a href="org/apache/velocity/app/event/implement/ReportInvalidReferences.html" title="class in org.apache.velocity.app.event.implement">ReportInvalidReferences</a></dt>
<dd>
<div class="block">Collect the error and/or throw an exception, depending on configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/app/event/InvalidReferenceEventHandler.html#invalidMethod-org.apache.velocity.context.Context-java.lang.String-java.lang.Object-java.lang.String-org.apache.velocity.util.introspection.Info-">invalidMethod(Context, String, Object, String, Info)</a></span> - Method in interface org.apache.velocity.app.event.<a href="org/apache/velocity/app/event/InvalidReferenceEventHandler.html" title="interface in org.apache.velocity.app.event">InvalidReferenceEventHandler</a></dt>
<dd>
<div class="block">Called when object is null or the given method does not exist.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/example/EventExample.html#invalidMethod-org.apache.velocity.context.Context-java.lang.String-java.lang.Object-java.lang.String-org.apache.velocity.util.introspection.Info-">invalidMethod(Context, String, Object, String, Info)</a></span> - Method in class org.apache.velocity.example.<a href="org/apache/velocity/example/EventExample.html" title="class in org.apache.velocity.example">EventExample</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/app/event/InvalidReferenceEventHandler.html" title="interface in org.apache.velocity.app.event"><span class="typeNameLink">InvalidReferenceEventHandler</span></a> - Interface in <a href="org/apache/velocity/app/event/package-summary.html">org.apache.velocity.app.event</a></dt>
<dd>
<div class="block">Event handler called when an invalid reference is encountered.</div>
</dd>
<dt><a href="org/apache/velocity/app/event/implement/InvalidReferenceInfo.html" title="class in org.apache.velocity.app.event.implement"><span class="typeNameLink">InvalidReferenceInfo</span></a> - Class in <a href="org/apache/velocity/app/event/implement/package-summary.html">org.apache.velocity.app.event.implement</a></dt>
<dd>
<div class="block">Convenience class to use when reporting out invalid syntax
with line, column, and template name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/app/event/implement/InvalidReferenceInfo.html#InvalidReferenceInfo-java.lang.String-org.apache.velocity.util.introspection.Info-">InvalidReferenceInfo(String, Info)</a></span> - Constructor for class org.apache.velocity.app.event.implement.<a href="org/apache/velocity/app/event/implement/InvalidReferenceInfo.html" title="class in org.apache.velocity.app.event.implement">InvalidReferenceInfo</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/app/event/EventCartridge.html#invalidSetMethod-org.apache.velocity.context.Context-java.lang.String-java.lang.String-org.apache.velocity.util.introspection.Info-">invalidSetMethod(Context, String, String, Info)</a></span> - Method in class org.apache.velocity.app.event.<a href="org/apache/velocity/app/event/EventCartridge.html" title="class in org.apache.velocity.app.event">EventCartridge</a></dt>
<dd>
<div class="block">Call invalid reference handlers for an invalid setter</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/app/event/EventHandlerUtil.html#invalidSetMethod-org.apache.velocity.runtime.RuntimeServices-org.apache.velocity.context.InternalContextAdapter-java.lang.String-java.lang.String-org.apache.velocity.util.introspection.Info-">invalidSetMethod(RuntimeServices, InternalContextAdapter, String, String, Info)</a></span> - Static method in class org.apache.velocity.app.event.<a href="org/apache/velocity/app/event/EventHandlerUtil.html" title="class in org.apache.velocity.app.event">EventHandlerUtil</a></dt>
<dd>
<div class="block">Called when an invalid set method is encountered.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/app/event/implement/ReportInvalidReferences.html#invalidSetMethod-org.apache.velocity.context.Context-java.lang.String-java.lang.String-org.apache.velocity.util.introspection.Info-">invalidSetMethod(Context, String, String, Info)</a></span> - Method in class org.apache.velocity.app.event.implement.<a href="org/apache/velocity/app/event/implement/ReportInvalidReferences.html" title="class in org.apache.velocity.app.event.implement">ReportInvalidReferences</a></dt>
<dd>
<div class="block">Collect the error and/or throw an exception, depending on configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/app/event/InvalidReferenceEventHandler.html#invalidSetMethod-org.apache.velocity.context.Context-java.lang.String-java.lang.String-org.apache.velocity.util.introspection.Info-">invalidSetMethod(Context, String, String, Info)</a></span> - Method in interface org.apache.velocity.app.event.<a href="org/apache/velocity/app/event/InvalidReferenceEventHandler.html" title="interface in org.apache.velocity.app.event">InvalidReferenceEventHandler</a></dt>
<dd>
<div class="block">Called when object is null or there is no setter for the given
property.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/example/EventExample.html#invalidSetMethod-org.apache.velocity.context.Context-java.lang.String-java.lang.String-org.apache.velocity.util.introspection.Info-">invalidSetMethod(Context, String, String, Info)</a></span> - Method in class org.apache.velocity.example.<a href="org/apache/velocity/example/EventExample.html" title="class in org.apache.velocity.example">EventExample</a></dt>
<dd>
<div class="block">Event handler for when the right hand side of
a #set() directive is null, which results in
a log message.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/introspection/UberspectImpl.VelGetterImpl.html#invoke-java.lang.Object-">invoke(Object)</a></span> - Method in class org.apache.velocity.util.introspection.<a href="org/apache/velocity/util/introspection/UberspectImpl.VelGetterImpl.html" title="class in org.apache.velocity.util.introspection">UberspectImpl.VelGetterImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/introspection/UberspectImpl.VelMethodImpl.html#invoke-java.lang.Object-java.lang.Object:A-">invoke(Object, Object[])</a></span> - Method in class org.apache.velocity.util.introspection.<a href="org/apache/velocity/util/introspection/UberspectImpl.VelMethodImpl.html" title="class in org.apache.velocity.util.introspection">UberspectImpl.VelMethodImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/introspection/UberspectImpl.VelSetterImpl.html#invoke-java.lang.Object-java.lang.Object-">invoke(Object, Object)</a></span> - Method in class org.apache.velocity.util.introspection.<a href="org/apache/velocity/util/introspection/UberspectImpl.VelSetterImpl.html" title="class in org.apache.velocity.util.introspection">UberspectImpl.VelSetterImpl</a></dt>
<dd>
<div class="block">Invoke the found Set Executor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/introspection/VelMethod.html#invoke-java.lang.Object-java.lang.Object:A-">invoke(Object, Object[])</a></span> - Method in interface org.apache.velocity.util.introspection.<a href="org/apache/velocity/util/introspection/VelMethod.html" title="interface in org.apache.velocity.util.introspection">VelMethod</a></dt>
<dd>
<div class="block">invocation method - called when the method invocation should be
performed and a value returned</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/introspection/VelPropertyGet.html#invoke-java.lang.Object-">invoke(Object)</a></span> - Method in interface org.apache.velocity.util.introspection.<a href="org/apache/velocity/util/introspection/VelPropertyGet.html" title="interface in org.apache.velocity.util.introspection">VelPropertyGet</a></dt>
<dd>
<div class="block">invocation method - called when the 'get action' should be
preformed and a value returned</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/introspection/VelPropertySet.html#invoke-java.lang.Object-java.lang.Object-">invoke(Object, Object)</a></span> - Method in interface org.apache.velocity.util.introspection.<a href="org/apache/velocity/util/introspection/VelPropertySet.html" title="interface in org.apache.velocity.util.introspection">VelPropertySet</a></dt>
<dd>
<div class="block">method used to set the value in the object</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/app/Velocity.html#invokeVelocimacro-java.lang.String-java.lang.String-java.lang.String:A-org.apache.velocity.context.Context-java.io.Writer-">invokeVelocimacro(String, String, String[], Context, Writer)</a></span> - Static method in class org.apache.velocity.app.<a href="org/apache/velocity/app/Velocity.html" title="class in org.apache.velocity.app">Velocity</a></dt>
<dd>
<div class="block">Invokes a currently registered Velocimacro with the params provided
and places the rendered stream into the writer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/app/VelocityEngine.html#invokeVelocimacro-java.lang.String-java.lang.String-java.lang.String:A-org.apache.velocity.context.Context-java.io.Writer-">invokeVelocimacro(String, String, String[], Context, Writer)</a></span> - Method in class org.apache.velocity.app.<a href="org/apache/velocity/app/VelocityEngine.html" title="class in org.apache.velocity.app">VelocityEngine</a></dt>
<dd>
<div class="block">Invokes a currently registered Velocimacro with the params provided
and places the rendered stream into the writer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeInstance.html#invokeVelocimacro-java.lang.String-java.lang.String-java.lang.String:A-org.apache.velocity.context.Context-java.io.Writer-">invokeVelocimacro(String, String, String[], Context, Writer)</a></span> - Method in class org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeInstance.html" title="class in org.apache.velocity.runtime">RuntimeInstance</a></dt>
<dd>
<div class="block">Invokes a currently registered Velocimacro with the params provided
and places the rendered stream into the writer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeServices.html#invokeVelocimacro-java.lang.String-java.lang.String-java.lang.String:A-org.apache.velocity.context.Context-java.io.Writer-">invokeVelocimacro(String, String, String[], Context, Writer)</a></span> - Method in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeServices.html" title="interface in org.apache.velocity.runtime">RuntimeServices</a></dt>
<dd>
<div class="block">Invokes a currently registered Velocimacro with the params provided
and places the rendered stream into the writer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/AbstractExecutor.html#isAlive--">isAlive()</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/AbstractExecutor.html" title="class in org.apache.velocity.runtime.parser.node">AbstractExecutor</a></dt>
<dd>
<div class="block">Tell whether the executor is alive by looking
at the value of the method.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/MapGetExecutor.html#isAlive--">isAlive()</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/MapGetExecutor.html" title="class in org.apache.velocity.runtime.parser.node">MapGetExecutor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/PublicFieldExecutor.html#isAlive--">isAlive()</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/PublicFieldExecutor.html" title="class in org.apache.velocity.runtime.parser.node">PublicFieldExecutor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/SetExecutor.html#isAlive--">isAlive()</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/SetExecutor.html" title="class in org.apache.velocity.runtime.parser.node">SetExecutor</a></dt>
<dd>
<div class="block">Tell whether the executor is alive by looking
at the value of the method.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/SetPublicFieldExecutor.html#isAlive--">isAlive()</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/SetPublicFieldExecutor.html" title="class in org.apache.velocity.runtime.parser.node">SetPublicFieldExecutor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/io/VelocityWriter.html#isAutoFlush--">isAutoFlush()</a></span> - Method in class org.apache.velocity.io.<a href="org/apache/velocity/io/VelocityWriter.html" title="class in org.apache.velocity.io">VelocityWriter</a></dt>
<dd>
<div class="block">This method indicates whether the JspWriter is autoFlushing.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/introspection/UberspectImpl.VelGetterImpl.html#isCacheable--">isCacheable()</a></span> - Method in class org.apache.velocity.util.introspection.<a href="org/apache/velocity/util/introspection/UberspectImpl.VelGetterImpl.html" title="class in org.apache.velocity.util.introspection">UberspectImpl.VelGetterImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/introspection/UberspectImpl.VelMethodImpl.html#isCacheable--">isCacheable()</a></span> - Method in class org.apache.velocity.util.introspection.<a href="org/apache/velocity/util/introspection/UberspectImpl.VelMethodImpl.html" title="class in org.apache.velocity.util.introspection">UberspectImpl.VelMethodImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/introspection/UberspectImpl.VelSetterImpl.html#isCacheable--">isCacheable()</a></span> - Method in class org.apache.velocity.util.introspection.<a href="org/apache/velocity/util/introspection/UberspectImpl.VelSetterImpl.html" title="class in org.apache.velocity.util.introspection">UberspectImpl.VelSetterImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/introspection/VelMethod.html#isCacheable--">isCacheable()</a></span> - Method in interface org.apache.velocity.util.introspection.<a href="org/apache/velocity/util/introspection/VelMethod.html" title="interface in org.apache.velocity.util.introspection">VelMethod</a></dt>
<dd>
<div class="block">specifies if this VelMethod is cacheable and able to be
reused for this class of object it was returned for</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/introspection/VelPropertyGet.html#isCacheable--">isCacheable()</a></span> - Method in interface org.apache.velocity.util.introspection.<a href="org/apache/velocity/util/introspection/VelPropertyGet.html" title="interface in org.apache.velocity.util.introspection">VelPropertyGet</a></dt>
<dd>
<div class="block">specifies if this VelPropertyGet is cacheable and able to be
reused for this class of object it was returned for</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/introspection/VelPropertySet.html#isCacheable--">isCacheable()</a></span> - Method in interface org.apache.velocity.util.introspection.<a href="org/apache/velocity/util/introspection/VelPropertySet.html" title="interface in org.apache.velocity.util.introspection">VelPropertySet</a></dt>
<dd>
<div class="block">specifies if this VelPropertySet is cacheable and able to be
reused for this class of object it was returned for</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/loader/ResourceLoader.html#isCachingOn">isCachingOn</a></span> - Variable in class org.apache.velocity.runtime.resource.loader.<a href="org/apache/velocity/runtime/resource/loader/ResourceLoader.html" title="class in org.apache.velocity.runtime.resource.loader">ResourceLoader</a></dt>
<dd>
<div class="block">Does this loader want templates produced with it
cached in the Runtime.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/loader/ResourceLoader.html#isCachingOn--">isCachingOn()</a></span> - Method in class org.apache.velocity.runtime.resource.loader.<a href="org/apache/velocity/runtime/resource/loader/ResourceLoader.html" title="class in org.apache.velocity.runtime.resource.loader">ResourceLoader</a></dt>
<dd>
<div class="block">The Runtime uses this to find out whether this
template loader wants the Runtime to cache
templates created with InputStreams provided
by this loader.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTStringLiteral.html#isConstant--">isConstant()</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTStringLiteral.html" title="class in org.apache.velocity.runtime.parser.node">ASTStringLiteral</a></dt>
<dd>
<div class="block">Check to see if this is an interpolated string.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/example/EventExample.html#isDebugEnabled--">isDebugEnabled()</a></span> - Method in class org.apache.velocity.example.<a href="org/apache/velocity/example/EventExample.html" title="class in org.apache.velocity.example">EventExample</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/Parser.html#isDirective-java.lang.String-">isDirective(String)</a></span> - Method in interface org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/Parser.html" title="interface in org.apache.velocity.runtime.parser">Parser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParser.html#isDirective-java.lang.String-">isDirective(String)</a></span> - Method in class org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParser.html" title="class in org.apache.velocity.runtime.parser">StandardParser</a></dt>
<dd>
<div class="block">This method finds out of the directive exists in the directives Map.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/ArrayListWrapper.html#isEmpty--">isEmpty()</a></span> - Method in class org.apache.velocity.util.<a href="org/apache/velocity/util/ArrayListWrapper.html" title="class in org.apache.velocity.util">ArrayListWrapper</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/example/EventExample.html#isErrorEnabled--">isErrorEnabled()</a></span> - Method in class org.apache.velocity.example.<a href="org/apache/velocity/example/EventExample.html" title="class in org.apache.velocity.example">EventExample</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/introspection/ConversionHandler.html#isExplicitlyConvertible-java.lang.Class-java.lang.Class-boolean-">isExplicitlyConvertible(Class&lt;?&gt;, Class&lt;?&gt;, boolean)</a></span> - Method in interface org.apache.velocity.util.introspection.<a href="org/apache/velocity/util/introspection/ConversionHandler.html" title="interface in org.apache.velocity.util.introspection">ConversionHandler</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Check to see if the conversion can be done using an explicit conversion</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/introspection/TypeConversionHandler.html#isExplicitlyConvertible-java.lang.reflect.Type-java.lang.Class-boolean-">isExplicitlyConvertible(Type, Class&lt;?&gt;, boolean)</a></span> - Method in interface org.apache.velocity.util.introspection.<a href="org/apache/velocity/util/introspection/TypeConversionHandler.html" title="interface in org.apache.velocity.util.introspection">TypeConversionHandler</a></dt>
<dd>
<div class="block">Check to see if the conversion can be done using an explicit conversion</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/introspection/TypeConversionHandlerImpl.html#isExplicitlyConvertible-java.lang.reflect.Type-java.lang.Class-boolean-">isExplicitlyConvertible(Type, Class&lt;?&gt;, boolean)</a></span> - Method in class org.apache.velocity.util.introspection.<a href="org/apache/velocity/util/introspection/TypeConversionHandlerImpl.html" title="class in org.apache.velocity.util.introspection">TypeConversionHandlerImpl</a></dt>
<dd>
<div class="block">Check to see if the conversion can be done using an explicit conversion</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/ForeachScope.html#isFirst--">isFirst()</a></span> - Method in class org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/ForeachScope.html" title="class in org.apache.velocity.runtime.directive">ForeachScope</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/StopCommand.html#isFor-java.lang.Object-">isFor(Object)</a></span> - Method in error org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/StopCommand.html" title="class in org.apache.velocity.runtime.directive">StopCommand</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeInstance.html#isHyphenAllowedInIdentifiers--">isHyphenAllowedInIdentifiers()</a></span> - Method in class org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeInstance.html" title="class in org.apache.velocity.runtime">RuntimeInstance</a></dt>
<dd>
<div class="block">get whether hyphens are allowed in identifiers</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeServices.html#isHyphenAllowedInIdentifiers--">isHyphenAllowedInIdentifiers()</a></span> - Method in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeServices.html" title="interface in org.apache.velocity.runtime">RuntimeServices</a></dt>
<dd>
<div class="block">Get whether hyphens are allowed in identifiers</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/example/EventExample.html#isInfoEnabled--">isInfoEnabled()</a></span> - Method in class org.apache.velocity.example.<a href="org/apache/velocity/example/EventExample.html" title="class in org.apache.velocity.example">EventExample</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeInstance.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeInstance.html" title="class in org.apache.velocity.runtime">RuntimeInstance</a></dt>
<dd>
<div class="block">Returns true if the RuntimeInstance has been successfully initialized.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeServices.html#isInitialized--">isInitialized()</a></span> - Method in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeServices.html" title="interface in org.apache.velocity.runtime">RuntimeServices</a></dt>
<dd>
<div class="block">Returns true if the RuntimeInstance has been successfully initialized.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeSingleton.html#isInitialized--">isInitialized()</a></span> - Static method in class org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeSingleton.html" title="class in org.apache.velocity.runtime">RuntimeSingleton</a></dt>
<dd>
<div class="block">Returns true if the RuntimeInstance has been successfully initialized.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/ExtProperties.html#isInitialized">isInitialized</a></span> - Variable in class org.apache.velocity.util.<a href="org/apache/velocity/util/ExtProperties.html" title="class in org.apache.velocity.util">ExtProperties</a></dt>
<dd>
<div class="block">Has this configuration been initialized.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/ExtProperties.html#isInitialized--">isInitialized()</a></span> - Method in class org.apache.velocity.util.<a href="org/apache/velocity/util/ExtProperties.html" title="class in org.apache.velocity.util">ExtProperties</a></dt>
<dd>
<div class="block">Indicate to client code whether property
resources have been initialized or not.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParserTokenManager.html#isInSet--">isInSet()</a></span> - Method in class org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParserTokenManager.html" title="class in org.apache.velocity.runtime.parser">StandardParserTokenManager</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/MathUtils.html#isInteger-java.lang.Number-">isInteger(Number)</a></span> - Static method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/MathUtils.html" title="class in org.apache.velocity.runtime.parser.node">MathUtils</a></dt>
<dd>
<div class="block">Test, whether the given object is an integer value
(Byte, Short, Integer, Long, BigInteger)</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/Node.html#isInvalid--">isInvalid()</a></span> - Method in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/Node.html" title="interface in org.apache.velocity.runtime.parser.node">Node</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/SimpleNode.html#isInvalid--">isInvalid()</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/SimpleNode.html" title="class in org.apache.velocity.runtime.parser.node">SimpleNode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/ForeachScope.html#isLast--">isLast()</a></span> - Method in class org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/ForeachScope.html" title="class in org.apache.velocity.runtime.directive">ForeachScope</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/example/EventExample.html#isLevelEnabled-int-">isLevelEnabled(int)</a></span> - Method in class org.apache.velocity.example.<a href="org/apache/velocity/example/EventExample.html" title="class in org.apache.velocity.example">EventExample</a></dt>
<dd>
<div class="block">This always returns true because logging levels can't be disabled in
this impl.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/introspection/IntrospectionUtils.html#isMethodInvocationConvertible-java.lang.reflect.Type-java.lang.Class-boolean-">isMethodInvocationConvertible(Type, Class&lt;?&gt;, boolean)</a></span> - Static method in class org.apache.velocity.util.introspection.<a href="org/apache/velocity/util/introspection/IntrospectionUtils.html" title="class in org.apache.velocity.util.introspection">IntrospectionUtils</a></dt>
<dd>
<div class="block">Determines whether a type represented by a class object is
convertible to another type represented by a class object using a
method invocation conversion, treating object types of primitive
types as if they were primitive types (that is, a Boolean actual
parameter type matches boolean primitive formal type).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/spring/VelocityEngineFactory.html#isPreferFileSystemAccess--">isPreferFileSystemAccess()</a></span> - Method in class org.apache.velocity.spring.<a href="org/apache/velocity/spring/VelocityEngineFactory.html" title="class in org.apache.velocity.spring">VelocityEngineFactory</a></dt>
<dd>
<div class="block">Return whether to prefer file system access for template loading.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeInstance.html#isScopeControlEnabled-java.lang.String-">isScopeControlEnabled(String)</a></span> - Method in class org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeInstance.html" title="class in org.apache.velocity.runtime">RuntimeInstance</a></dt>
<dd>
<div class="block">Get whether to provide a scope control object for this scope</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeServices.html#isScopeControlEnabled-java.lang.String-">isScopeControlEnabled(String)</a></span> - Method in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeServices.html" title="interface in org.apache.velocity.runtime">RuntimeServices</a></dt>
<dd>
<div class="block">Get whether to provide a scope control object for this scope</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/Break.html#isScopeProvided--">isScopeProvided()</a></span> - Method in class org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/Break.html" title="class in org.apache.velocity.runtime.directive">Break</a></dt>
<dd>
<div class="block">Since there is no processing of content,
there is never a need for an internal scope.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/Directive.html#isScopeProvided--">isScopeProvided()</a></span> - Method in class org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/Directive.html" title="class in org.apache.velocity.runtime.directive">Directive</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/Include.html#isScopeProvided--">isScopeProvided()</a></span> - Method in class org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/Include.html" title="class in org.apache.velocity.runtime.directive">Include</a></dt>
<dd>
<div class="block">Since there is no processing of content,
there is never a need for an internal scope.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/Macro.html#isScopeProvided--">isScopeProvided()</a></span> - Method in class org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/Macro.html" title="class in org.apache.velocity.runtime.directive">Macro</a></dt>
<dd>
<div class="block">Since this class does no processing of content,
there is never a need for an internal scope.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/Stop.html#isScopeProvided--">isScopeProvided()</a></span> - Method in class org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/Stop.html" title="class in org.apache.velocity.runtime.directive">Stop</a></dt>
<dd>
<div class="block">Since there is no processing of content,
there is never a need for an internal scope.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/spring/VelocityEngineFactoryBean.html#isSingleton--">isSingleton()</a></span> - Method in class org.apache.velocity.spring.<a href="org/apache/velocity/spring/VelocityEngineFactoryBean.html" title="class in org.apache.velocity.spring">VelocityEngineFactoryBean</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/io/UnicodeInputStream.html#isSkipBOM--">isSkipBOM()</a></span> - Method in class org.apache.velocity.io.<a href="org/apache/velocity/io/UnicodeInputStream.html" title="class in org.apache.velocity.io">UnicodeInputStream</a></dt>
<dd>
<div class="block">Returns true if the input stream discards the BOM.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/loader/ClasspathResourceLoader.html#isSourceModified-org.apache.velocity.runtime.resource.Resource-">isSourceModified(Resource)</a></span> - Method in class org.apache.velocity.runtime.resource.loader.<a href="org/apache/velocity/runtime/resource/loader/ClasspathResourceLoader.html" title="class in org.apache.velocity.runtime.resource.loader">ClasspathResourceLoader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/loader/DataSourceResourceLoader.html#isSourceModified-org.apache.velocity.runtime.resource.Resource-">isSourceModified(Resource)</a></span> - Method in class org.apache.velocity.runtime.resource.loader.<a href="org/apache/velocity/runtime/resource/loader/DataSourceResourceLoader.html" title="class in org.apache.velocity.runtime.resource.loader">DataSourceResourceLoader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/loader/FileResourceLoader.html#isSourceModified-org.apache.velocity.runtime.resource.Resource-">isSourceModified(Resource)</a></span> - Method in class org.apache.velocity.runtime.resource.loader.<a href="org/apache/velocity/runtime/resource/loader/FileResourceLoader.html" title="class in org.apache.velocity.runtime.resource.loader">FileResourceLoader</a></dt>
<dd>
<div class="block">How to keep track of all the modified times
across the paths.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/loader/JarResourceLoader.html#isSourceModified-org.apache.velocity.runtime.resource.Resource-">isSourceModified(Resource)</a></span> - Method in class org.apache.velocity.runtime.resource.loader.<a href="org/apache/velocity/runtime/resource/loader/JarResourceLoader.html" title="class in org.apache.velocity.runtime.resource.loader">JarResourceLoader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/loader/ResourceLoader.html#isSourceModified-org.apache.velocity.runtime.resource.Resource-">isSourceModified(Resource)</a></span> - Method in class org.apache.velocity.runtime.resource.loader.<a href="org/apache/velocity/runtime/resource/loader/ResourceLoader.html" title="class in org.apache.velocity.runtime.resource.loader">ResourceLoader</a></dt>
<dd>
<div class="block">Given a template, check to see if the source of InputStream
has been modified.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/loader/StringResourceLoader.html#isSourceModified-org.apache.velocity.runtime.resource.Resource-">isSourceModified(Resource)</a></span> - Method in class org.apache.velocity.runtime.resource.loader.<a href="org/apache/velocity/runtime/resource/loader/StringResourceLoader.html" title="class in org.apache.velocity.runtime.resource.loader">StringResourceLoader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/loader/URLResourceLoader.html#isSourceModified-org.apache.velocity.runtime.resource.Resource-">isSourceModified(Resource)</a></span> - Method in class org.apache.velocity.runtime.resource.loader.<a href="org/apache/velocity/runtime/resource/loader/URLResourceLoader.html" title="class in org.apache.velocity.runtime.resource.loader">URLResourceLoader</a></dt>
<dd>
<div class="block">Checks to see if a resource has been deleted, moved or modified.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/Resource.html#isSourceModified--">isSourceModified()</a></span> - Method in class org.apache.velocity.runtime.resource.<a href="org/apache/velocity/runtime/resource/Resource.html" title="class in org.apache.velocity.runtime.resource">Resource</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/spring/SpringResourceLoader.html#isSourceModified-org.apache.velocity.runtime.resource.Resource-">isSourceModified(Resource)</a></span> - Method in class org.apache.velocity.spring.<a href="org/apache/velocity/spring/SpringResourceLoader.html" title="class in org.apache.velocity.spring">SpringResourceLoader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/introspection/IntrospectionUtils.html#isStrictMethodInvocationConvertible-java.lang.reflect.Type-java.lang.Class-boolean-">isStrictMethodInvocationConvertible(Type, Class&lt;?&gt;, boolean)</a></span> - Static method in class org.apache.velocity.util.introspection.<a href="org/apache/velocity/util/introspection/IntrospectionUtils.html" title="class in org.apache.velocity.util.introspection">IntrospectionUtils</a></dt>
<dd>
<div class="block">Determines whether a type represented by a class object is
convertible to another type represented by a class object using a
method invocation conversion, without matching object and primitive
types.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/example/EventExample.html#isTraceEnabled--">isTraceEnabled()</a></span> - Method in class org.apache.velocity.example.<a href="org/apache/velocity/example/EventExample.html" title="class in org.apache.velocity.example">EventExample</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/introspection/UberspectImpl.VelMethodImpl.html#isVarArg--">isVarArg()</a></span> - Method in class org.apache.velocity.util.introspection.<a href="org/apache/velocity/util/introspection/UberspectImpl.VelMethodImpl.html" title="class in org.apache.velocity.util.introspection">UberspectImpl.VelMethodImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeInstance.html#isVelocimacro-java.lang.String-org.apache.velocity.Template-">isVelocimacro(String, Template)</a></span> - Method in class org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeInstance.html" title="class in org.apache.velocity.runtime">RuntimeInstance</a></dt>
<dd>
<div class="block">Checks to see if a VM exists</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeServices.html#isVelocimacro-java.lang.String-org.apache.velocity.Template-">isVelocimacro(String, Template)</a></span> - Method in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeServices.html" title="interface in org.apache.velocity.runtime">RuntimeServices</a></dt>
<dd>
<div class="block">Checks to see if a VM exists</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeSingleton.html#isVelocimacro-java.lang.String-org.apache.velocity.Template-">isVelocimacro(String, Template)</a></span> - Static method in class org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeSingleton.html" title="class in org.apache.velocity.runtime">RuntimeSingleton</a></dt>
<dd>
<div class="block">Checks to see if a VM exists</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/VelocimacroFactory.html#isVelocimacro-java.lang.String-org.apache.velocity.Template-">isVelocimacro(String, Template)</a></span> - Method in class org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/VelocimacroFactory.html" title="class in org.apache.velocity.runtime">VelocimacroFactory</a></dt>
<dd>
<div class="block">Tells the world if a given directive string is a Velocimacro</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/example/EventExample.html#isWarnEnabled--">isWarnEnabled()</a></span> - Method in class org.apache.velocity.example.<a href="org/apache/velocity/example/EventExample.html" title="class in org.apache.velocity.example">EventExample</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/MathUtils.html#isZero-java.lang.Number-">isZero(Number)</a></span> - Static method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/MathUtils.html" title="class in org.apache.velocity.runtime.parser.node">MathUtils</a></dt>
<dd>
<div class="block">Compare the given Number to 0.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTIntegerRange.IntegerRange.html#iterator--">iterator()</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTIntegerRange.IntegerRange.html" title="class in org.apache.velocity.runtime.parser.node">ASTIntegerRange.IntegerRange</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:J">
<!-- -->
</a>
<h2 class="title">J</h2>
<dl>
<dt><a href="org/apache/velocity/runtime/resource/loader/JarHolder.html" title="class in org.apache.velocity.runtime.resource.loader"><span class="typeNameLink">JarHolder</span></a> - Class in <a href="org/apache/velocity/runtime/resource/loader/package-summary.html">org.apache.velocity.runtime.resource.loader</a></dt>
<dd>
<div class="block">A small wrapper around a Jar</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/loader/JarHolder.html#JarHolder-org.apache.velocity.runtime.RuntimeServices-java.lang.String-org.slf4j.Logger-">JarHolder(RuntimeServices, String, Logger)</a></span> - Constructor for class org.apache.velocity.runtime.resource.loader.<a href="org/apache/velocity/runtime/resource/loader/JarHolder.html" title="class in org.apache.velocity.runtime.resource.loader">JarHolder</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/runtime/resource/loader/JarResourceLoader.html" title="class in org.apache.velocity.runtime.resource.loader"><span class="typeNameLink">JarResourceLoader</span></a> - Class in <a href="org/apache/velocity/runtime/resource/loader/package-summary.html">org.apache.velocity.runtime.resource.loader</a></dt>
<dd>
<div class="block">
ResourceLoader to load templates from multiple Jar files.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/loader/JarResourceLoader.html#JarResourceLoader--">JarResourceLoader()</a></span> - Constructor for class org.apache.velocity.runtime.resource.loader.<a href="org/apache/velocity/runtime/resource/loader/JarResourceLoader.html" title="class in org.apache.velocity.runtime.resource.loader">JarResourceLoader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParser.html#jj_nt">jj_nt</a></span> - Variable in class org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParser.html" title="class in org.apache.velocity.runtime.parser">StandardParser</a></dt>
<dd>
<div class="block">Next token.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParserTokenManager.html#jjFillToken--">jjFillToken()</a></span> - Method in class org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParserTokenManager.html" title="class in org.apache.velocity.runtime.parser">StandardParserTokenManager</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParserTokenManager.html#jjnewLexState">jjnewLexState</a></span> - Static variable in class org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParserTokenManager.html" title="class in org.apache.velocity.runtime.parser">StandardParserTokenManager</a></dt>
<dd>
<div class="block">Lex State array.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParserTokenManager.html#jjstrLiteralImages">jjstrLiteralImages</a></span> - Static variable in class org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParserTokenManager.html" title="class in org.apache.velocity.runtime.parser">StandardParserTokenManager</a></dt>
<dd>
<div class="block">Token literal values.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTAndNode.html#jjtAccept-org.apache.velocity.runtime.parser.node.ParserVisitor-java.lang.Object-">jjtAccept(ParserVisitor, Object)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTAndNode.html" title="class in org.apache.velocity.runtime.parser.node">ASTAndNode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTAssignment.html#jjtAccept-org.apache.velocity.runtime.parser.node.ParserVisitor-java.lang.Object-">jjtAccept(ParserVisitor, Object)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTAssignment.html" title="class in org.apache.velocity.runtime.parser.node">ASTAssignment</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTBlock.html#jjtAccept-org.apache.velocity.runtime.parser.node.ParserVisitor-java.lang.Object-">jjtAccept(ParserVisitor, Object)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTBlock.html" title="class in org.apache.velocity.runtime.parser.node">ASTBlock</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTComment.html#jjtAccept-org.apache.velocity.runtime.parser.node.ParserVisitor-java.lang.Object-">jjtAccept(ParserVisitor, Object)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTComment.html" title="class in org.apache.velocity.runtime.parser.node">ASTComment</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTComparisonNode.html#jjtAccept-org.apache.velocity.runtime.parser.node.ParserVisitor-java.lang.Object-">jjtAccept(ParserVisitor, Object)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTComparisonNode.html" title="class in org.apache.velocity.runtime.parser.node">ASTComparisonNode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTDirective.html#jjtAccept-org.apache.velocity.runtime.parser.node.ParserVisitor-java.lang.Object-">jjtAccept(ParserVisitor, Object)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTDirective.html" title="class in org.apache.velocity.runtime.parser.node">ASTDirective</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTElseIfStatement.html#jjtAccept-org.apache.velocity.runtime.parser.node.ParserVisitor-java.lang.Object-">jjtAccept(ParserVisitor, Object)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTElseIfStatement.html" title="class in org.apache.velocity.runtime.parser.node">ASTElseIfStatement</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTElseStatement.html#jjtAccept-org.apache.velocity.runtime.parser.node.ParserVisitor-java.lang.Object-">jjtAccept(ParserVisitor, Object)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTElseStatement.html" title="class in org.apache.velocity.runtime.parser.node">ASTElseStatement</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTEscape.html#jjtAccept-org.apache.velocity.runtime.parser.node.ParserVisitor-java.lang.Object-">jjtAccept(ParserVisitor, Object)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTEscape.html" title="class in org.apache.velocity.runtime.parser.node">ASTEscape</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTEscapedDirective.html#jjtAccept-org.apache.velocity.runtime.parser.node.ParserVisitor-java.lang.Object-">jjtAccept(ParserVisitor, Object)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTEscapedDirective.html" title="class in org.apache.velocity.runtime.parser.node">ASTEscapedDirective</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTExpression.html#jjtAccept-org.apache.velocity.runtime.parser.node.ParserVisitor-java.lang.Object-">jjtAccept(ParserVisitor, Object)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTExpression.html" title="class in org.apache.velocity.runtime.parser.node">ASTExpression</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTFalse.html#jjtAccept-org.apache.velocity.runtime.parser.node.ParserVisitor-java.lang.Object-">jjtAccept(ParserVisitor, Object)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTFalse.html" title="class in org.apache.velocity.runtime.parser.node">ASTFalse</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTFloatingPointLiteral.html#jjtAccept-org.apache.velocity.runtime.parser.node.ParserVisitor-java.lang.Object-">jjtAccept(ParserVisitor, Object)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTFloatingPointLiteral.html" title="class in org.apache.velocity.runtime.parser.node">ASTFloatingPointLiteral</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTIdentifier.html#jjtAccept-org.apache.velocity.runtime.parser.node.ParserVisitor-java.lang.Object-">jjtAccept(ParserVisitor, Object)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTIdentifier.html" title="class in org.apache.velocity.runtime.parser.node">ASTIdentifier</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTIfStatement.html#jjtAccept-org.apache.velocity.runtime.parser.node.ParserVisitor-java.lang.Object-">jjtAccept(ParserVisitor, Object)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTIfStatement.html" title="class in org.apache.velocity.runtime.parser.node">ASTIfStatement</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTIncludeStatement.html#jjtAccept-org.apache.velocity.runtime.parser.node.ParserVisitor-java.lang.Object-">jjtAccept(ParserVisitor, Object)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTIncludeStatement.html" title="class in org.apache.velocity.runtime.parser.node">ASTIncludeStatement</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTIntegerLiteral.html#jjtAccept-org.apache.velocity.runtime.parser.node.ParserVisitor-java.lang.Object-">jjtAccept(ParserVisitor, Object)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTIntegerLiteral.html" title="class in org.apache.velocity.runtime.parser.node">ASTIntegerLiteral</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTIntegerRange.html#jjtAccept-org.apache.velocity.runtime.parser.node.ParserVisitor-java.lang.Object-">jjtAccept(ParserVisitor, Object)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTIntegerRange.html" title="class in org.apache.velocity.runtime.parser.node">ASTIntegerRange</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTMap.html#jjtAccept-org.apache.velocity.runtime.parser.node.ParserVisitor-java.lang.Object-">jjtAccept(ParserVisitor, Object)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTMap.html" title="class in org.apache.velocity.runtime.parser.node">ASTMap</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTMathNode.html#jjtAccept-org.apache.velocity.runtime.parser.node.ParserVisitor-java.lang.Object-">jjtAccept(ParserVisitor, Object)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTMathNode.html" title="class in org.apache.velocity.runtime.parser.node">ASTMathNode</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTMethod.html#jjtAccept-org.apache.velocity.runtime.parser.node.ParserVisitor-java.lang.Object-">jjtAccept(ParserVisitor, Object)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTMethod.html" title="class in org.apache.velocity.runtime.parser.node">ASTMethod</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTNegateNode.html#jjtAccept-org.apache.velocity.runtime.parser.node.ParserVisitor-java.lang.Object-">jjtAccept(ParserVisitor, Object)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTNegateNode.html" title="class in org.apache.velocity.runtime.parser.node">ASTNegateNode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTNotNode.html#jjtAccept-org.apache.velocity.runtime.parser.node.ParserVisitor-java.lang.Object-">jjtAccept(ParserVisitor, Object)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTNotNode.html" title="class in org.apache.velocity.runtime.parser.node">ASTNotNode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTObjectArray.html#jjtAccept-org.apache.velocity.runtime.parser.node.ParserVisitor-java.lang.Object-">jjtAccept(ParserVisitor, Object)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTObjectArray.html" title="class in org.apache.velocity.runtime.parser.node">ASTObjectArray</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTOrNode.html#jjtAccept-org.apache.velocity.runtime.parser.node.ParserVisitor-java.lang.Object-">jjtAccept(ParserVisitor, Object)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTOrNode.html" title="class in org.apache.velocity.runtime.parser.node">ASTOrNode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTParameters.html#jjtAccept-org.apache.velocity.runtime.parser.node.ParserVisitor-java.lang.Object-">jjtAccept(ParserVisitor, Object)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTParameters.html" title="class in org.apache.velocity.runtime.parser.node">ASTParameters</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTprocess.html#jjtAccept-org.apache.velocity.runtime.parser.node.ParserVisitor-java.lang.Object-">jjtAccept(ParserVisitor, Object)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTprocess.html" title="class in org.apache.velocity.runtime.parser.node">ASTprocess</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTReference.html#jjtAccept-org.apache.velocity.runtime.parser.node.ParserVisitor-java.lang.Object-">jjtAccept(ParserVisitor, Object)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTReference.html" title="class in org.apache.velocity.runtime.parser.node">ASTReference</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTSetDirective.html#jjtAccept-org.apache.velocity.runtime.parser.node.ParserVisitor-java.lang.Object-">jjtAccept(ParserVisitor, Object)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTSetDirective.html" title="class in org.apache.velocity.runtime.parser.node">ASTSetDirective</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTStringLiteral.html#jjtAccept-org.apache.velocity.runtime.parser.node.ParserVisitor-java.lang.Object-">jjtAccept(ParserVisitor, Object)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTStringLiteral.html" title="class in org.apache.velocity.runtime.parser.node">ASTStringLiteral</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTText.html#jjtAccept-org.apache.velocity.runtime.parser.node.ParserVisitor-java.lang.Object-">jjtAccept(ParserVisitor, Object)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTText.html" title="class in org.apache.velocity.runtime.parser.node">ASTText</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTTextblock.html#jjtAccept-org.apache.velocity.runtime.parser.node.ParserVisitor-java.lang.Object-">jjtAccept(ParserVisitor, Object)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTTextblock.html" title="class in org.apache.velocity.runtime.parser.node">ASTTextblock</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTTrue.html#jjtAccept-org.apache.velocity.runtime.parser.node.ParserVisitor-java.lang.Object-">jjtAccept(ParserVisitor, Object)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTTrue.html" title="class in org.apache.velocity.runtime.parser.node">ASTTrue</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTVariable.html#jjtAccept-org.apache.velocity.runtime.parser.node.ParserVisitor-java.lang.Object-">jjtAccept(ParserVisitor, Object)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTVariable.html" title="class in org.apache.velocity.runtime.parser.node">ASTVariable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTWord.html#jjtAccept-org.apache.velocity.runtime.parser.node.ParserVisitor-java.lang.Object-">jjtAccept(ParserVisitor, Object)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTWord.html" title="class in org.apache.velocity.runtime.parser.node">ASTWord</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/Node.html#jjtAccept-org.apache.velocity.runtime.parser.node.ParserVisitor-java.lang.Object-">jjtAccept(ParserVisitor, Object)</a></span> - Method in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/Node.html" title="interface in org.apache.velocity.runtime.parser.node">Node</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/SimpleNode.html#jjtAccept-org.apache.velocity.runtime.parser.node.ParserVisitor-java.lang.Object-">jjtAccept(ParserVisitor, Object)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/SimpleNode.html" title="class in org.apache.velocity.runtime.parser.node">SimpleNode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/Node.html#jjtAddChild-org.apache.velocity.runtime.parser.node.Node-int-">jjtAddChild(Node, int)</a></span> - Method in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/Node.html" title="interface in org.apache.velocity.runtime.parser.node">Node</a></dt>
<dd>
<div class="block">This method tells the node to add its argument to the node's
list of children.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/SimpleNode.html#jjtAddChild-org.apache.velocity.runtime.parser.node.Node-int-">jjtAddChild(Node, int)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/SimpleNode.html" title="class in org.apache.velocity.runtime.parser.node">SimpleNode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/StandardParserTreeConstants.html#JJTADDNODE">JJTADDNODE</a></span> - Static variable in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/StandardParserTreeConstants.html" title="interface in org.apache.velocity.runtime.parser.node">StandardParserTreeConstants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/StandardParserTreeConstants.html#JJTANDNODE">JJTANDNODE</a></span> - Static variable in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/StandardParserTreeConstants.html" title="interface in org.apache.velocity.runtime.parser.node">StandardParserTreeConstants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/StandardParserTreeConstants.html#JJTASSIGNMENT">JJTASSIGNMENT</a></span> - Static variable in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/StandardParserTreeConstants.html" title="interface in org.apache.velocity.runtime.parser.node">StandardParserTreeConstants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/StandardParserTreeConstants.html#JJTBLOCK">JJTBLOCK</a></span> - Static variable in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/StandardParserTreeConstants.html" title="interface in org.apache.velocity.runtime.parser.node">StandardParserTreeConstants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/Node.html#jjtClose--">jjtClose()</a></span> - Method in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/Node.html" title="interface in org.apache.velocity.runtime.parser.node">Node</a></dt>
<dd>
<div class="block">This method is called after all the child nodes have been
added.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/SimpleNode.html#jjtClose--">jjtClose()</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/SimpleNode.html" title="class in org.apache.velocity.runtime.parser.node">SimpleNode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/StandardParserTreeConstants.html#JJTCOMMENT">JJTCOMMENT</a></span> - Static variable in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/StandardParserTreeConstants.html" title="interface in org.apache.velocity.runtime.parser.node">StandardParserTreeConstants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/StandardParserTreeConstants.html#JJTDIRECTIVE">JJTDIRECTIVE</a></span> - Static variable in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/StandardParserTreeConstants.html" title="interface in org.apache.velocity.runtime.parser.node">StandardParserTreeConstants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/StandardParserTreeConstants.html#JJTDIRECTIVEASSIGN">JJTDIRECTIVEASSIGN</a></span> - Static variable in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/StandardParserTreeConstants.html" title="interface in org.apache.velocity.runtime.parser.node">StandardParserTreeConstants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/StandardParserTreeConstants.html#JJTDIVNODE">JJTDIVNODE</a></span> - Static variable in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/StandardParserTreeConstants.html" title="interface in org.apache.velocity.runtime.parser.node">StandardParserTreeConstants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/StandardParserTreeConstants.html#JJTELSEIFSTATEMENT">JJTELSEIFSTATEMENT</a></span> - Static variable in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/StandardParserTreeConstants.html" title="interface in org.apache.velocity.runtime.parser.node">StandardParserTreeConstants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/StandardParserTreeConstants.html#JJTELSESTATEMENT">JJTELSESTATEMENT</a></span> - Static variable in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/StandardParserTreeConstants.html" title="interface in org.apache.velocity.runtime.parser.node">StandardParserTreeConstants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/StandardParserTreeConstants.html#JJTEQNODE">JJTEQNODE</a></span> - Static variable in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/StandardParserTreeConstants.html" title="interface in org.apache.velocity.runtime.parser.node">StandardParserTreeConstants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/StandardParserTreeConstants.html#JJTESCAPE">JJTESCAPE</a></span> - Static variable in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/StandardParserTreeConstants.html" title="interface in org.apache.velocity.runtime.parser.node">StandardParserTreeConstants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/StandardParserTreeConstants.html#JJTESCAPEDDIRECTIVE">JJTESCAPEDDIRECTIVE</a></span> - Static variable in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/StandardParserTreeConstants.html" title="interface in org.apache.velocity.runtime.parser.node">StandardParserTreeConstants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/StandardParserTreeConstants.html#JJTEXPRESSION">JJTEXPRESSION</a></span> - Static variable in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/StandardParserTreeConstants.html" title="interface in org.apache.velocity.runtime.parser.node">StandardParserTreeConstants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/StandardParserTreeConstants.html#JJTFALSE">JJTFALSE</a></span> - Static variable in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/StandardParserTreeConstants.html" title="interface in org.apache.velocity.runtime.parser.node">StandardParserTreeConstants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/StandardParserTreeConstants.html#JJTFLOATINGPOINTLITERAL">JJTFLOATINGPOINTLITERAL</a></span> - Static variable in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/StandardParserTreeConstants.html" title="interface in org.apache.velocity.runtime.parser.node">StandardParserTreeConstants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/StandardParserTreeConstants.html#JJTGENODE">JJTGENODE</a></span> - Static variable in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/StandardParserTreeConstants.html" title="interface in org.apache.velocity.runtime.parser.node">StandardParserTreeConstants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/Node.html#jjtGetChild-int-">jjtGetChild(int)</a></span> - Method in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/Node.html" title="interface in org.apache.velocity.runtime.parser.node">Node</a></dt>
<dd>
<div class="block">This method returns a child node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/SimpleNode.html#jjtGetChild-int-">jjtGetChild(int)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/SimpleNode.html" title="class in org.apache.velocity.runtime.parser.node">SimpleNode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/Node.html#jjtGetNumChildren--">jjtGetNumChildren()</a></span> - Method in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/Node.html" title="interface in org.apache.velocity.runtime.parser.node">Node</a></dt>
<dd>
<div class="block">Return the number of children the node has.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/SimpleNode.html#jjtGetNumChildren--">jjtGetNumChildren()</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/SimpleNode.html" title="class in org.apache.velocity.runtime.parser.node">SimpleNode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/Node.html#jjtGetParent--">jjtGetParent()</a></span> - Method in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/Node.html" title="interface in org.apache.velocity.runtime.parser.node">Node</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/SimpleNode.html#jjtGetParent--">jjtGetParent()</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/SimpleNode.html" title="class in org.apache.velocity.runtime.parser.node">SimpleNode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/StandardParserTreeConstants.html#JJTGTNODE">JJTGTNODE</a></span> - Static variable in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/StandardParserTreeConstants.html" title="interface in org.apache.velocity.runtime.parser.node">StandardParserTreeConstants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/StandardParserTreeConstants.html#JJTIDENTIFIER">JJTIDENTIFIER</a></span> - Static variable in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/StandardParserTreeConstants.html" title="interface in org.apache.velocity.runtime.parser.node">StandardParserTreeConstants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/StandardParserTreeConstants.html#JJTIFSTATEMENT">JJTIFSTATEMENT</a></span> - Static variable in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/StandardParserTreeConstants.html" title="interface in org.apache.velocity.runtime.parser.node">StandardParserTreeConstants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/StandardParserTreeConstants.html#JJTINDEX">JJTINDEX</a></span> - Static variable in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/StandardParserTreeConstants.html" title="interface in org.apache.velocity.runtime.parser.node">StandardParserTreeConstants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/StandardParserTreeConstants.html#JJTINTEGERLITERAL">JJTINTEGERLITERAL</a></span> - Static variable in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/StandardParserTreeConstants.html" title="interface in org.apache.velocity.runtime.parser.node">StandardParserTreeConstants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/StandardParserTreeConstants.html#JJTINTEGERRANGE">JJTINTEGERRANGE</a></span> - Static variable in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/StandardParserTreeConstants.html" title="interface in org.apache.velocity.runtime.parser.node">StandardParserTreeConstants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/StandardParserTreeConstants.html#JJTLENODE">JJTLENODE</a></span> - Static variable in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/StandardParserTreeConstants.html" title="interface in org.apache.velocity.runtime.parser.node">StandardParserTreeConstants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/StandardParserTreeConstants.html#JJTLTNODE">JJTLTNODE</a></span> - Static variable in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/StandardParserTreeConstants.html" title="interface in org.apache.velocity.runtime.parser.node">StandardParserTreeConstants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/StandardParserTreeConstants.html#JJTMAP">JJTMAP</a></span> - Static variable in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/StandardParserTreeConstants.html" title="interface in org.apache.velocity.runtime.parser.node">StandardParserTreeConstants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/StandardParserTreeConstants.html#JJTMETHOD">JJTMETHOD</a></span> - Static variable in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/StandardParserTreeConstants.html" title="interface in org.apache.velocity.runtime.parser.node">StandardParserTreeConstants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/StandardParserTreeConstants.html#JJTMODNODE">JJTMODNODE</a></span> - Static variable in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/StandardParserTreeConstants.html" title="interface in org.apache.velocity.runtime.parser.node">StandardParserTreeConstants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/StandardParserTreeConstants.html#JJTMULNODE">JJTMULNODE</a></span> - Static variable in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/StandardParserTreeConstants.html" title="interface in org.apache.velocity.runtime.parser.node">StandardParserTreeConstants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/StandardParserTreeConstants.html#JJTNEGATENODE">JJTNEGATENODE</a></span> - Static variable in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/StandardParserTreeConstants.html" title="interface in org.apache.velocity.runtime.parser.node">StandardParserTreeConstants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/StandardParserTreeConstants.html#JJTNENODE">JJTNENODE</a></span> - Static variable in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/StandardParserTreeConstants.html" title="interface in org.apache.velocity.runtime.parser.node">StandardParserTreeConstants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/StandardParserTreeConstants.html#jjtNodeName">jjtNodeName</a></span> - Static variable in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/StandardParserTreeConstants.html" title="interface in org.apache.velocity.runtime.parser.node">StandardParserTreeConstants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/StandardParserTreeConstants.html#JJTNOTNODE">JJTNOTNODE</a></span> - Static variable in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/StandardParserTreeConstants.html" title="interface in org.apache.velocity.runtime.parser.node">StandardParserTreeConstants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/StandardParserTreeConstants.html#JJTOBJECTARRAY">JJTOBJECTARRAY</a></span> - Static variable in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/StandardParserTreeConstants.html" title="interface in org.apache.velocity.runtime.parser.node">StandardParserTreeConstants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/Node.html#jjtOpen--">jjtOpen()</a></span> - Method in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/Node.html" title="interface in org.apache.velocity.runtime.parser.node">Node</a></dt>
<dd>
<div class="block">This method is called after the node has been made the current
node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/SimpleNode.html#jjtOpen--">jjtOpen()</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/SimpleNode.html" title="class in org.apache.velocity.runtime.parser.node">SimpleNode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/StandardParserTreeConstants.html#JJTORNODE">JJTORNODE</a></span> - Static variable in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/StandardParserTreeConstants.html" title="interface in org.apache.velocity.runtime.parser.node">StandardParserTreeConstants</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/runtime/parser/node/JJTParserState.html" title="class in org.apache.velocity.runtime.parser.node"><span class="typeNameLink">JJTParserState</span></a> - Class in <a href="org/apache/velocity/runtime/parser/node/package-summary.html">org.apache.velocity.runtime.parser.node</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/JJTParserState.html#JJTParserState--">JJTParserState()</a></span> - Constructor for class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/JJTParserState.html" title="class in org.apache.velocity.runtime.parser.node">JJTParserState</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/StandardParserTreeConstants.html#JJTPROCESS">JJTPROCESS</a></span> - Static variable in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/StandardParserTreeConstants.html" title="interface in org.apache.velocity.runtime.parser.node">StandardParserTreeConstants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParser.html#jjtree">jjtree</a></span> - Variable in class org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParser.html" title="class in org.apache.velocity.runtime.parser">StandardParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/StandardParserTreeConstants.html#JJTREFERENCE">JJTREFERENCE</a></span> - Static variable in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/StandardParserTreeConstants.html" title="interface in org.apache.velocity.runtime.parser.node">StandardParserTreeConstants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/StandardParserTreeConstants.html#JJTSETDIRECTIVE">JJTSETDIRECTIVE</a></span> - Static variable in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/StandardParserTreeConstants.html" title="interface in org.apache.velocity.runtime.parser.node">StandardParserTreeConstants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/Node.html#jjtSetParent-org.apache.velocity.runtime.parser.node.Node-">jjtSetParent(Node)</a></span> - Method in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/Node.html" title="interface in org.apache.velocity.runtime.parser.node">Node</a></dt>
<dd>
<div class="block">This pair of methods are used to inform the node of its
parent.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/SimpleNode.html#jjtSetParent-org.apache.velocity.runtime.parser.node.Node-">jjtSetParent(Node)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/SimpleNode.html" title="class in org.apache.velocity.runtime.parser.node">SimpleNode</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/runtime/parser/node/JJTStandardParserState.html" title="class in org.apache.velocity.runtime.parser.node"><span class="typeNameLink">JJTStandardParserState</span></a> - Class in <a href="org/apache/velocity/runtime/parser/node/package-summary.html">org.apache.velocity.runtime.parser.node</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/JJTStandardParserState.html#JJTStandardParserState--">JJTStandardParserState()</a></span> - Constructor for class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/JJTStandardParserState.html" title="class in org.apache.velocity.runtime.parser.node">JJTStandardParserState</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/StandardParserTreeConstants.html#JJTSTRINGLITERAL">JJTSTRINGLITERAL</a></span> - Static variable in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/StandardParserTreeConstants.html" title="interface in org.apache.velocity.runtime.parser.node">StandardParserTreeConstants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/StandardParserTreeConstants.html#JJTSUBTRACTNODE">JJTSUBTRACTNODE</a></span> - Static variable in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/StandardParserTreeConstants.html" title="interface in org.apache.velocity.runtime.parser.node">StandardParserTreeConstants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/StandardParserTreeConstants.html#JJTTEXT">JJTTEXT</a></span> - Static variable in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/StandardParserTreeConstants.html" title="interface in org.apache.velocity.runtime.parser.node">StandardParserTreeConstants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/StandardParserTreeConstants.html#JJTTEXTBLOCK">JJTTEXTBLOCK</a></span> - Static variable in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/StandardParserTreeConstants.html" title="interface in org.apache.velocity.runtime.parser.node">StandardParserTreeConstants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/StandardParserTreeConstants.html#JJTTRUE">JJTTRUE</a></span> - Static variable in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/StandardParserTreeConstants.html" title="interface in org.apache.velocity.runtime.parser.node">StandardParserTreeConstants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/StandardParserTreeConstants.html#JJTVOID">JJTVOID</a></span> - Static variable in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/StandardParserTreeConstants.html" title="interface in org.apache.velocity.runtime.parser.node">StandardParserTreeConstants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/StandardParserTreeConstants.html#JJTWORD">JJTWORD</a></span> - Static variable in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/StandardParserTreeConstants.html" title="interface in org.apache.velocity.runtime.parser.node">StandardParserTreeConstants</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:K">
<!-- -->
</a>
<h2 class="title">K</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/Block.html#key">key</a></span> - Variable in class org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/Block.html" title="class in org.apache.velocity.runtime.directive">Block</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/ExtProperties.html#keysAsListed">keysAsListed</a></span> - Variable in class org.apache.velocity.util.<a href="org/apache/velocity/util/ExtProperties.html" title="class in org.apache.velocity.util">ExtProperties</a></dt>
<dd>
<div class="block">These are the keys in the order they listed
in the configuration file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/Token.html#kind">kind</a></span> - Variable in class org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/Token.html" title="class in org.apache.velocity.runtime.parser">Token</a></dt>
<dd>
<div class="block">An integer that describes the kind of this token.</div>
</dd>
</dl>
<a name="I:L">
<!-- -->
</a>
<h2 class="title">L</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/SimpleNode.html#last">last</a></span> - Variable in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/SimpleNode.html" title="class in org.apache.velocity.runtime.parser.node">SimpleNode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/SimpleNode.html#lastImage">lastImage</a></span> - Variable in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/SimpleNode.html" title="class in org.apache.velocity.runtime.parser.node">SimpleNode</a></dt>
<dd>
<div class="block">String image variable of the last Token element that was parsed and connected to this Node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTIntegerRange.IntegerRange.html#lastIndexOf-java.lang.Object-">lastIndexOf(Object)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTIntegerRange.IntegerRange.html" title="class in org.apache.velocity.runtime.parser.node">ASTIntegerRange.IntegerRange</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/Resource.html#lastModified">lastModified</a></span> - Variable in class org.apache.velocity.runtime.resource.<a href="org/apache/velocity/runtime/resource/Resource.html" title="class in org.apache.velocity.runtime.resource">Resource</a></dt>
<dd>
<div class="block">The file modification time (in milliseconds) for the cached template.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParserConstants.html#LBRACKET">LBRACKET</a></span> - Static variable in interface org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParserConstants.html" title="interface in org.apache.velocity.runtime.parser">StandardParserConstants</a></dt>
<dd>
<div class="block">RegularExpression Id.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParserConstants.html#LCURLY">LCURLY</a></span> - Static variable in interface org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParserConstants.html" title="interface in org.apache.velocity.runtime.parser">StandardParserConstants</a></dt>
<dd>
<div class="block">RegularExpression Id.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParserConstants.html#LEFT_CURLEY">LEFT_CURLEY</a></span> - Static variable in interface org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParserConstants.html" title="interface in org.apache.velocity.runtime.parser">StandardParserConstants</a></dt>
<dd>
<div class="block">RegularExpression Id.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParserConstants.html#LETTER">LETTER</a></span> - Static variable in interface org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParserConstants.html" title="interface in org.apache.velocity.runtime.parser">StandardParserConstants</a></dt>
<dd>
<div class="block">RegularExpression Id.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/TokenMgrError.html#LEXICAL_ERROR">LEXICAL_ERROR</a></span> - Static variable in error org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/TokenMgrError.html" title="class in org.apache.velocity.runtime.parser">TokenMgrError</a></dt>
<dd>
<div class="block">Lexical error occurred.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/TokenMgrError.html#LexicalError-boolean-int-int-int-java.lang.String-char-">LexicalError(boolean, int, int, int, String, char)</a></span> - Static method in error org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/TokenMgrError.html" title="class in org.apache.velocity.runtime.parser">TokenMgrError</a></dt>
<dd>
<div class="block">Returns a detailed message for the Error when it is thrown by the
token manager to indicate a lexical error.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParserTokenManager.html#lexStateNames">lexStateNames</a></span> - Static variable in class org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParserTokenManager.html" title="class in org.apache.velocity.runtime.parser">StandardParserTokenManager</a></dt>
<dd>
<div class="block">Lexer state names.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/DirectiveConstants.html#LINE">LINE</a></span> - Static variable in interface org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/DirectiveConstants.html" title="interface in org.apache.velocity.runtime.directive">DirectiveConstants</a></dt>
<dd>
<div class="block">Line directive indicator</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/SimpleNode.html#line">line</a></span> - Variable in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/SimpleNode.html" title="class in org.apache.velocity.runtime.parser.node">SimpleNode</a></dt>
<dd>
<div class="block">Line number for this Node in the vm source file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/Parser.html#lineComment--">lineComment()</a></span> - Method in interface org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/Parser.html" title="interface in org.apache.velocity.runtime.parser">Parser</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/util/introspection/LinkingUberspector.html" title="class in org.apache.velocity.util.introspection"><span class="typeNameLink">LinkingUberspector</span></a> - Class in <a href="org/apache/velocity/util/introspection/package-summary.html">org.apache.velocity.util.introspection</a></dt>
<dd>
<div class="block">
When the introspector.uberspect.class configuration property contains several
uberspector class names, it means those uberspectors will be chained.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/introspection/LinkingUberspector.html#LinkingUberspector-org.apache.velocity.util.introspection.Uberspect-org.apache.velocity.util.introspection.Uberspect-">LinkingUberspector(Uberspect, Uberspect)</a></span> - Constructor for class org.apache.velocity.util.introspection.<a href="org/apache/velocity/util/introspection/LinkingUberspector.html" title="class in org.apache.velocity.util.introspection">LinkingUberspector</a></dt>
<dd>
<div class="block">Constructor that takes the two uberspectors to link</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTIntegerRange.IntegerRange.html#listIterator--">listIterator()</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTIntegerRange.IntegerRange.html" title="class in org.apache.velocity.runtime.parser.node">ASTIntegerRange.IntegerRange</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTIntegerRange.IntegerRange.html#listIterator-int-">listIterator(int)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTIntegerRange.IntegerRange.html" title="class in org.apache.velocity.runtime.parser.node">ASTIntegerRange.IntegerRange</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTBinaryOperator.html#literal--">literal()</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTBinaryOperator.html" title="class in org.apache.velocity.runtime.parser.node">ASTBinaryOperator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTDirective.html#literal--">literal()</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTDirective.html" title="class in org.apache.velocity.runtime.parser.node">ASTDirective</a></dt>
<dd>
<div class="block">Returns the string "#<i>directive_name</i>(...)".</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTExpression.html#literal--">literal()</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTExpression.html" title="class in org.apache.velocity.runtime.parser.node">ASTExpression</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTIdentifier.html#literal--">literal()</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTIdentifier.html" title="class in org.apache.velocity.runtime.parser.node">ASTIdentifier</a></dt>
<dd>
<div class="block">Returns the string ".<i>identifier</i>".</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTMethod.html#literal--">literal()</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTMethod.html" title="class in org.apache.velocity.runtime.parser.node">ASTMethod</a></dt>
<dd>
<div class="block">Returns the string ".<i>method_name</i>(...)".</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTNegateNode.html#literal--">literal()</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTNegateNode.html" title="class in org.apache.velocity.runtime.parser.node">ASTNegateNode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTNotNode.html#literal--">literal()</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTNotNode.html" title="class in org.apache.velocity.runtime.parser.node">ASTNotNode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTSetDirective.html#literal--">literal()</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTSetDirective.html" title="class in org.apache.velocity.runtime.parser.node">ASTSetDirective</a></dt>
<dd>
<div class="block">Returns the string "#set($<i>reference</i> = ...)".</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTText.html#literal--">literal()</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTText.html" title="class in org.apache.velocity.runtime.parser.node">ASTText</a></dt>
<dd>
<div class="block">text getter</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/Node.html#literal--">literal()</a></span> - Method in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/Node.html" title="interface in org.apache.velocity.runtime.parser.node">Node</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/SimpleNode.html#literal">literal</a></span> - Variable in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/SimpleNode.html" title="class in org.apache.velocity.runtime.parser.node">SimpleNode</a></dt>
<dd>
<div class="block">For caching the literal value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/SimpleNode.html#literal--">literal()</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/SimpleNode.html" title="class in org.apache.velocity.runtime.parser.node">SimpleNode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/ExtProperties.html#load-java.io.InputStream-">load(InputStream)</a></span> - Method in class org.apache.velocity.util.<a href="org/apache/velocity/util/ExtProperties.html" title="class in org.apache.velocity.util">ExtProperties</a></dt>
<dd>
<div class="block">Load the properties from the given input stream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/ExtProperties.html#load-java.io.InputStream-java.lang.String-">load(InputStream, String)</a></span> - Method in class org.apache.velocity.util.<a href="org/apache/velocity/util/ExtProperties.html" title="class in org.apache.velocity.util">ExtProperties</a></dt>
<dd>
<div class="block">Load the properties from the given input stream
and using the specified encoding.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/app/Velocity.html#loadDirective-java.lang.String-">loadDirective(String)</a></span> - Method in class org.apache.velocity.app.<a href="org/apache/velocity/app/Velocity.html" title="class in org.apache.velocity.app">Velocity</a></dt>
<dd>
<div class="block">Instantiates and loads the directive with some basic checks.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/app/VelocityEngine.html#loadDirective-java.lang.String-">loadDirective(String)</a></span> - Method in class org.apache.velocity.app.<a href="org/apache/velocity/app/VelocityEngine.html" title="class in org.apache.velocity.app">VelocityEngine</a></dt>
<dd>
<div class="block">Instantiates and loads the directive with some basic checks.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeInstance.html#loadDirective-java.lang.String-">loadDirective(String)</a></span> - Method in class org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeInstance.html" title="class in org.apache.velocity.runtime">RuntimeInstance</a></dt>
<dd>
<div class="block">instantiates and loads the directive with some basic checks</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeSingleton.html#loadDirective-java.lang.String-">loadDirective(String)</a></span> - Static method in class org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeSingleton.html" title="class in org.apache.velocity.runtime">RuntimeSingleton</a></dt>
<dd>
<div class="block">Instantiates and loads the directive with some basic checks.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/ResourceManagerImpl.html#loadResource-java.lang.String-int-java.lang.String-">loadResource(String, int, String)</a></span> - Method in class org.apache.velocity.runtime.resource.<a href="org/apache/velocity/runtime/resource/ResourceManagerImpl.html" title="class in org.apache.velocity.runtime.resource">ResourceManagerImpl</a></dt>
<dd>
<div class="block">Loads a resource from the current set of resource loaders.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/app/event/implement/EscapeReference.html#log">log</a></span> - Variable in class org.apache.velocity.app.event.implement.<a href="org/apache/velocity/app/event/implement/EscapeReference.html" title="class in org.apache.velocity.app.event.implement">EscapeReference</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/app/event/implement/IncludeNotFound.html#log">log</a></span> - Variable in class org.apache.velocity.app.event.implement.<a href="org/apache/velocity/app/event/implement/IncludeNotFound.html" title="class in org.apache.velocity.app.event.implement">IncludeNotFound</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/example/EventExample.html#log-int-java.lang.String-">log(int, String)</a></span> - Method in class org.apache.velocity.example.<a href="org/apache/velocity/example/EventExample.html" title="class in org.apache.velocity.example">EventExample</a></dt>
<dd>
<div class="block">This just prints the message and level to System.out.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/example/EventExample.html#log-int-java.lang.String-java.lang.Throwable-">log(int, String, Throwable)</a></span> - Method in class org.apache.velocity.example.<a href="org/apache/velocity/example/EventExample.html" title="class in org.apache.velocity.example">EventExample</a></dt>
<dd>
<div class="block">This prints the level, message, and the Throwable's message to
System.out.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/Block.html#log">log</a></span> - Variable in class org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/Block.html" title="class in org.apache.velocity.runtime.directive">Block</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/Directive.html#log">log</a></span> - Variable in class org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/Directive.html" title="class in org.apache.velocity.runtime.directive">Directive</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/AbstractExecutor.html#log">log</a></span> - Variable in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/AbstractExecutor.html" title="class in org.apache.velocity.runtime.parser.node">AbstractExecutor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/SetExecutor.html#log">log</a></span> - Variable in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/SetExecutor.html" title="class in org.apache.velocity.runtime.parser.node">SetExecutor</a></dt>
<dd>
<div class="block">Class logger</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/SimpleNode.html#log">log</a></span> - Variable in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/SimpleNode.html" title="class in org.apache.velocity.runtime.parser.node">SimpleNode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/loader/ResourceLoader.html#log">log</a></span> - Variable in class org.apache.velocity.runtime.resource.loader.<a href="org/apache/velocity/runtime/resource/loader/ResourceLoader.html" title="class in org.apache.velocity.runtime.resource.loader">ResourceLoader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/Resource.html#log">log</a></span> - Variable in class org.apache.velocity.runtime.resource.<a href="org/apache/velocity/runtime/resource/Resource.html" title="class in org.apache.velocity.runtime.resource">Resource</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/ResourceCacheImpl.html#log">log</a></span> - Variable in class org.apache.velocity.runtime.resource.<a href="org/apache/velocity/runtime/resource/ResourceCacheImpl.html" title="class in org.apache.velocity.runtime.resource">ResourceCacheImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/ResourceManagerImpl.html#log">log</a></span> - Variable in class org.apache.velocity.runtime.resource.<a href="org/apache/velocity/runtime/resource/ResourceManagerImpl.html" title="class in org.apache.velocity.runtime.resource">ResourceManagerImpl</a></dt>
<dd>
<div class="block">Logging.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/introspection/IntrospectorBase.html#log">log</a></span> - Variable in class org.apache.velocity.util.introspection.<a href="org/apache/velocity/util/introspection/IntrospectorBase.html" title="class in org.apache.velocity.util.introspection">IntrospectorBase</a></dt>
<dd>
<div class="block">Class logger</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/introspection/UberspectImpl.html#log">log</a></span> - Variable in class org.apache.velocity.util.introspection.<a href="org/apache/velocity/util/introspection/UberspectImpl.html" title="class in org.apache.velocity.util.introspection">UberspectImpl</a></dt>
<dd>
<div class="block">Our runtime logger.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/introspection/UberspectPublicFields.html#log">log</a></span> - Variable in class org.apache.velocity.util.introspection.<a href="org/apache/velocity/util/introspection/UberspectPublicFields.html" title="class in org.apache.velocity.util.introspection">UberspectPublicFields</a></dt>
<dd>
<div class="block">Our runtime logger.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/example/EventExample.html#LOG_LEVEL_DEBUG">LOG_LEVEL_DEBUG</a></span> - Static variable in class org.apache.velocity.example.<a href="org/apache/velocity/example/EventExample.html" title="class in org.apache.velocity.example">EventExample</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/example/EventExample.html#LOG_LEVEL_ERROR">LOG_LEVEL_ERROR</a></span> - Static variable in class org.apache.velocity.example.<a href="org/apache/velocity/example/EventExample.html" title="class in org.apache.velocity.example">EventExample</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/example/EventExample.html#LOG_LEVEL_INFO">LOG_LEVEL_INFO</a></span> - Static variable in class org.apache.velocity.example.<a href="org/apache/velocity/example/EventExample.html" title="class in org.apache.velocity.example">EventExample</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/example/EventExample.html#LOG_LEVEL_TRACE">LOG_LEVEL_TRACE</a></span> - Static variable in class org.apache.velocity.example.<a href="org/apache/velocity/example/EventExample.html" title="class in org.apache.velocity.example">EventExample</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/example/EventExample.html#LOG_LEVEL_WARN">LOG_LEVEL_WARN</a></span> - Static variable in class org.apache.velocity.example.<a href="org/apache/velocity/example/EventExample.html" title="class in org.apache.velocity.example">EventExample</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/runtime/parser/LogContext.html" title="class in org.apache.velocity.runtime.parser"><span class="typeNameLink">LogContext</span></a> - Class in <a href="org/apache/velocity/runtime/parser/package-summary.html">org.apache.velocity.runtime.parser</a></dt>
<dd>
<div class="block">Track location in template files during rendering by populating the slf4j MDC tags <code>file</code>, <code>line</code> and <code>column</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/LogContext.html#LogContext-boolean-">LogContext(boolean)</a></span> - Constructor for class org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/LogContext.html" title="class in org.apache.velocity.runtime.parser">LogContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/LogContext.html#logger">logger</a></span> - Static variable in class org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/LogContext.html" title="class in org.apache.velocity.runtime.parser">LogContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/spring/SpringResourceLoader.html#logger">logger</a></span> - Variable in class org.apache.velocity.spring.<a href="org/apache/velocity/spring/SpringResourceLoader.html" title="class in org.apache.velocity.spring">SpringResourceLoader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/spring/VelocityEngineFactory.html#logger">logger</a></span> - Static variable in class org.apache.velocity.spring.<a href="org/apache/velocity/spring/VelocityEngineFactory.html" title="class in org.apache.velocity.spring">VelocityEngineFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/DeprecationAwareExtProperties.html#logger">logger</a></span> - Static variable in class org.apache.velocity.util.<a href="org/apache/velocity/util/DeprecationAwareExtProperties.html" title="class in org.apache.velocity.util">DeprecationAwareExtProperties</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Logger used to log the use of deprecated properties names.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParserConstants.html#LOGICAL_AND">LOGICAL_AND</a></span> - Static variable in interface org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParserConstants.html" title="interface in org.apache.velocity.runtime.parser">StandardParserConstants</a></dt>
<dd>
<div class="block">RegularExpression Id.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParserConstants.html#LOGICAL_EQUALS">LOGICAL_EQUALS</a></span> - Static variable in interface org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParserConstants.html" title="interface in org.apache.velocity.runtime.parser">StandardParserConstants</a></dt>
<dd>
<div class="block">RegularExpression Id.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParserConstants.html#LOGICAL_GE">LOGICAL_GE</a></span> - Static variable in interface org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParserConstants.html" title="interface in org.apache.velocity.runtime.parser">StandardParserConstants</a></dt>
<dd>
<div class="block">RegularExpression Id.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParserConstants.html#LOGICAL_GT">LOGICAL_GT</a></span> - Static variable in interface org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParserConstants.html" title="interface in org.apache.velocity.runtime.parser">StandardParserConstants</a></dt>
<dd>
<div class="block">RegularExpression Id.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParserConstants.html#LOGICAL_LE">LOGICAL_LE</a></span> - Static variable in interface org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParserConstants.html" title="interface in org.apache.velocity.runtime.parser">StandardParserConstants</a></dt>
<dd>
<div class="block">RegularExpression Id.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParserConstants.html#LOGICAL_LT">LOGICAL_LT</a></span> - Static variable in interface org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParserConstants.html" title="interface in org.apache.velocity.runtime.parser">StandardParserConstants</a></dt>
<dd>
<div class="block">RegularExpression Id.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParserConstants.html#LOGICAL_NOT">LOGICAL_NOT</a></span> - Static variable in interface org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParserConstants.html" title="interface in org.apache.velocity.runtime.parser">StandardParserConstants</a></dt>
<dd>
<div class="block">RegularExpression Id.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParserConstants.html#LOGICAL_NOT_EQUALS">LOGICAL_NOT_EQUALS</a></span> - Static variable in interface org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParserConstants.html" title="interface in org.apache.velocity.runtime.parser">StandardParserConstants</a></dt>
<dd>
<div class="block">RegularExpression Id.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParserConstants.html#LOGICAL_OR">LOGICAL_OR</a></span> - Static variable in interface org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParserConstants.html" title="interface in org.apache.velocity.runtime.parser">StandardParserConstants</a></dt>
<dd>
<div class="block">RegularExpression Id.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParserConstants.html#LOGICAL_OR_2">LOGICAL_OR_2</a></span> - Static variable in interface org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParserConstants.html" title="interface in org.apache.velocity.runtime.parser">StandardParserConstants</a></dt>
<dd>
<div class="block">RegularExpression Id.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParserConstants.html#LONE_SYMBOL">LONE_SYMBOL</a></span> - Static variable in interface org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParserConstants.html" title="interface in org.apache.velocity.runtime.parser">StandardParserConstants</a></dt>
<dd>
<div class="block">RegularExpression Id.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/TokenMgrError.html#LOOP_DETECTED">LOOP_DETECTED</a></span> - Static variable in error org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/TokenMgrError.html" title="class in org.apache.velocity.runtime.parser">TokenMgrError</a></dt>
<dd>
<div class="block">Detected (and bailed out of) an infinite loop in the token manager.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParserConstants.html#LPAREN">LPAREN</a></span> - Static variable in interface org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParserConstants.html" title="interface in org.apache.velocity.runtime.parser">StandardParserConstants</a></dt>
<dd>
<div class="block">RegularExpression Id.</div>
</dd>
</dl>
<a name="I:M">
<!-- -->
</a>
<h2 class="title">M</h2>
<dl>
<dt><a href="org/apache/velocity/runtime/directive/Macro.html" title="class in org.apache.velocity.runtime.directive"><span class="typeNameLink">Macro</span></a> - Class in <a href="org/apache/velocity/runtime/directive/package-summary.html">org.apache.velocity.runtime.directive</a></dt>
<dd>
<div class="block">Macro implements the macro definition directive of VTL.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/Macro.html#Macro--">Macro()</a></span> - Constructor for class org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/Macro.html" title="class in org.apache.velocity.runtime.directive">Macro</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/runtime/directive/Macro.MacroArg.html" title="class in org.apache.velocity.runtime.directive"><span class="typeNameLink">Macro.MacroArg</span></a> - Class in <a href="org/apache/velocity/runtime/directive/package-summary.html">org.apache.velocity.runtime.directive</a></dt>
<dd>
<div class="block">MacroArgs holds the information for a single argument in a
macro definition.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/Macro.MacroArg.html#MacroArg--">MacroArg()</a></span> - Constructor for class org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/Macro.MacroArg.html" title="class in org.apache.velocity.runtime.directive">Macro.MacroArg</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/exception/MacroOverflowException.html" title="class in org.apache.velocity.exception"><span class="typeNameLink">MacroOverflowException</span></a> - Exception in <a href="org/apache/velocity/exception/package-summary.html">org.apache.velocity.exception</a></dt>
<dd>
<div class="block">Application-level exception thrown when macro calls within macro calls
exceeds the maximum allowed depth.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/exception/MacroOverflowException.html#MacroOverflowException-java.lang.String-">MacroOverflowException(String)</a></span> - Constructor for exception org.apache.velocity.exception.<a href="org/apache/velocity/exception/MacroOverflowException.html" title="class in org.apache.velocity.exception">MacroOverflowException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/exception/MacroOverflowException.html#MacroOverflowException-java.lang.String-java.lang.Throwable-">MacroOverflowException(String, Throwable)</a></span> - Constructor for exception org.apache.velocity.exception.<a href="org/apache/velocity/exception/MacroOverflowException.html" title="class in org.apache.velocity.exception">MacroOverflowException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/exception/MacroOverflowException.html#MacroOverflowException-java.lang.String-java.lang.Throwable-java.lang.String:A-">MacroOverflowException(String, Throwable, String[])</a></span> - Constructor for exception org.apache.velocity.exception.<a href="org/apache/velocity/exception/MacroOverflowException.html" title="class in org.apache.velocity.exception">MacroOverflowException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/exception/MacroOverflowException.html#MacroOverflowException-java.lang.Throwable-">MacroOverflowException(Throwable)</a></span> - Constructor for exception org.apache.velocity.exception.<a href="org/apache/velocity/exception/MacroOverflowException.html" title="class in org.apache.velocity.exception">MacroOverflowException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/exception/MacroOverflowException.html#MacroOverflowException-java.lang.Throwable-java.lang.String:A-">MacroOverflowException(Throwable, String[])</a></span> - Constructor for exception org.apache.velocity.exception.<a href="org/apache/velocity/exception/MacroOverflowException.html" title="class in org.apache.velocity.exception">MacroOverflowException</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/runtime/directive/MacroParseException.html" title="class in org.apache.velocity.runtime.directive"><span class="typeNameLink">MacroParseException</span></a> - Exception in <a href="org/apache/velocity/runtime/directive/package-summary.html">org.apache.velocity.runtime.directive</a></dt>
<dd>
<div class="block">Exception to indicate problem happened while constructing #macro()
For internal use in parser - not to be passed to app level</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/MacroParseException.html#MacroParseException-java.lang.String-java.lang.String-org.apache.velocity.runtime.parser.Token-">MacroParseException(String, String, Token)</a></span> - Constructor for exception org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/MacroParseException.html" title="class in org.apache.velocity.runtime.directive">MacroParseException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/Macro.html#macroToString-java.lang.StringBuilder-java.util.List-org.apache.velocity.runtime.RuntimeServices-">macroToString(StringBuilder, List&lt;Macro.MacroArg&gt;, RuntimeServices)</a></span> - Static method in class org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/Macro.html" title="class in org.apache.velocity.runtime.directive">Macro</a></dt>
<dd>
<div class="block">For debugging purposes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/example/DBContextTest.html#main-java.lang.String:A-">main(String[])</a></span> - Static method in class org.apache.velocity.example.<a href="org/apache/velocity/example/DBContextTest.html" title="class in org.apache.velocity.example">DBContextTest</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/example/EventExample.html#main-java.lang.String:A-">main(String[])</a></span> - Static method in class org.apache.velocity.example.<a href="org/apache/velocity/example/EventExample.html" title="class in org.apache.velocity.example">EventExample</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/example/Example.html#main-java.lang.String:A-">main(String[])</a></span> - Static method in class org.apache.velocity.example.<a href="org/apache/velocity/example/Example.html" title="class in org.apache.velocity.example">Example</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/example/Example2.html#main-java.lang.String:A-">main(String[])</a></span> - Static method in class org.apache.velocity.example.<a href="org/apache/velocity/example/Example2.html" title="class in org.apache.velocity.example">Example2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/example/XMLTest.html#main-java.lang.String:A-">main(String[])</a></span> - Static method in class org.apache.velocity.example.<a href="org/apache/velocity/example/XMLTest.html" title="class in org.apache.velocity.example">XMLTest</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/Directive.html#makeScope-java.lang.Object-">makeScope(Object)</a></span> - Method in class org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/Directive.html" title="class in org.apache.velocity.runtime.directive">Directive</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParser.html#Map--">Map()</a></span> - Method in class org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParser.html" title="class in org.apache.velocity.runtime.parser">StandardParser</a></dt>
<dd>
<div class="block">for creating a map in a #set
#set($foo = {$foo : $bar, $blargh : $thingy})</div>
</dd>
<dt><a href="org/apache/velocity/runtime/parser/node/MapGetExecutor.html" title="class in org.apache.velocity.runtime.parser.node"><span class="typeNameLink">MapGetExecutor</span></a> - Class in <a href="org/apache/velocity/runtime/parser/node/package-summary.html">org.apache.velocity.runtime.parser.node</a></dt>
<dd>
<div class="block">GetExecutor that is smart about Maps.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/MapGetExecutor.html#MapGetExecutor-org.slf4j.Logger-java.lang.Object-java.lang.String-">MapGetExecutor(Logger, Object, String)</a></span> - Constructor for class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/MapGetExecutor.html" title="class in org.apache.velocity.runtime.parser.node">MapGetExecutor</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/runtime/parser/node/MapSetExecutor.html" title="class in org.apache.velocity.runtime.parser.node"><span class="typeNameLink">MapSetExecutor</span></a> - Class in <a href="org/apache/velocity/runtime/parser/node/package-summary.html">org.apache.velocity.runtime.parser.node</a></dt>
<dd>
<div class="block">SetExecutor that is smart about Maps.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/MapSetExecutor.html#MapSetExecutor-org.slf4j.Logger-java.lang.Class-java.lang.String-">MapSetExecutor(Logger, Class, String)</a></span> - Constructor for class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/MapSetExecutor.html" title="class in org.apache.velocity.runtime.parser.node">MapSetExecutor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/io/UnicodeInputStream.html#mark-int-">mark(int)</a></span> - Method in class org.apache.velocity.io.<a href="org/apache/velocity/io/UnicodeInputStream.html" title="class in org.apache.velocity.io">UnicodeInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/io/UnicodeInputStream.html#markSupported--">markSupported()</a></span> - Method in class org.apache.velocity.io.<a href="org/apache/velocity/io/UnicodeInputStream.html" title="class in org.apache.velocity.io">UnicodeInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/exception/MathException.html" title="class in org.apache.velocity.exception"><span class="typeNameLink">MathException</span></a> - Exception in <a href="org/apache/velocity/exception/package-summary.html">org.apache.velocity.exception</a></dt>
<dd>
<div class="block">Separate exception class to distinguish math problems.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/exception/MathException.html#MathException-java.lang.String-">MathException(String)</a></span> - Constructor for exception org.apache.velocity.exception.<a href="org/apache/velocity/exception/MathException.html" title="class in org.apache.velocity.exception">MathException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/exception/MathException.html#MathException-java.lang.String-java.lang.String:A-">MathException(String, String[])</a></span> - Constructor for exception org.apache.velocity.exception.<a href="org/apache/velocity/exception/MathException.html" title="class in org.apache.velocity.exception">MathException</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/runtime/parser/node/MathUtils.html" title="class in org.apache.velocity.runtime.parser.node"><span class="typeNameLink">MathUtils</span></a> - Class in <a href="org/apache/velocity/runtime/parser/node/package-summary.html">org.apache.velocity.runtime.parser.node</a></dt>
<dd>
<div class="block">Utility-class for all arithmetic-operations.<br><br>
All operations (+ - / *) return a Number which type is the type of the bigger argument.<br>
Example:<br>
<code>add ( new Integer(10), new Integer(1))</code> will return an <code>Integer</code>-Object with the value 11<br>
<code>add ( new Long(10), new Integer(1))</code> will return an <code>Long</code>-Object with the value 11<br>
<code>add ( new Integer(10), new Float(1))</code> will return an <code>Float</code>-Object with the value 11<br><br>
Overflow checking:<br>
For integral values (byte, short, int) there is an implicit overflow correction (the next "bigger"
type will be returned).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/MathUtils.html#MathUtils--">MathUtils()</a></span> - Constructor for class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/MathUtils.html" title="class in org.apache.velocity.runtime.parser.node">MathUtils</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeConstants.html#MAX_NUMBER_LOOPS">MAX_NUMBER_LOOPS</a></span> - Static variable in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeConstants.html" title="interface in org.apache.velocity.runtime">RuntimeConstants</a></dt>
<dd>
<div class="block">Maximum allowed number of loops.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/Block.html#maxDepth">maxDepth</a></span> - Variable in class org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/Block.html" title="class in org.apache.velocity.runtime.directive">Block</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/LogContext.html#MDC_COLUMN">MDC_COLUMN</a></span> - Static variable in class org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/LogContext.html" title="class in org.apache.velocity.runtime.parser">LogContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/LogContext.html#MDC_FILE">MDC_FILE</a></span> - Static variable in class org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/LogContext.html" title="class in org.apache.velocity.runtime.parser">LogContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/LogContext.html#MDC_LINE">MDC_LINE</a></span> - Static variable in class org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/LogContext.html" title="class in org.apache.velocity.runtime.parser">LogContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/Template.html#merge-org.apache.velocity.context.Context-java.io.Writer-">merge(Context, Writer)</a></span> - Method in class org.apache.velocity.<a href="org/apache/velocity/Template.html" title="class in org.apache.velocity">Template</a></dt>
<dd>
<div class="block">The AST node structure is merged with the
context to produce the final output.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/Template.html#merge-org.apache.velocity.context.Context-java.io.Writer-java.util.List-">merge(Context, Writer, List&lt;String&gt;)</a></span> - Method in class org.apache.velocity.<a href="org/apache/velocity/Template.html" title="class in org.apache.velocity">Template</a></dt>
<dd>
<div class="block">The AST node structure is merged with the
context to produce the final output.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/app/Velocity.html#mergeTemplate-java.lang.String-java.lang.String-org.apache.velocity.context.Context-java.io.Writer-">mergeTemplate(String, String, Context, Writer)</a></span> - Static method in class org.apache.velocity.app.<a href="org/apache/velocity/app/Velocity.html" title="class in org.apache.velocity.app">Velocity</a></dt>
<dd>
<div class="block">Merges a template and puts the rendered stream into the writer</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/app/VelocityEngine.html#mergeTemplate-java.lang.String-java.lang.String-org.apache.velocity.context.Context-java.io.Writer-">mergeTemplate(String, String, Context, Writer)</a></span> - Method in class org.apache.velocity.app.<a href="org/apache/velocity/app/VelocityEngine.html" title="class in org.apache.velocity.app">VelocityEngine</a></dt>
<dd>
<div class="block">merges a template and puts the rendered stream into the writer</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/spring/VelocityEngineUtils.html#mergeTemplate-org.apache.velocity.app.VelocityEngine-java.lang.String-java.util.Map-java.io.Writer-">mergeTemplate(VelocityEngine, String, Map&lt;String, Object&gt;, Writer)</a></span> - Static method in class org.apache.velocity.spring.<a href="org/apache/velocity/spring/VelocityEngineUtils.html" title="class in org.apache.velocity.spring">VelocityEngineUtils</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/velocity/spring/VelocityEngineUtils.html#mergeTemplate-org.apache.velocity.app.VelocityEngine-java.lang.String-java.lang.String-java.util.Map-java.io.Writer-"><code>VelocityEngineUtils.mergeTemplate(VelocityEngine, String, String, Map, Writer)</code></a>
instead, following Velocity 1.6's corresponding deprecation in its own API.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/spring/VelocityEngineUtils.html#mergeTemplate-org.apache.velocity.app.VelocityEngine-java.lang.String-java.lang.String-java.util.Map-java.io.Writer-">mergeTemplate(VelocityEngine, String, String, Map&lt;String, Object&gt;, Writer)</a></span> - Static method in class org.apache.velocity.spring.<a href="org/apache/velocity/spring/VelocityEngineUtils.html" title="class in org.apache.velocity.spring">VelocityEngineUtils</a></dt>
<dd>
<div class="block">Merge the specified Velocity template with the given model and write the result
to the given Writer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/spring/VelocityEngineUtils.html#mergeTemplateIntoString-org.apache.velocity.app.VelocityEngine-java.lang.String-java.util.Map-">mergeTemplateIntoString(VelocityEngine, String, Map&lt;String, Object&gt;)</a></span> - Static method in class org.apache.velocity.spring.<a href="org/apache/velocity/spring/VelocityEngineUtils.html" title="class in org.apache.velocity.spring">VelocityEngineUtils</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/velocity/spring/VelocityEngineUtils.html#mergeTemplateIntoString-org.apache.velocity.app.VelocityEngine-java.lang.String-java.lang.String-java.util.Map-"><code>VelocityEngineUtils.mergeTemplateIntoString(VelocityEngine, String, String, Map)</code></a>
instead, following Velocity 1.6's corresponding deprecation in its own API.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/spring/VelocityEngineUtils.html#mergeTemplateIntoString-org.apache.velocity.app.VelocityEngine-java.lang.String-java.lang.String-java.util.Map-">mergeTemplateIntoString(VelocityEngine, String, String, Map&lt;String, Object&gt;)</a></span> - Static method in class org.apache.velocity.spring.<a href="org/apache/velocity/spring/VelocityEngineUtils.html" title="class in org.apache.velocity.spring">VelocityEngineUtils</a></dt>
<dd>
<div class="block">Merge the specified Velocity template with the given model into a String.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParser.html#Method--">Method()</a></span> - Method in class org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParser.html" title="class in org.apache.velocity.runtime.parser">StandardParser</a></dt>
<dd>
<div class="block">This method has yet to be fully implemented
but will allow arbitrarily nested method
calls</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTMethod.MethodCacheKey.html#MethodCacheKey-java.lang.String-java.lang.Class:A-boolean-">MethodCacheKey(String, Class&lt;?&gt;[], boolean)</a></span> - Constructor for class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTMethod.MethodCacheKey.html" title="class in org.apache.velocity.runtime.parser.node">ASTMethod.MethodCacheKey</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/app/event/EventCartridge.html#methodException-org.apache.velocity.context.Context-java.lang.Class-java.lang.String-java.lang.Exception-org.apache.velocity.util.introspection.Info-">methodException(Context, Class&lt;?&gt;, String, Exception, Info)</a></span> - Method in class org.apache.velocity.app.event.<a href="org/apache/velocity/app/event/EventCartridge.html" title="class in org.apache.velocity.app.event">EventCartridge</a></dt>
<dd>
<div class="block">Call method exception event handler</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/app/event/EventHandlerUtil.html#methodException-org.apache.velocity.runtime.RuntimeServices-org.apache.velocity.context.InternalContextAdapter-java.lang.Class-java.lang.String-java.lang.Exception-org.apache.velocity.util.introspection.Info-">methodException(RuntimeServices, InternalContextAdapter, Class&lt;?&gt;, String, Exception, Info)</a></span> - Static method in class org.apache.velocity.app.event.<a href="org/apache/velocity/app/event/EventHandlerUtil.html" title="class in org.apache.velocity.app.event">EventHandlerUtil</a></dt>
<dd>
<div class="block">Called when a method exception is generated during Velocity merge.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/app/event/implement/PrintExceptions.html#methodException-org.apache.velocity.context.Context-java.lang.Class-java.lang.String-java.lang.Exception-org.apache.velocity.util.introspection.Info-">methodException(Context, Class&lt;?&gt;, String, Exception, Info)</a></span> - Method in class org.apache.velocity.app.event.implement.<a href="org/apache/velocity/app/event/implement/PrintExceptions.html" title="class in org.apache.velocity.app.event.implement">PrintExceptions</a></dt>
<dd>
<div class="block">Render the method exception, and optionally the exception message and stack trace.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/app/event/MethodExceptionEventHandler.html#methodException-org.apache.velocity.context.Context-java.lang.Class-java.lang.String-java.lang.Exception-org.apache.velocity.util.introspection.Info-">methodException(Context, Class&lt;?&gt;, String, Exception, Info)</a></span> - Method in interface org.apache.velocity.app.event.<a href="org/apache/velocity/app/event/MethodExceptionEventHandler.html" title="interface in org.apache.velocity.app.event">MethodExceptionEventHandler</a></dt>
<dd>
<div class="block">Called when a method throws an exception.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/example/EventExample.html#methodException-org.apache.velocity.context.Context-java.lang.Class-java.lang.String-java.lang.Exception-org.apache.velocity.util.introspection.Info-">methodException(Context, Class, String, Exception, Info)</a></span> - Method in class org.apache.velocity.example.<a href="org/apache/velocity/example/EventExample.html" title="class in org.apache.velocity.example">EventExample</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/app/event/MethodExceptionEventHandler.html" title="interface in org.apache.velocity.app.event"><span class="typeNameLink">MethodExceptionEventHandler</span></a> - Interface in <a href="org/apache/velocity/app/event/package-summary.html">org.apache.velocity.app.event</a></dt>
<dd>
<div class="block">Event handler called when a method throws an exception.</div>
</dd>
<dt><a href="org/apache/velocity/exception/MethodInvocationException.html" title="class in org.apache.velocity.exception"><span class="typeNameLink">MethodInvocationException</span></a> - Exception in <a href="org/apache/velocity/exception/package-summary.html">org.apache.velocity.exception</a></dt>
<dd>
<div class="block">Application-level exception thrown when a reference method is
invoked and an exception is thrown.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/exception/MethodInvocationException.html#MethodInvocationException-java.lang.String-java.lang.Throwable-java.lang.String-java.lang.String-int-int-">MethodInvocationException(String, Throwable, String, String, int, int)</a></span> - Constructor for exception org.apache.velocity.exception.<a href="org/apache/velocity/exception/MethodInvocationException.html" title="class in org.apache.velocity.exception">MethodInvocationException</a></dt>
<dd>
<div class="block">CTOR - wraps the passed in exception for
examination later</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/exception/MethodInvocationException.html#MethodInvocationException-java.lang.String-java.lang.Throwable-java.lang.String:A-java.lang.String-java.lang.String-int-int-">MethodInvocationException(String, Throwable, String[], String, String, int, int)</a></span> - Constructor for exception org.apache.velocity.exception.<a href="org/apache/velocity/exception/MethodInvocationException.html" title="class in org.apache.velocity.exception">MethodInvocationException</a></dt>
<dd>
<div class="block">CTOR - wraps the passed in exception for
examination later</div>
</dd>
<dt><a href="org/apache/velocity/util/introspection/MethodMap.html" title="class in org.apache.velocity.util.introspection"><span class="typeNameLink">MethodMap</span></a> - Class in <a href="org/apache/velocity/util/introspection/package-summary.html">org.apache.velocity.util.introspection</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/introspection/MethodMap.html#MethodMap--">MethodMap()</a></span> - Constructor for class org.apache.velocity.util.introspection.<a href="org/apache/velocity/util/introspection/MethodMap.html" title="class in org.apache.velocity.util.introspection">MethodMap</a></dt>
<dd>
<div class="block">Default constructor</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/introspection/MethodMap.html#MethodMap-org.apache.velocity.util.introspection.TypeConversionHandler-">MethodMap(TypeConversionHandler)</a></span> - Constructor for class org.apache.velocity.util.introspection.<a href="org/apache/velocity/util/introspection/MethodMap.html" title="class in org.apache.velocity.util.introspection">MethodMap</a></dt>
<dd>
<div class="block">Constructor with provided conversion handler</div>
</dd>
<dt><a href="org/apache/velocity/util/introspection/MethodMap.AmbiguousException.html" title="class in org.apache.velocity.util.introspection"><span class="typeNameLink">MethodMap.AmbiguousException</span></a> - Exception in <a href="org/apache/velocity/util/introspection/package-summary.html">org.apache.velocity.util.introspection</a></dt>
<dd>
<div class="block">Simple distinguishable exception, used when
we run across ambiguous overloading.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/Resource.html#MILLIS_PER_SECOND">MILLIS_PER_SECOND</a></span> - Static variable in class org.apache.velocity.runtime.resource.<a href="org/apache/velocity/runtime/resource/Resource.html" title="class in org.apache.velocity.runtime.resource">Resource</a></dt>
<dd>
<div class="block">The number of milliseconds in a minute, used to calculate the
check interval.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParserConstants.html#MINUS">MINUS</a></span> - Static variable in interface org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParserConstants.html" title="interface in org.apache.velocity.runtime.parser">StandardParserConstants</a></dt>
<dd>
<div class="block">RegularExpression Id.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/loader/ResourceLoader.html#modificationCheckInterval">modificationCheckInterval</a></span> - Variable in class org.apache.velocity.runtime.resource.loader.<a href="org/apache/velocity/runtime/resource/loader/ResourceLoader.html" title="class in org.apache.velocity.runtime.resource.loader">ResourceLoader</a></dt>
<dd>
<div class="block">This property will be passed on to the templates
that are created with this loader.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/Resource.html#modificationCheckInterval">modificationCheckInterval</a></span> - Variable in class org.apache.velocity.runtime.resource.<a href="org/apache/velocity/runtime/resource/Resource.html" title="class in org.apache.velocity.runtime.resource">Resource</a></dt>
<dd>
<div class="block">How often the file modification time is checked (in seconds).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/MathUtils.html#modulo-java.lang.Number-java.lang.Number-">modulo(Number, Number)</a></span> - Static method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/MathUtils.html" title="class in org.apache.velocity.runtime.parser.node">MathUtils</a></dt>
<dd>
<div class="block">Modulo two numbers.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParserConstants.html#MODULUS">MODULUS</a></span> - Static variable in interface org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParserConstants.html" title="interface in org.apache.velocity.runtime.parser">StandardParserConstants</a></dt>
<dd>
<div class="block">RegularExpression Id.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParserConstants.html#MULTI_LINE_COMMENT">MULTI_LINE_COMMENT</a></span> - Static variable in interface org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParserConstants.html" title="interface in org.apache.velocity.runtime.parser">StandardParserConstants</a></dt>
<dd>
<div class="block">RegularExpression Id.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParser.html#MultiplicativeExpression--">MultiplicativeExpression()</a></span> - Method in class org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParser.html" title="class in org.apache.velocity.runtime.parser">StandardParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/MathUtils.html#multiply-java.lang.Number-java.lang.Number-">multiply(Number, Number)</a></span> - Static method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/MathUtils.html" title="class in org.apache.velocity.runtime.parser.node">MathUtils</a></dt>
<dd>
<div class="block">Multiply two numbers and return the correct value / type.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParserConstants.html#MULTIPLY">MULTIPLY</a></span> - Static variable in interface org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParserConstants.html" title="interface in org.apache.velocity.runtime.parser">StandardParserConstants</a></dt>
<dd>
<div class="block">RegularExpression Id.</div>
</dd>
</dl>
<a name="I:N">
<!-- -->
</a>
<h2 class="title">N</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/Macro.MacroArg.html#name">name</a></span> - Variable in class org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/Macro.MacroArg.html" title="class in org.apache.velocity.runtime.directive">Macro.MacroArg</a></dt>
<dd>
<div class="block">Name of the argument with '$' stripped off</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/Resource.html#name">name</a></span> - Variable in class org.apache.velocity.runtime.resource.<a href="org/apache/velocity/runtime/resource/Resource.html" title="class in org.apache.velocity.runtime.resource">Resource</a></dt>
<dd>
<div class="block">Name of the resource</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/spring/SpringResourceLoader.html#NAME">NAME</a></span> - Static variable in class org.apache.velocity.spring.<a href="org/apache/velocity/spring/SpringResourceLoader.html" title="class in org.apache.velocity.spring">SpringResourceLoader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/MathUtils.html#negate-java.lang.Number-">negate(Number)</a></span> - Static method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/MathUtils.html" title="class in org.apache.velocity.runtime.parser.node">MathUtils</a></dt>
<dd>
<div class="block">Negate a number</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParserConstants.html#NEWLINE">NEWLINE</a></span> - Static variable in interface org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParserConstants.html" title="interface in org.apache.velocity.runtime.parser">StandardParserConstants</a></dt>
<dd>
<div class="block">RegularExpression Id.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/Token.html#newToken-int-java.lang.String-">newToken(int, String)</a></span> - Static method in class org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/Token.html" title="class in org.apache.velocity.runtime.parser">Token</a></dt>
<dd>
<div class="block">Returns a new Token object, by default.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/Token.html#newToken-int-">newToken(int)</a></span> - Static method in class org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/Token.html" title="class in org.apache.velocity.runtime.parser">Token</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/spring/VelocityEngineFactory.html#newVelocityEngine--">newVelocityEngine()</a></span> - Method in class org.apache.velocity.spring.<a href="org/apache/velocity/spring/VelocityEngineFactory.html" title="class in org.apache.velocity.spring">VelocityEngineFactory</a></dt>
<dd>
<div class="block">Return a new VelocityEngine.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTIntegerRange.IntegerRange.RangeIterator.html#next--">next()</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTIntegerRange.IntegerRange.RangeIterator.html" title="class in org.apache.velocity.runtime.parser.node">ASTIntegerRange.IntegerRange.RangeIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/Token.html#next">next</a></span> - Variable in class org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/Token.html" title="class in org.apache.velocity.runtime.parser">Token</a></dt>
<dd>
<div class="block">A reference to the next regular (non-special) token from the input
stream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/ArrayIterator.html#next--">next()</a></span> - Method in class org.apache.velocity.util.<a href="org/apache/velocity/util/ArrayIterator.html" title="class in org.apache.velocity.util">ArrayIterator</a></dt>
<dd>
<div class="block">Move to next element in the array.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/EnumerationIterator.html#next--">next()</a></span> - Method in class org.apache.velocity.util.<a href="org/apache/velocity/util/EnumerationIterator.html" title="class in org.apache.velocity.util">EnumerationIterator</a></dt>
<dd>
<div class="block">Move to next element in the array.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/Resource.html#nextCheck">nextCheck</a></span> - Variable in class org.apache.velocity.runtime.resource.<a href="org/apache/velocity/runtime/resource/Resource.html" title="class in org.apache.velocity.runtime.resource">Resource</a></dt>
<dd>
<div class="block">The next time the file modification time will be checked (in
milliseconds).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTIntegerRange.IntegerRange.RangeIterator.html#nextIndex--">nextIndex()</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTIntegerRange.IntegerRange.RangeIterator.html" title="class in org.apache.velocity.runtime.parser.node">ASTIntegerRange.IntegerRange.RangeIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/io/VelocityWriter.html#NO_BUFFER">NO_BUFFER</a></span> - Static variable in class org.apache.velocity.io.<a href="org/apache/velocity/io/VelocityWriter.html" title="class in org.apache.velocity.io">VelocityWriter</a></dt>
<dd>
<div class="block">constant indicating that the Writer is not buffering output</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/DuckType.html#NO_METHOD">NO_METHOD</a></span> - Static variable in class org.apache.velocity.util.<a href="org/apache/velocity/util/DuckType.html" title="class in org.apache.velocity.util">DuckType</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/runtime/parser/node/Node.html" title="interface in org.apache.velocity.runtime.parser.node"><span class="typeNameLink">Node</span></a> - Interface in <a href="org/apache/velocity/runtime/parser/node/package-summary.html">org.apache.velocity.runtime.parser.node</a></dt>
<dd>
<div class="block">This file describes the interface between the Velocity code
and the JavaCC generated code.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/JJTStandardParserState.html#nodeArity--">nodeArity()</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/JJTStandardParserState.html" title="class in org.apache.velocity.runtime.parser.node">JJTStandardParserState</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/JJTStandardParserState.html#nodeCreated--">nodeCreated()</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/JJTStandardParserState.html" title="class in org.apache.velocity.runtime.parser.node">JJTStandardParserState</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/runtime/parser/node/NodeUtils.html" title="class in org.apache.velocity.runtime.parser.node"><span class="typeNameLink">NodeUtils</span></a> - Class in <a href="org/apache/velocity/runtime/parser/node/package-summary.html">org.apache.velocity.runtime.parser.node</a></dt>
<dd>
<div class="block">Utilities for dealing with the AST node structure.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/NodeUtils.html#NodeUtils--">NodeUtils()</a></span> - Constructor for class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/NodeUtils.html" title="class in org.apache.velocity.runtime.parser.node">NodeUtils</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/runtime/visitor/NodeViewMode.html" title="class in org.apache.velocity.runtime.visitor"><span class="typeNameLink">NodeViewMode</span></a> - Class in <a href="org/apache/velocity/runtime/visitor/package-summary.html">org.apache.velocity.runtime.visitor</a></dt>
<dd>
<div class="block">This class is simply a visitor implementation
that traverses the AST, produced by the Velocity
parsing process, and creates a visual structure
of the AST.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/visitor/NodeViewMode.html#NodeViewMode--">NodeViewMode()</a></span> - Constructor for class org.apache.velocity.runtime.visitor.<a href="org/apache/velocity/runtime/visitor/NodeViewMode.html" title="class in org.apache.velocity.runtime.visitor">NodeViewMode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeConstants.html#NUMBER_OF_PARSERS">NUMBER_OF_PARSERS</a></span> - Static variable in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeConstants.html" title="interface in org.apache.velocity.runtime">RuntimeConstants</a></dt>
<dd>
<div class="block">The default number of parser instances to create.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTComparisonNode.html#numberTest-int-">numberTest(int)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTComparisonNode.html" title="class in org.apache.velocity.runtime.parser.node">ASTComparisonNode</a></dt>
<dd>
<div class="block">performs the actual comparison</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTEQNode.html#numberTest-int-">numberTest(int)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTEQNode.html" title="class in org.apache.velocity.runtime.parser.node">ASTEQNode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTGENode.html#numberTest-int-">numberTest(int)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTGENode.html" title="class in org.apache.velocity.runtime.parser.node">ASTGENode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTGTNode.html#numberTest-int-">numberTest(int)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTGTNode.html" title="class in org.apache.velocity.runtime.parser.node">ASTGTNode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTLENode.html#numberTest-int-">numberTest(int)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTLENode.html" title="class in org.apache.velocity.runtime.parser.node">ASTLENode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTLTNode.html#numberTest-int-">numberTest(int)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTLTNode.html" title="class in org.apache.velocity.runtime.parser.node">ASTLTNode</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:O">
<!-- -->
</a>
<h2 class="title">O</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParser.html#ObjectArray--">ObjectArray()</a></span> - Method in class org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParser.html" title="class in org.apache.velocity.runtime.parser">StandardParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParserConstants.html#OLD_ALPHA_CHAR">OLD_ALPHA_CHAR</a></span> - Static variable in interface org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParserConstants.html" title="interface in org.apache.velocity.runtime.parser">StandardParserConstants</a></dt>
<dd>
<div class="block">RegularExpression Id.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/DeprecatedRuntimeConstants.html#OLD_CHECK_EMPTY_OBJECTS">OLD_CHECK_EMPTY_OBJECTS</a></span> - Static variable in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/DeprecatedRuntimeConstants.html" title="interface in org.apache.velocity.runtime">DeprecatedRuntimeConstants</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">see <a href="org/apache/velocity/runtime/RuntimeConstants.html#CHECK_EMPTY_OBJECTS"><code>RuntimeConstants.CHECK_EMPTY_OBJECTS</code></a></span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/DeprecatedRuntimeConstants.html#OLD_CONTEXT_AUTOREFERENCE_KEY">OLD_CONTEXT_AUTOREFERENCE_KEY</a></span> - Static variable in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/DeprecatedRuntimeConstants.html" title="interface in org.apache.velocity.runtime">DeprecatedRuntimeConstants</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">see <a href="org/apache/velocity/runtime/RuntimeConstants.html#CONTEXT_AUTOREFERENCE_KEY"><code>RuntimeConstants.CONTEXT_AUTOREFERENCE_KEY</code></a></span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/DeprecatedRuntimeConstants.html#OLD_CONVERSION_HANDLER_CLASS">OLD_CONVERSION_HANDLER_CLASS</a></span> - Static variable in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/DeprecatedRuntimeConstants.html" title="interface in org.apache.velocity.runtime">DeprecatedRuntimeConstants</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">see <a href="org/apache/velocity/runtime/RuntimeConstants.html#CONVERSION_HANDLER_INSTANCE"><code>RuntimeConstants.CONVERSION_HANDLER_INSTANCE</code></a></span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/DeprecatedRuntimeConstants.html#OLD_CUSTOM_DIRECTIVES">OLD_CUSTOM_DIRECTIVES</a></span> - Static variable in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/DeprecatedRuntimeConstants.html" title="interface in org.apache.velocity.runtime">DeprecatedRuntimeConstants</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">see <a href="org/apache/velocity/runtime/RuntimeConstants.html#CUSTOM_DIRECTIVES"><code>RuntimeConstants.CUSTOM_DIRECTIVES</code></a></span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/DeprecatedRuntimeConstants.html#OLD_DEFINE_DIRECTIVE_MAXDEPTH">OLD_DEFINE_DIRECTIVE_MAXDEPTH</a></span> - Static variable in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/DeprecatedRuntimeConstants.html" title="interface in org.apache.velocity.runtime">DeprecatedRuntimeConstants</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">see <a href="org/apache/velocity/runtime/RuntimeConstants.html#DEFINE_DIRECTIVE_MAXDEPTH"><code>RuntimeConstants.DEFINE_DIRECTIVE_MAXDEPTH</code></a></span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/DeprecatedRuntimeConstants.html#OLD_DS_RESOURCE_LOADER_DATASOURCE">OLD_DS_RESOURCE_LOADER_DATASOURCE</a></span> - Static variable in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/DeprecatedRuntimeConstants.html" title="interface in org.apache.velocity.runtime">DeprecatedRuntimeConstants</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">see <a href="org/apache/velocity/runtime/RuntimeConstants.html#DS_RESOURCE_LOADER_DATASOURCE"><code>RuntimeConstants.DS_RESOURCE_LOADER_DATASOURCE</code></a></span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/DeprecatedRuntimeConstants.html#OLD_DS_RESOURCE_LOADER_KEY_COLUMN">OLD_DS_RESOURCE_LOADER_KEY_COLUMN</a></span> - Static variable in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/DeprecatedRuntimeConstants.html" title="interface in org.apache.velocity.runtime">DeprecatedRuntimeConstants</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">see <a href="org/apache/velocity/runtime/RuntimeConstants.html#DS_RESOURCE_LOADER_KEY_COLUMN"><code>RuntimeConstants.DS_RESOURCE_LOADER_KEY_COLUMN</code></a></span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/DeprecatedRuntimeConstants.html#OLD_DS_RESOURCE_LOADER_TEMPLATE_COLUMN">OLD_DS_RESOURCE_LOADER_TEMPLATE_COLUMN</a></span> - Static variable in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/DeprecatedRuntimeConstants.html" title="interface in org.apache.velocity.runtime">DeprecatedRuntimeConstants</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">see <a href="org/apache/velocity/runtime/RuntimeConstants.html#DS_RESOURCE_LOADER_TEMPLATE_COLUMN"><code>RuntimeConstants.DS_RESOURCE_LOADER_TEMPLATE_COLUMN</code></a></span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/DeprecatedRuntimeConstants.html#OLD_DS_RESOURCE_LOADER_TIMESTAMP_COLUMN">OLD_DS_RESOURCE_LOADER_TIMESTAMP_COLUMN</a></span> - Static variable in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/DeprecatedRuntimeConstants.html" title="interface in org.apache.velocity.runtime">DeprecatedRuntimeConstants</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">see <a href="org/apache/velocity/runtime/RuntimeConstants.html#DS_RESOURCE_LOADER_TIMESTAMP_COLUMN"><code>RuntimeConstants.DS_RESOURCE_LOADER_TIMESTAMP_COLUMN</code></a></span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/DeprecatedRuntimeConstants.html#OLD_ERRORMSG_END">OLD_ERRORMSG_END</a></span> - Static variable in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/DeprecatedRuntimeConstants.html" title="interface in org.apache.velocity.runtime">DeprecatedRuntimeConstants</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">see <a href="org/apache/velocity/runtime/RuntimeConstants.html#ERRORMSG_END"><code>RuntimeConstants.ERRORMSG_END</code></a></span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/DeprecatedRuntimeConstants.html#OLD_ERRORMSG_START">OLD_ERRORMSG_START</a></span> - Static variable in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/DeprecatedRuntimeConstants.html" title="interface in org.apache.velocity.runtime">DeprecatedRuntimeConstants</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">see <a href="org/apache/velocity/runtime/RuntimeConstants.html#ERRORMSG_START"><code>RuntimeConstants.ERRORMSG_START</code></a></span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/DeprecatedRuntimeConstants.html#OLD_EVENTHANDLER_INCLUDE">OLD_EVENTHANDLER_INCLUDE</a></span> - Static variable in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/DeprecatedRuntimeConstants.html" title="interface in org.apache.velocity.runtime">DeprecatedRuntimeConstants</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">see <a href="org/apache/velocity/runtime/RuntimeConstants.html#EVENTHANDLER_INCLUDE"><code>RuntimeConstants.EVENTHANDLER_INCLUDE</code></a></span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/app/event/implement/ReportInvalidReferences.html#OLD_EVENTHANDLER_INVALIDREFERENCE_EXCEPTION">OLD_EVENTHANDLER_INVALIDREFERENCE_EXCEPTION</a></span> - Static variable in class org.apache.velocity.app.event.implement.<a href="org/apache/velocity/app/event/implement/ReportInvalidReferences.html" title="class in org.apache.velocity.app.event.implement">ReportInvalidReferences</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/DeprecatedRuntimeConstants.html#OLD_EVENTHANDLER_INVALIDREFERENCES">OLD_EVENTHANDLER_INVALIDREFERENCES</a></span> - Static variable in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/DeprecatedRuntimeConstants.html" title="interface in org.apache.velocity.runtime">DeprecatedRuntimeConstants</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">see <a href="org/apache/velocity/runtime/RuntimeConstants.html#EVENTHANDLER_INVALIDREFERENCES"><code>RuntimeConstants.EVENTHANDLER_INVALIDREFERENCES</code></a></span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/DeprecatedRuntimeConstants.html#OLD_EVENTHANDLER_METHODEXCEPTION">OLD_EVENTHANDLER_METHODEXCEPTION</a></span> - Static variable in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/DeprecatedRuntimeConstants.html" title="interface in org.apache.velocity.runtime">DeprecatedRuntimeConstants</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">see <a href="org/apache/velocity/runtime/RuntimeConstants.html#EVENTHANDLER_METHODEXCEPTION"><code>RuntimeConstants.EVENTHANDLER_METHODEXCEPTION</code></a></span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/DeprecatedRuntimeConstants.html#OLD_EVENTHANDLER_REFERENCEINSERTION">OLD_EVENTHANDLER_REFERENCEINSERTION</a></span> - Static variable in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/DeprecatedRuntimeConstants.html" title="interface in org.apache.velocity.runtime">DeprecatedRuntimeConstants</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">see <a href="org/apache/velocity/runtime/RuntimeConstants.html#EVENTHANDLER_REFERENCEINSERTION"><code>RuntimeConstants.EVENTHANDLER_REFERENCEINSERTION</code></a></span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/DeprecatedRuntimeConstants.html#OLD_FILE_RESOURCE_LOADER_CACHE">OLD_FILE_RESOURCE_LOADER_CACHE</a></span> - Static variable in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/DeprecatedRuntimeConstants.html" title="interface in org.apache.velocity.runtime">DeprecatedRuntimeConstants</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">see <a href="org/apache/velocity/runtime/RuntimeConstants.html#FILE_RESOURCE_LOADER_CACHE"><code>RuntimeConstants.FILE_RESOURCE_LOADER_CACHE</code></a></span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/DeprecatedRuntimeConstants.html#OLD_FILE_RESOURCE_LOADER_PATH">OLD_FILE_RESOURCE_LOADER_PATH</a></span> - Static variable in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/DeprecatedRuntimeConstants.html" title="interface in org.apache.velocity.runtime">DeprecatedRuntimeConstants</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">see <a href="org/apache/velocity/runtime/RuntimeConstants.html#FILE_RESOURCE_LOADER_PATH"><code>RuntimeConstants.FILE_RESOURCE_LOADER_PATH</code></a></span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParserConstants.html#OLD_IDENTIFIER">OLD_IDENTIFIER</a></span> - Static variable in interface org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParserConstants.html" title="interface in org.apache.velocity.runtime.parser">StandardParserConstants</a></dt>
<dd>
<div class="block">RegularExpression Id.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParserConstants.html#OLD_IDENTIFIER_CHAR">OLD_IDENTIFIER_CHAR</a></span> - Static variable in interface org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParserConstants.html" title="interface in org.apache.velocity.runtime.parser">StandardParserConstants</a></dt>
<dd>
<div class="block">RegularExpression Id.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/DeprecatedRuntimeConstants.html#OLD_INPUT_ENCODING">OLD_INPUT_ENCODING</a></span> - Static variable in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/DeprecatedRuntimeConstants.html" title="interface in org.apache.velocity.runtime">DeprecatedRuntimeConstants</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">see <a href="org/apache/velocity/runtime/RuntimeConstants.html#INPUT_ENCODING"><code>RuntimeConstants.INPUT_ENCODING</code></a></span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/DeprecatedRuntimeConstants.html#OLD_INTERPOLATE_STRINGLITERALS">OLD_INTERPOLATE_STRINGLITERALS</a></span> - Static variable in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/DeprecatedRuntimeConstants.html" title="interface in org.apache.velocity.runtime">DeprecatedRuntimeConstants</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">see <a href="org/apache/velocity/runtime/RuntimeConstants.html#INTERPOLATE_STRINGLITERALS"><code>RuntimeConstants.INTERPOLATE_STRINGLITERALS</code></a></span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/DeprecatedRuntimeConstants.html#OLD_MAX_NUMBER_LOOPS">OLD_MAX_NUMBER_LOOPS</a></span> - Static variable in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/DeprecatedRuntimeConstants.html" title="interface in org.apache.velocity.runtime">DeprecatedRuntimeConstants</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">see <a href="org/apache/velocity/runtime/RuntimeConstants.html#MAX_NUMBER_LOOPS"><code>RuntimeConstants.MAX_NUMBER_LOOPS</code></a></span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/DeprecatedRuntimeConstants.html#OLD_PARSE_DIRECTIVE_MAXDEPTH">OLD_PARSE_DIRECTIVE_MAXDEPTH</a></span> - Static variable in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/DeprecatedRuntimeConstants.html" title="interface in org.apache.velocity.runtime">DeprecatedRuntimeConstants</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">see <a href="org/apache/velocity/runtime/RuntimeConstants.html#PARSE_DIRECTIVE_MAXDEPTH"><code>RuntimeConstants.PARSE_DIRECTIVE_MAXDEPTH</code></a></span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParserConstants.html#OLD_REFMODIFIER">OLD_REFMODIFIER</a></span> - Static variable in interface org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParserConstants.html" title="interface in org.apache.velocity.runtime.parser">StandardParserConstants</a></dt>
<dd>
<div class="block">Lexical state.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/DeprecatedRuntimeConstants.html#OLD_RESOURCE_LOADER_CHECK_INTERVAL">OLD_RESOURCE_LOADER_CHECK_INTERVAL</a></span> - Static variable in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/DeprecatedRuntimeConstants.html" title="interface in org.apache.velocity.runtime">DeprecatedRuntimeConstants</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Resource loader modification check interval property suffix</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/DeprecatedRuntimeConstants.html#OLD_RESOURCE_LOADERS">OLD_RESOURCE_LOADERS</a></span> - Static variable in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/DeprecatedRuntimeConstants.html" title="interface in org.apache.velocity.runtime">DeprecatedRuntimeConstants</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">see <a href="org/apache/velocity/runtime/RuntimeConstants.html#RESOURCE_LOADERS"><code>RuntimeConstants.RESOURCE_LOADERS</code></a></span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/DeprecatedRuntimeConstants.html#OLD_RESOURCE_MANAGER_DEFAULTCACHE_SIZE">OLD_RESOURCE_MANAGER_DEFAULTCACHE_SIZE</a></span> - Static variable in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/DeprecatedRuntimeConstants.html" title="interface in org.apache.velocity.runtime">DeprecatedRuntimeConstants</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">see <a href="org/apache/velocity/runtime/RuntimeConstants.html#RESOURCE_MANAGER_DEFAULTCACHE_SIZE"><code>RuntimeConstants.RESOURCE_MANAGER_DEFAULTCACHE_SIZE</code></a></span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/DeprecatedRuntimeConstants.html#OLD_RESOURCE_MANAGER_LOGWHENFOUND">OLD_RESOURCE_MANAGER_LOGWHENFOUND</a></span> - Static variable in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/DeprecatedRuntimeConstants.html" title="interface in org.apache.velocity.runtime">DeprecatedRuntimeConstants</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">see <a href="org/apache/velocity/runtime/RuntimeConstants.html#RESOURCE_MANAGER_LOGWHENFOUND"><code>RuntimeConstants.RESOURCE_MANAGER_LOGWHENFOUND</code></a></span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/DeprecatedRuntimeConstants.html#OLD_RUNTIME_LOG_REFERENCE_LOG_INVALID">OLD_RUNTIME_LOG_REFERENCE_LOG_INVALID</a></span> - Static variable in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/DeprecatedRuntimeConstants.html" title="interface in org.apache.velocity.runtime">DeprecatedRuntimeConstants</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">see <a href="org/apache/velocity/runtime/RuntimeConstants.html#RUNTIME_LOG_REFERENCE_LOG_INVALID"><code>RuntimeConstants.RUNTIME_LOG_REFERENCE_LOG_INVALID</code></a></span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/DeprecatedRuntimeConstants.html#OLD_RUNTIME_REFERENCES_STRICT">OLD_RUNTIME_REFERENCES_STRICT</a></span> - Static variable in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/DeprecatedRuntimeConstants.html" title="interface in org.apache.velocity.runtime">DeprecatedRuntimeConstants</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">see <a href="org/apache/velocity/runtime/RuntimeConstants.html#RUNTIME_REFERENCES_STRICT"><code>RuntimeConstants.RUNTIME_REFERENCES_STRICT</code></a></span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/DeprecatedRuntimeConstants.html#OLD_RUNTIME_REFERENCES_STRICT_ESCAPE">OLD_RUNTIME_REFERENCES_STRICT_ESCAPE</a></span> - Static variable in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/DeprecatedRuntimeConstants.html" title="interface in org.apache.velocity.runtime">DeprecatedRuntimeConstants</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">see <a href="org/apache/velocity/runtime/RuntimeConstants.html#RUNTIME_REFERENCES_STRICT_ESCAPE"><code>RuntimeConstants.RUNTIME_REFERENCES_STRICT_ESCAPE</code></a></span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/DeprecatedRuntimeConstants.html#OLD_SKIP_INVALID_ITERATOR">OLD_SKIP_INVALID_ITERATOR</a></span> - Static variable in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/DeprecatedRuntimeConstants.html" title="interface in org.apache.velocity.runtime">DeprecatedRuntimeConstants</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">see <a href="org/apache/velocity/runtime/RuntimeConstants.html#SKIP_INVALID_ITERATOR"><code>RuntimeConstants.SKIP_INVALID_ITERATOR</code></a></span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/DeprecatedRuntimeConstants.html#OLD_SPACE_GOBBLING">OLD_SPACE_GOBBLING</a></span> - Static variable in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/DeprecatedRuntimeConstants.html" title="interface in org.apache.velocity.runtime">DeprecatedRuntimeConstants</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">see <a href="org/apache/velocity/runtime/RuntimeConstants.html#SPACE_GOBBLING"><code>RuntimeConstants.SPACE_GOBBLING</code></a></span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/DeprecatedRuntimeConstants.html#OLD_STRICT_MATH">OLD_STRICT_MATH</a></span> - Static variable in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/DeprecatedRuntimeConstants.html" title="interface in org.apache.velocity.runtime">DeprecatedRuntimeConstants</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">see <a href="org/apache/velocity/runtime/RuntimeConstants.html#STRICT_MATH"><code>RuntimeConstants.STRICT_MATH</code></a></span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/DeprecatedRuntimeConstants.html#OLD_UBERSPECT_CLASSNAME">OLD_UBERSPECT_CLASSNAME</a></span> - Static variable in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/DeprecatedRuntimeConstants.html" title="interface in org.apache.velocity.runtime">DeprecatedRuntimeConstants</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">see <a href="org/apache/velocity/runtime/RuntimeConstants.html#UBERSPECT_CLASSNAME"><code>RuntimeConstants.UBERSPECT_CLASSNAME</code></a></span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/DeprecatedRuntimeConstants.html#OLD_VM_BODY_REFERENCE">OLD_VM_BODY_REFERENCE</a></span> - Static variable in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/DeprecatedRuntimeConstants.html" title="interface in org.apache.velocity.runtime">DeprecatedRuntimeConstants</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">see <a href="org/apache/velocity/runtime/RuntimeConstants.html#VM_BODY_REFERENCE"><code>RuntimeConstants.VM_BODY_REFERENCE</code></a></span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/DeprecatedRuntimeConstants.html#OLD_VM_ENABLE_BC_MODE">OLD_VM_ENABLE_BC_MODE</a></span> - Static variable in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/DeprecatedRuntimeConstants.html" title="interface in org.apache.velocity.runtime">DeprecatedRuntimeConstants</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">When displaying null or invalid non-quiet references, use the argument literal reference
instead of the one in the macro block.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/DeprecatedRuntimeConstants.html#OLD_VM_LIBRARY">OLD_VM_LIBRARY</a></span> - Static variable in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/DeprecatedRuntimeConstants.html" title="interface in org.apache.velocity.runtime">DeprecatedRuntimeConstants</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">see <a href="org/apache/velocity/runtime/RuntimeConstants.html#VM_LIBRARY"><code>RuntimeConstants.VM_LIBRARY</code></a></span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/DeprecatedRuntimeConstants.html#OLD_VM_LIBRARY_DEFAULT">OLD_VM_LIBRARY_DEFAULT</a></span> - Static variable in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/DeprecatedRuntimeConstants.html" title="interface in org.apache.velocity.runtime">DeprecatedRuntimeConstants</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">see <a href="org/apache/velocity/runtime/RuntimeConstants.html#VM_LIBRARY_DEFAULT"><code>RuntimeConstants.VM_LIBRARY_DEFAULT</code></a></span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/DeprecatedRuntimeConstants.html#OLD_VM_MAX_DEPTH">OLD_VM_MAX_DEPTH</a></span> - Static variable in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/DeprecatedRuntimeConstants.html" title="interface in org.apache.velocity.runtime">DeprecatedRuntimeConstants</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">see <a href="org/apache/velocity/runtime/RuntimeConstants.html#VM_MAX_DEPTH"><code>RuntimeConstants.VM_MAX_DEPTH</code></a></span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/DeprecatedRuntimeConstants.html#OLD_VM_PERM_ALLOW_INLINE">OLD_VM_PERM_ALLOW_INLINE</a></span> - Static variable in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/DeprecatedRuntimeConstants.html" title="interface in org.apache.velocity.runtime">DeprecatedRuntimeConstants</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">see <a href="org/apache/velocity/runtime/RuntimeConstants.html#VM_PERM_ALLOW_INLINE"><code>RuntimeConstants.VM_PERM_ALLOW_INLINE</code></a></span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/DeprecatedRuntimeConstants.html#OLD_VM_PERM_ALLOW_INLINE_REPLACE_GLOBAL">OLD_VM_PERM_ALLOW_INLINE_REPLACE_GLOBAL</a></span> - Static variable in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/DeprecatedRuntimeConstants.html" title="interface in org.apache.velocity.runtime">DeprecatedRuntimeConstants</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">see <a href="org/apache/velocity/runtime/RuntimeConstants.html#VM_PERM_ALLOW_INLINE_REPLACE_GLOBAL"><code>RuntimeConstants.VM_PERM_ALLOW_INLINE_REPLACE_GLOBAL</code></a></span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/DeprecatedRuntimeConstants.html#OLD_VM_PERM_INLINE_LOCAL">OLD_VM_PERM_INLINE_LOCAL</a></span> - Static variable in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/DeprecatedRuntimeConstants.html" title="interface in org.apache.velocity.runtime">DeprecatedRuntimeConstants</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">see <a href="org/apache/velocity/runtime/RuntimeConstants.html#VM_PERM_INLINE_LOCAL"><code>RuntimeConstants.VM_PERM_INLINE_LOCAL</code></a></span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/JJTStandardParserState.html#openNodeScope-org.apache.velocity.runtime.parser.node.Node-">openNodeScope(Node)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/JJTStandardParserState.html" title="class in org.apache.velocity.runtime.parser.node">JJTStandardParserState</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/package-summary.html">org.apache.velocity</a> - package org.apache.velocity</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/app/package-summary.html">org.apache.velocity.app</a> - package org.apache.velocity.app</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/app/event/package-summary.html">org.apache.velocity.app.event</a> - package org.apache.velocity.app.event</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/app/event/implement/package-summary.html">org.apache.velocity.app.event.implement</a> - package org.apache.velocity.app.event.implement</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/context/package-summary.html">org.apache.velocity.context</a> - package org.apache.velocity.context</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/example/package-summary.html">org.apache.velocity.example</a> - package org.apache.velocity.example</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/exception/package-summary.html">org.apache.velocity.exception</a> - package org.apache.velocity.exception</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/io/package-summary.html">org.apache.velocity.io</a> - package org.apache.velocity.io</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/runtime/package-summary.html">org.apache.velocity.runtime</a> - package org.apache.velocity.runtime</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/runtime/directive/package-summary.html">org.apache.velocity.runtime.directive</a> - package org.apache.velocity.runtime.directive</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/runtime/directive/contrib/package-summary.html">org.apache.velocity.runtime.directive.contrib</a> - package org.apache.velocity.runtime.directive.contrib</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/runtime/parser/package-summary.html">org.apache.velocity.runtime.parser</a> - package org.apache.velocity.runtime.parser</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/runtime/parser/node/package-summary.html">org.apache.velocity.runtime.parser.node</a> - package org.apache.velocity.runtime.parser.node</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/runtime/resource/package-summary.html">org.apache.velocity.runtime.resource</a> - package org.apache.velocity.runtime.resource</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/runtime/resource/loader/package-summary.html">org.apache.velocity.runtime.resource.loader</a> - package org.apache.velocity.runtime.resource.loader</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/runtime/resource/util/package-summary.html">org.apache.velocity.runtime.resource.util</a> - package org.apache.velocity.runtime.resource.util</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/runtime/visitor/package-summary.html">org.apache.velocity.runtime.visitor</a> - package org.apache.velocity.runtime.visitor</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/script/package-summary.html">org.apache.velocity.script</a> - package org.apache.velocity.script</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/spring/package-summary.html">org.apache.velocity.spring</a> - package org.apache.velocity.spring</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/util/package-summary.html">org.apache.velocity.util</a> - package org.apache.velocity.util</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/util/introspection/package-summary.html">org.apache.velocity.util.introspection</a> - package org.apache.velocity.util.introspection</dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/Scope.html#owner">owner</a></span> - Variable in class org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/Scope.html" title="class in org.apache.velocity.runtime.directive">Scope</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:P">
<!-- -->
</a>
<h2 class="title">P</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParser.html#Parameter--">Parameter()</a></span> - Method in class org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParser.html" title="class in org.apache.velocity.runtime.parser">StandardParser</a></dt>
<dd>
<div class="block">This method has yet to be fully implemented
but will allow arbitrarily nested method
calls</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/SimpleNode.html#parent">parent</a></span> - Variable in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/SimpleNode.html" title="class in org.apache.velocity.runtime.parser.node">SimpleNode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/IndentationFixer.html#parentIndentation">parentIndentation</a></span> - Variable in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/IndentationFixer.html" title="class in org.apache.velocity.runtime.parser.node">IndentationFixer</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/runtime/directive/Parse.html" title="class in org.apache.velocity.runtime.directive"><span class="typeNameLink">Parse</span></a> - Class in <a href="org/apache/velocity/runtime/directive/package-summary.html">org.apache.velocity.runtime.directive</a></dt>
<dd>
<div class="block">Pluggable directive that handles the <code>#parse()</code>
statement in VTL.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/Parse.html#Parse--">Parse()</a></span> - Constructor for class org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/Parse.html" title="class in org.apache.velocity.runtime.directive">Parse</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/Parser.html#parse-java.io.Reader-org.apache.velocity.Template-">parse(Reader, Template)</a></span> - Method in interface org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/Parser.html" title="interface in org.apache.velocity.runtime.parser">Parser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParser.html#parse-java.io.Reader-org.apache.velocity.Template-">parse(Reader, Template)</a></span> - Method in class org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParser.html" title="class in org.apache.velocity.runtime.parser">StandardParser</a></dt>
<dd>
<div class="block">This was also added to allow parsers to be
re-usable.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeInstance.html#parse-java.io.Reader-org.apache.velocity.Template-">parse(Reader, Template)</a></span> - Method in class org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeInstance.html" title="class in org.apache.velocity.runtime">RuntimeInstance</a></dt>
<dd>
<div class="block">Parse the input and return the root of
AST node structure.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeServices.html#parse-java.io.Reader-org.apache.velocity.Template-">parse(Reader, Template)</a></span> - Method in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeServices.html" title="interface in org.apache.velocity.runtime">RuntimeServices</a></dt>
<dd>
<div class="block">Parse the input and return the root of
AST node structure.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeSingleton.html#parse-java.io.Reader-org.apache.velocity.Template-">parse(Reader, Template)</a></span> - Static method in class org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeSingleton.html" title="class in org.apache.velocity.runtime">RuntimeSingleton</a></dt>
<dd>
<div class="block">Parse the input and return the root of
AST node structure.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeConstants.html#PARSE_DIRECTIVE_MAXDEPTH">PARSE_DIRECTIVE_MAXDEPTH</a></span> - Static variable in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeConstants.html" title="interface in org.apache.velocity.runtime">RuntimeConstants</a></dt>
<dd>
<div class="block">Maximum recursion depth allowed for the #parse directive.</div>
</dd>
<dt><a href="org/apache/velocity/exception/ParseErrorException.html" title="class in org.apache.velocity.exception"><span class="typeNameLink">ParseErrorException</span></a> - Exception in <a href="org/apache/velocity/exception/package-summary.html">org.apache.velocity.exception</a></dt>
<dd>
<div class="block">Application-level exception thrown when a resource of any type
has a syntax or other error which prevents it from being parsed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/exception/ParseErrorException.html#ParseErrorException-java.lang.String-">ParseErrorException(String)</a></span> - Constructor for exception org.apache.velocity.exception.<a href="org/apache/velocity/exception/ParseErrorException.html" title="class in org.apache.velocity.exception">ParseErrorException</a></dt>
<dd>
<div class="block">Create a ParseErrorException with the given message.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/exception/ParseErrorException.html#ParseErrorException-org.apache.velocity.runtime.parser.ParseException-java.lang.String-">ParseErrorException(ParseException, String)</a></span> - Constructor for exception org.apache.velocity.exception.<a href="org/apache/velocity/exception/ParseErrorException.html" title="class in org.apache.velocity.exception">ParseErrorException</a></dt>
<dd>
<div class="block">Create a ParseErrorException with the given ParseException.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/exception/ParseErrorException.html#ParseErrorException-org.apache.velocity.exception.VelocityException-java.lang.String-">ParseErrorException(VelocityException, String)</a></span> - Constructor for exception org.apache.velocity.exception.<a href="org/apache/velocity/exception/ParseErrorException.html" title="class in org.apache.velocity.exception">ParseErrorException</a></dt>
<dd>
<div class="block">Create a ParseErrorException with the given ParseException.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/exception/ParseErrorException.html#ParseErrorException-java.lang.String-org.apache.velocity.util.introspection.Info-">ParseErrorException(String, Info)</a></span> - Constructor for exception org.apache.velocity.exception.<a href="org/apache/velocity/exception/ParseErrorException.html" title="class in org.apache.velocity.exception">ParseErrorException</a></dt>
<dd>
<div class="block">Create a ParseErrorRuntimeException with the given message and info</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/exception/ParseErrorException.html#ParseErrorException-java.lang.String-org.apache.velocity.util.introspection.Info-java.lang.String:A-">ParseErrorException(String, Info, String[])</a></span> - Constructor for exception org.apache.velocity.exception.<a href="org/apache/velocity/exception/ParseErrorException.html" title="class in org.apache.velocity.exception">ParseErrorException</a></dt>
<dd>
<div class="block">Create a ParseErrorRuntimeException with the given message and info</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/exception/ParseErrorException.html#ParseErrorException-java.lang.String-org.apache.velocity.util.introspection.Info-java.lang.String-">ParseErrorException(String, Info, String)</a></span> - Constructor for exception org.apache.velocity.exception.<a href="org/apache/velocity/exception/ParseErrorException.html" title="class in org.apache.velocity.exception">ParseErrorException</a></dt>
<dd>
<div class="block">Create a ParseErrorRuntimeException with the given message and info</div>
</dd>
<dt><a href="org/apache/velocity/runtime/parser/ParseException.html" title="class in org.apache.velocity.runtime.parser"><span class="typeNameLink">ParseException</span></a> - Exception in <a href="org/apache/velocity/runtime/parser/package-summary.html">org.apache.velocity.runtime.parser</a></dt>
<dd>
<div class="block">This exception is thrown when parse errors are encountered.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/ParseException.html#ParseException-org.apache.velocity.runtime.parser.Token-int:A:A-java.lang.String:A-">ParseException(Token, int[][], String[])</a></span> - Constructor for exception org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/ParseException.html" title="class in org.apache.velocity.runtime.parser">ParseException</a></dt>
<dd>
<div class="block">This constructor is used by the method "generateParseException"
in the generated parser.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/ParseException.html#ParseException--">ParseException()</a></span> - Constructor for exception org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/ParseException.html" title="class in org.apache.velocity.runtime.parser">ParseException</a></dt>
<dd>
<div class="block">The following constructors are for use by you for whatever
purpose you can think of.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/ParseException.html#ParseException-java.lang.String-">ParseException(String)</a></span> - Constructor for exception org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/ParseException.html" title="class in org.apache.velocity.runtime.parser">ParseException</a></dt>
<dd>
<div class="block">The following constructors are for use by you for whatever
purpose you can think of.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/SimpleNode.html#parser">parser</a></span> - Variable in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/SimpleNode.html" title="class in org.apache.velocity.runtime.parser.node">SimpleNode</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/runtime/parser/Parser.html" title="interface in org.apache.velocity.runtime.parser"><span class="typeNameLink">Parser</span></a> - Interface in <a href="org/apache/velocity/runtime/parser/package-summary.html">org.apache.velocity.runtime.parser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParserTokenManager.html#parser">parser</a></span> - Variable in class org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParserTokenManager.html" title="class in org.apache.velocity.runtime.parser">StandardParserTokenManager</a></dt>
<dd>
<div class="block">The parser.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeConstants.html#PARSER_CLASS">PARSER_CLASS</a></span> - Static variable in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeConstants.html" title="interface in org.apache.velocity.runtime">RuntimeConstants</a></dt>
<dd>
<div class="block">Property specifying the parser class to use</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeConstants.html#PARSER_HYPHEN_ALLOWED">PARSER_HYPHEN_ALLOWED</a></span> - Static variable in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeConstants.html" title="interface in org.apache.velocity.runtime">RuntimeConstants</a></dt>
<dd>
<div class="block">Allow hyphen in identifiers (backward compatibility option)</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeConstants.html#PARSER_POOL_CLASS">PARSER_POOL_CLASS</a></span> - Static variable in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeConstants.html" title="interface in org.apache.velocity.runtime">RuntimeConstants</a></dt>
<dd>
<div class="block">The <code>parser.pool.class</code> property specifies the name of the <a href="org/apache/velocity/util/SimplePool.html" title="class in org.apache.velocity.util"><code>SimplePool</code></a>
implementation to use.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeConstants.html#PARSER_POOL_SIZE">PARSER_POOL_SIZE</a></span> - Static variable in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeConstants.html" title="interface in org.apache.velocity.runtime">RuntimeConstants</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/runtime/ParserConfiguration.html" title="class in org.apache.velocity.runtime"><span class="typeNameLink">ParserConfiguration</span></a> - Class in <a href="org/apache/velocity/runtime/package-summary.html">org.apache.velocity.runtime</a></dt>
<dd>
<div class="block">Class gathering configured replacement characters for a specific parser class.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/ParserConfiguration.html#ParserConfiguration--">ParserConfiguration()</a></span> - Constructor for class org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/ParserConfiguration.html" title="class in org.apache.velocity.runtime">ParserConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/runtime/ParserPool.html" title="interface in org.apache.velocity.runtime"><span class="typeNameLink">ParserPool</span></a> - Interface in <a href="org/apache/velocity/runtime/package-summary.html">org.apache.velocity.runtime</a></dt>
<dd>
<div class="block">Provides instances of parsers as needed.</div>
</dd>
<dt><a href="org/apache/velocity/runtime/ParserPoolImpl.html" title="class in org.apache.velocity.runtime"><span class="typeNameLink">ParserPoolImpl</span></a> - Class in <a href="org/apache/velocity/runtime/package-summary.html">org.apache.velocity.runtime</a></dt>
<dd>
<div class="block">This wraps the original parser SimplePool class.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/ParserPoolImpl.html#ParserPoolImpl--">ParserPoolImpl()</a></span> - Constructor for class org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/ParserPoolImpl.html" title="class in org.apache.velocity.runtime">ParserPoolImpl</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/runtime/parser/node/ParserTreeConstants.html" title="interface in org.apache.velocity.runtime.parser.node"><span class="typeNameLink">ParserTreeConstants</span></a> - Interface in <a href="org/apache/velocity/runtime/parser/node/package-summary.html">org.apache.velocity.runtime.parser.node</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/runtime/parser/node/ParserVisitor.html" title="interface in org.apache.velocity.runtime.parser.node"><span class="typeNameLink">ParserVisitor</span></a> - Interface in <a href="org/apache/velocity/runtime/parser/node/package-summary.html">org.apache.velocity.runtime.parser.node</a></dt>
<dd>
<div class="block">Interface used in implementation of visitor pattern.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/JJTStandardParserState.html#peekNode--">peekNode()</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/JJTStandardParserState.html" title="class in org.apache.velocity.runtime.parser.node">JJTStandardParserState</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTAddNode.html#perform-java.lang.Number-java.lang.Number-org.apache.velocity.context.InternalContextAdapter-">perform(Number, Number, InternalContextAdapter)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTAddNode.html" title="class in org.apache.velocity.runtime.parser.node">ASTAddNode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTDivNode.html#perform-java.lang.Number-java.lang.Number-org.apache.velocity.context.InternalContextAdapter-">perform(Number, Number, InternalContextAdapter)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTDivNode.html" title="class in org.apache.velocity.runtime.parser.node">ASTDivNode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTMathNode.html#perform-java.lang.Number-java.lang.Number-org.apache.velocity.context.InternalContextAdapter-">perform(Number, Number, InternalContextAdapter)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTMathNode.html" title="class in org.apache.velocity.runtime.parser.node">ASTMathNode</a></dt>
<dd>
<div class="block">Performs the math operation represented by this node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTModNode.html#perform-java.lang.Number-java.lang.Number-org.apache.velocity.context.InternalContextAdapter-">perform(Number, Number, InternalContextAdapter)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTModNode.html" title="class in org.apache.velocity.runtime.parser.node">ASTModNode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTMulNode.html#perform-java.lang.Number-java.lang.Number-org.apache.velocity.context.InternalContextAdapter-">perform(Number, Number, InternalContextAdapter)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTMulNode.html" title="class in org.apache.velocity.runtime.parser.node">ASTMulNode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTSubtractNode.html#perform-java.lang.Number-java.lang.Number-org.apache.velocity.context.InternalContextAdapter-">perform(Number, Number, InternalContextAdapter)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTSubtractNode.html" title="class in org.apache.velocity.runtime.parser.node">ASTSubtractNode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParserConstants.html#PIPE">PIPE</a></span> - Static variable in interface org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParserConstants.html" title="interface in org.apache.velocity.runtime.parser">StandardParserConstants</a></dt>
<dd>
<div class="block">RegularExpression Id.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParserConstants.html#PLUS">PLUS</a></span> - Static variable in interface org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParserConstants.html" title="interface in org.apache.velocity.runtime.parser">StandardParserConstants</a></dt>
<dd>
<div class="block">RegularExpression Id.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/context/ChainedInternalContextAdapter.html#popCurrentMacroName--">popCurrentMacroName()</a></span> - Method in class org.apache.velocity.context.<a href="org/apache/velocity/context/ChainedInternalContextAdapter.html" title="class in org.apache.velocity.context">ChainedInternalContextAdapter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/context/InternalContextAdapterImpl.html#popCurrentMacroName--">popCurrentMacroName()</a></span> - Method in class org.apache.velocity.context.<a href="org/apache/velocity/context/InternalContextAdapterImpl.html" title="class in org.apache.velocity.context">InternalContextAdapterImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/context/ChainedInternalContextAdapter.html#popCurrentTemplateName--">popCurrentTemplateName()</a></span> - Method in class org.apache.velocity.context.<a href="org/apache/velocity/context/ChainedInternalContextAdapter.html" title="class in org.apache.velocity.context">ChainedInternalContextAdapter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/context/InternalContextAdapterImpl.html#popCurrentTemplateName--">popCurrentTemplateName()</a></span> - Method in class org.apache.velocity.context.<a href="org/apache/velocity/context/InternalContextAdapterImpl.html" title="class in org.apache.velocity.context">InternalContextAdapterImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/LogContext.html#popLogContext--">popLogContext()</a></span> - Method in class org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/LogContext.html" title="class in org.apache.velocity.runtime.parser">LogContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/JJTStandardParserState.html#popNode--">popNode()</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/JJTStandardParserState.html" title="class in org.apache.velocity.runtime.parser.node">JJTStandardParserState</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/spring/VelocityEngineFactory.html#postProcessVelocityEngine-org.apache.velocity.app.VelocityEngine-">postProcessVelocityEngine(VelocityEngine)</a></span> - Method in class org.apache.velocity.spring.<a href="org/apache/velocity/spring/VelocityEngineFactory.html" title="class in org.apache.velocity.spring">VelocityEngineFactory</a></dt>
<dd>
<div class="block">To be implemented by subclasses that want to perform custom
post-processing of the VelocityEngine after this FactoryBean
performed its default configuration (but before VelocityEngine.init).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/Directive.html#postRender-org.apache.velocity.context.InternalContextAdapter-">postRender(InternalContextAdapter)</a></span> - Method in class org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/Directive.html" title="class in org.apache.velocity.runtime.directive">Directive</a></dt>
<dd>
<div class="block">This cleans up any scope control for this directive after rendering,
assuming the scope control was turned on.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParserConstants.html#PRE_DIRECTIVE">PRE_DIRECTIVE</a></span> - Static variable in interface org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParserConstants.html" title="interface in org.apache.velocity.runtime.parser">StandardParserConstants</a></dt>
<dd>
<div class="block">Lexical state.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParserConstants.html#PRE_OLD_REFERENCE">PRE_OLD_REFERENCE</a></span> - Static variable in interface org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParserConstants.html" title="interface in org.apache.velocity.runtime.parser">StandardParserConstants</a></dt>
<dd>
<div class="block">Lexical state.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParserConstants.html#PRE_REFERENCE">PRE_REFERENCE</a></span> - Static variable in interface org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParserConstants.html" title="interface in org.apache.velocity.runtime.parser">StandardParserConstants</a></dt>
<dd>
<div class="block">Lexical state.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/loader/DataSourceResourceLoader.html#prepareStatement-java.sql.Connection-java.lang.String-java.lang.String-java.lang.String-">prepareStatement(Connection, String, String, String)</a></span> - Method in class org.apache.velocity.runtime.resource.loader.<a href="org/apache/velocity/runtime/resource/loader/DataSourceResourceLoader.html" title="class in org.apache.velocity.runtime.resource.loader">DataSourceResourceLoader</a></dt>
<dd>
<div class="block">Creates the following PreparedStatement query :
<br>
SELECT <i>columnNames</i> FROM <i>tableName</i> WHERE <i>keyColumn</i>
= '<i>templateName</i>'
<br>
where <i>keyColumn</i> is a class member set in init()</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/Directive.html#preRender-org.apache.velocity.context.InternalContextAdapter-">preRender(InternalContextAdapter)</a></span> - Method in class org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/Directive.html" title="class in org.apache.velocity.runtime.directive">Directive</a></dt>
<dd>
<div class="block">This creates and places the scope control for this directive
into the context (if scope provision is turned on).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTIntegerRange.IntegerRange.RangeIterator.html#previous--">previous()</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTIntegerRange.IntegerRange.RangeIterator.html" title="class in org.apache.velocity.runtime.parser.node">ASTIntegerRange.IntegerRange.RangeIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTIntegerRange.IntegerRange.RangeIterator.html#previousIndex--">previousIndex()</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTIntegerRange.IntegerRange.RangeIterator.html" title="class in org.apache.velocity.runtime.parser.node">ASTIntegerRange.IntegerRange.RangeIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParser.html#PrimaryExpression--">PrimaryExpression()</a></span> - Method in class org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParser.html" title="class in org.apache.velocity.runtime.parser">StandardParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTReference.html#printClass-java.lang.Class-">printClass(Class&lt;?&gt;)</a></span> - Static method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTReference.html" title="class in org.apache.velocity.runtime.parser.node">ASTReference</a></dt>
<dd>
<div class="block">Utility class to handle nulls when printing a class type</div>
</dd>
<dt><a href="org/apache/velocity/app/event/implement/PrintExceptions.html" title="class in org.apache.velocity.app.event.implement"><span class="typeNameLink">PrintExceptions</span></a> - Class in <a href="org/apache/velocity/app/event/implement/package-summary.html">org.apache.velocity.app.event.implement</a></dt>
<dd>
<div class="block">Simple event handler that renders method exceptions in the page
rather than throwing the exception.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/app/event/implement/PrintExceptions.html#PrintExceptions--">PrintExceptions()</a></span> - Constructor for class org.apache.velocity.app.event.implement.<a href="org/apache/velocity/app/event/implement/PrintExceptions.html" title="class in org.apache.velocity.app.event.implement">PrintExceptions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTIfStatement.html#process-org.apache.velocity.context.InternalContextAdapter-org.apache.velocity.runtime.parser.node.ParserVisitor-">process(InternalContextAdapter, ParserVisitor)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTIfStatement.html" title="class in org.apache.velocity.runtime.parser.node">ASTIfStatement</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParser.html#process--">process()</a></span> - Method in class org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParser.html" title="class in org.apache.velocity.runtime.parser">StandardParser</a></dt>
<dd>
<div class="block">This method is what starts the whole parsing
process.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/ContentResource.html#process--">process()</a></span> - Method in class org.apache.velocity.runtime.resource.<a href="org/apache/velocity/runtime/resource/ContentResource.html" title="class in org.apache.velocity.runtime.resource">ContentResource</a></dt>
<dd>
<div class="block">Pull in static content and store it.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/Resource.html#process--">process()</a></span> - Method in class org.apache.velocity.runtime.resource.<a href="org/apache/velocity/runtime/resource/Resource.html" title="class in org.apache.velocity.runtime.resource">Resource</a></dt>
<dd>
<div class="block">Perform any subsequent processing that might need
to be done by a resource.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/Template.html#process--">process()</a></span> - Method in class org.apache.velocity.<a href="org/apache/velocity/Template.html" title="class in org.apache.velocity">Template</a></dt>
<dd>
<div class="block">gets the named resource as a stream, parses and inits</div>
</dd>
<dt><a href="org/apache/velocity/runtime/parser/node/PropertyExecutor.html" title="class in org.apache.velocity.runtime.parser.node"><span class="typeNameLink">PropertyExecutor</span></a> - Class in <a href="org/apache/velocity/runtime/parser/node/package-summary.html">org.apache.velocity.runtime.parser.node</a></dt>
<dd>
<div class="block">Returned the value of object property when executed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/PropertyExecutor.html#PropertyExecutor-org.slf4j.Logger-org.apache.velocity.util.introspection.Introspector-java.lang.Class-java.lang.String-">PropertyExecutor(Logger, Introspector, Class&lt;?&gt;, String)</a></span> - Constructor for class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/PropertyExecutor.html" title="class in org.apache.velocity.runtime.parser.node">PropertyExecutor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/PropertyExecutor.html#PropertyExecutor-org.slf4j.Logger-org.apache.velocity.util.introspection.Introspector-java.lang.Class-java.lang.String-boolean-">PropertyExecutor(Logger, Introspector, Class&lt;?&gt;, String, boolean)</a></span> - Constructor for class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/PropertyExecutor.html" title="class in org.apache.velocity.runtime.parser.node">PropertyExecutor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeConstants.html#PROVIDE_SCOPE_CONTROL">PROVIDE_SCOPE_CONTROL</a></span> - Static variable in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeConstants.html" title="interface in org.apache.velocity.runtime">RuntimeConstants</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">use <code>context.scope_control.&lt;scope_name&gt; = true/false</code></span></div>
</div>
</dd>
<dt><a href="org/apache/velocity/runtime/parser/node/PublicFieldExecutor.html" title="class in org.apache.velocity.runtime.parser.node"><span class="typeNameLink">PublicFieldExecutor</span></a> - Class in <a href="org/apache/velocity/runtime/parser/node/package-summary.html">org.apache.velocity.runtime.parser.node</a></dt>
<dd>
<div class="block">Returns the value of a public field when executed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/PublicFieldExecutor.html#PublicFieldExecutor-org.slf4j.Logger-org.apache.velocity.util.introspection.Introspector-java.lang.Class-java.lang.String-">PublicFieldExecutor(Logger, Introspector, Class&lt;?&gt;, String)</a></span> - Constructor for class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/PublicFieldExecutor.html" title="class in org.apache.velocity.runtime.parser.node">PublicFieldExecutor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/context/ChainedInternalContextAdapter.html#pushCurrentMacroName-java.lang.String-">pushCurrentMacroName(String)</a></span> - Method in class org.apache.velocity.context.<a href="org/apache/velocity/context/ChainedInternalContextAdapter.html" title="class in org.apache.velocity.context">ChainedInternalContextAdapter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/context/InternalContextAdapterImpl.html#pushCurrentMacroName-java.lang.String-">pushCurrentMacroName(String)</a></span> - Method in class org.apache.velocity.context.<a href="org/apache/velocity/context/InternalContextAdapterImpl.html" title="class in org.apache.velocity.context">InternalContextAdapterImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/context/ChainedInternalContextAdapter.html#pushCurrentTemplateName-java.lang.String-">pushCurrentTemplateName(String)</a></span> - Method in class org.apache.velocity.context.<a href="org/apache/velocity/context/ChainedInternalContextAdapter.html" title="class in org.apache.velocity.context">ChainedInternalContextAdapter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/context/InternalContextAdapterImpl.html#pushCurrentTemplateName-java.lang.String-">pushCurrentTemplateName(String)</a></span> - Method in class org.apache.velocity.context.<a href="org/apache/velocity/context/InternalContextAdapterImpl.html" title="class in org.apache.velocity.context">InternalContextAdapterImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/LogContext.html#pushLogContext-org.apache.velocity.runtime.parser.node.SimpleNode-org.apache.velocity.util.introspection.Info-">pushLogContext(SimpleNode, Info)</a></span> - Method in class org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/LogContext.html" title="class in org.apache.velocity.runtime.parser">LogContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/JJTStandardParserState.html#pushNode-org.apache.velocity.runtime.parser.node.Node-">pushNode(Node)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/JJTStandardParserState.html" title="class in org.apache.velocity.runtime.parser.node">JJTStandardParserState</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/context/AbstractContext.html#put-java.lang.String-java.lang.Object-">put(String, Object)</a></span> - Method in class org.apache.velocity.context.<a href="org/apache/velocity/context/AbstractContext.html" title="class in org.apache.velocity.context">AbstractContext</a></dt>
<dd>
<div class="block">Adds a name/value pair to the context.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/context/ChainedInternalContextAdapter.html#put-java.lang.String-java.lang.Object-">put(String, Object)</a></span> - Method in class org.apache.velocity.context.<a href="org/apache/velocity/context/ChainedInternalContextAdapter.html" title="class in org.apache.velocity.context">ChainedInternalContextAdapter</a></dt>
<dd>
<div class="block">Put method also stores values in parent context</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/context/Context.html#put-java.lang.String-java.lang.Object-">put(String, Object)</a></span> - Method in interface org.apache.velocity.context.<a href="org/apache/velocity/context/Context.html" title="interface in org.apache.velocity.context">Context</a></dt>
<dd>
<div class="block">Adds a name/value pair to the context.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/context/InternalContextAdapterImpl.html#put-java.lang.String-java.lang.Object-">put(String, Object)</a></span> - Method in class org.apache.velocity.context.<a href="org/apache/velocity/context/InternalContextAdapterImpl.html" title="class in org.apache.velocity.context">InternalContextAdapterImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/context/InternalWrapperContext.html#put-java.lang.String-java.lang.Object-">put(String, Object)</a></span> - Method in interface org.apache.velocity.context.<a href="org/apache/velocity/context/InternalWrapperContext.html" title="interface in org.apache.velocity.context">InternalWrapperContext</a></dt>
<dd>
<div class="block">Place a key value pair into the context.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/Foreach.html#put-org.apache.velocity.context.InternalContextAdapter-java.lang.String-java.lang.Object-">put(InternalContextAdapter, String, Object)</a></span> - Method in class org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/Foreach.html" title="class in org.apache.velocity.runtime.directive">Foreach</a></dt>
<dd>
<div class="block">Extension hook to allow subclasses to control whether loop vars
are set locally or not.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/Scope.html#put-java.lang.Object-java.lang.Object-">put(Object, Object)</a></span> - Method in class org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/Scope.html" title="class in org.apache.velocity.runtime.directive">Scope</a></dt>
<dd>
<div class="block">setter</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/ParserPool.html#put-org.apache.velocity.runtime.parser.Parser-">put(Parser)</a></span> - Method in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/ParserPool.html" title="interface in org.apache.velocity.runtime">ParserPool</a></dt>
<dd>
<div class="block">Return the parser to the pool so that it may be reused.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/ParserPoolImpl.html#put-org.apache.velocity.runtime.parser.Parser-">put(Parser)</a></span> - Method in class org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/ParserPoolImpl.html" title="class in org.apache.velocity.runtime">ParserPoolImpl</a></dt>
<dd>
<div class="block">Call the wrapped pool.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/ResourceCache.html#put-java.lang.Object-org.apache.velocity.runtime.resource.Resource-">put(Object, Resource)</a></span> - Method in interface org.apache.velocity.runtime.resource.<a href="org/apache/velocity/runtime/resource/ResourceCache.html" title="interface in org.apache.velocity.runtime.resource">ResourceCache</a></dt>
<dd>
<div class="block">stores a Resource in the cache</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/ResourceCacheImpl.html#put-java.lang.Object-org.apache.velocity.runtime.resource.Resource-">put(Object, Resource)</a></span> - Method in class org.apache.velocity.runtime.resource.<a href="org/apache/velocity/runtime/resource/ResourceCacheImpl.html" title="class in org.apache.velocity.runtime.resource">ResourceCacheImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/DeprecationAwareExtProperties.html#put-java.lang.String-java.lang.Object-">put(String, Object)</a></span> - Method in class org.apache.velocity.util.<a href="org/apache/velocity/util/DeprecationAwareExtProperties.html" title="class in org.apache.velocity.util">DeprecationAwareExtProperties</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Property setter which checks deprecated property keys</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/introspection/IntrospectorCache.html#put-java.lang.Class-">put(Class&lt;?&gt;)</a></span> - Method in class org.apache.velocity.util.introspection.<a href="org/apache/velocity/util/introspection/IntrospectorCache.html" title="class in org.apache.velocity.util.introspection">IntrospectorCache</a></dt>
<dd>
<div class="block">Creates a class map for specific class and registers it in the
cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/SimplePool.html#put-java.lang.Object-">put(Object)</a></span> - Method in class org.apache.velocity.util.<a href="org/apache/velocity/util/SimplePool.html" title="class in org.apache.velocity.util">SimplePool</a></dt>
<dd>
<div class="block">Add the object to the pool, silent nothing if the pool is full</div>
</dd>
<dt><a href="org/apache/velocity/runtime/parser/node/PutExecutor.html" title="class in org.apache.velocity.runtime.parser.node"><span class="typeNameLink">PutExecutor</span></a> - Class in <a href="org/apache/velocity/runtime/parser/node/package-summary.html">org.apache.velocity.runtime.parser.node</a></dt>
<dd>
<div class="block">Executor that simply tries to execute a put(key, value)
operation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/PutExecutor.html#PutExecutor-org.slf4j.Logger-org.apache.velocity.util.introspection.Introspector-java.lang.Class-java.lang.Object-java.lang.String-">PutExecutor(Logger, Introspector, Class&lt;?&gt;, Object, String)</a></span> - Constructor for class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/PutExecutor.html" title="class in org.apache.velocity.runtime.parser.node">PutExecutor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/util/StringResourceRepository.html#putStringResource-java.lang.String-java.lang.String-">putStringResource(String, String)</a></span> - Method in interface org.apache.velocity.runtime.resource.util.<a href="org/apache/velocity/runtime/resource/util/StringResourceRepository.html" title="interface in org.apache.velocity.runtime.resource.util">StringResourceRepository</a></dt>
<dd>
<div class="block">add a string resource with given key.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/util/StringResourceRepository.html#putStringResource-java.lang.String-java.lang.String-java.lang.String-">putStringResource(String, String, String)</a></span> - Method in interface org.apache.velocity.runtime.resource.util.<a href="org/apache/velocity/runtime/resource/util/StringResourceRepository.html" title="interface in org.apache.velocity.runtime.resource.util">StringResourceRepository</a></dt>
<dd>
<div class="block">add a string resource with given key.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/util/StringResourceRepositoryImpl.html#putStringResource-java.lang.String-java.lang.String-">putStringResource(String, String)</a></span> - Method in class org.apache.velocity.runtime.resource.util.<a href="org/apache/velocity/runtime/resource/util/StringResourceRepositoryImpl.html" title="class in org.apache.velocity.runtime.resource.util">StringResourceRepositoryImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/util/StringResourceRepositoryImpl.html#putStringResource-java.lang.String-java.lang.String-java.lang.String-">putStringResource(String, String, String)</a></span> - Method in class org.apache.velocity.runtime.resource.util.<a href="org/apache/velocity/runtime/resource/util/StringResourceRepositoryImpl.html" title="class in org.apache.velocity.runtime.resource.util">StringResourceRepositoryImpl</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:R">
<!-- -->
</a>
<h2 class="title">R</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTIntegerRange.IntegerRange.RangeIterator.html#RangeIterator--">RangeIterator()</a></span> - Constructor for class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTIntegerRange.IntegerRange.RangeIterator.html" title="class in org.apache.velocity.runtime.parser.node">ASTIntegerRange.IntegerRange.RangeIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTIntegerRange.IntegerRange.RangeIterator.html#RangeIterator-int-">RangeIterator(int)</a></span> - Constructor for class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTIntegerRange.IntegerRange.RangeIterator.html" title="class in org.apache.velocity.runtime.parser.node">ASTIntegerRange.IntegerRange.RangeIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParserConstants.html#RBRACKET">RBRACKET</a></span> - Static variable in interface org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParserConstants.html" title="interface in org.apache.velocity.runtime.parser">StandardParserConstants</a></dt>
<dd>
<div class="block">RegularExpression Id.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParserConstants.html#RCURLY">RCURLY</a></span> - Static variable in interface org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParserConstants.html" title="interface in org.apache.velocity.runtime.parser">StandardParserConstants</a></dt>
<dd>
<div class="block">RegularExpression Id.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/io/UnicodeInputStream.html#read--">read()</a></span> - Method in class org.apache.velocity.io.<a href="org/apache/velocity/io/UnicodeInputStream.html" title="class in org.apache.velocity.io">UnicodeInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/io/UnicodeInputStream.html#read-byte:A-">read(byte[])</a></span> - Method in class org.apache.velocity.io.<a href="org/apache/velocity/io/UnicodeInputStream.html" title="class in org.apache.velocity.io">UnicodeInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/io/UnicodeInputStream.html#read-byte:A-int-int-">read(byte[], int, int)</a></span> - Method in class org.apache.velocity.io.<a href="org/apache/velocity/io/UnicodeInputStream.html" title="class in org.apache.velocity.io">UnicodeInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/CharStream.html#readChar--">readChar()</a></span> - Method in interface org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/CharStream.html" title="interface in org.apache.velocity.runtime.parser">CharStream</a></dt>
<dd>
<div class="block">Returns the next character from the selected input.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/VelocityCharStream.html#readChar--">readChar()</a></span> - Method in class org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/VelocityCharStream.html" title="class in org.apache.velocity.runtime.parser">VelocityCharStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/io/UnicodeInputStream.html#readEncoding--">readEncoding()</a></span> - Method in class org.apache.velocity.io.<a href="org/apache/velocity/io/UnicodeInputStream.html" title="class in org.apache.velocity.io">UnicodeInputStream</a></dt>
<dd>
<div class="block">This method gets the encoding from the stream contents if a BOM exists.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/io/VelocityWriter.html#recycle-java.io.Writer-">recycle(Writer)</a></span> - Method in class org.apache.velocity.io.<a href="org/apache/velocity/io/VelocityWriter.html" title="class in org.apache.velocity.io">VelocityWriter</a></dt>
<dd>
<div class="block">resets this class so that it can be reused</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/Block.Reference.html#Reference-org.apache.velocity.context.InternalContextAdapter-org.apache.velocity.runtime.directive.Block-">Reference(InternalContextAdapter, Block)</a></span> - Constructor for class org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/Block.Reference.html" title="class in org.apache.velocity.runtime.directive">Block.Reference</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParser.html#Reference--">Reference()</a></span> - Method in class org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParser.html" title="class in org.apache.velocity.runtime.parser">StandardParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParserConstants.html#REFERENCE">REFERENCE</a></span> - Static variable in interface org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParserConstants.html" title="interface in org.apache.velocity.runtime.parser">StandardParserConstants</a></dt>
<dd>
<div class="block">Lexical state.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParserConstants.html#REFERENCE_TERMINATOR">REFERENCE_TERMINATOR</a></span> - Static variable in interface org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParserConstants.html" title="interface in org.apache.velocity.runtime.parser">StandardParserConstants</a></dt>
<dd>
<div class="block">RegularExpression Id.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/app/event/EventCartridge.html#referenceInsert-org.apache.velocity.context.InternalContextAdapter-java.lang.String-java.lang.Object-">referenceInsert(InternalContextAdapter, String, Object)</a></span> - Method in class org.apache.velocity.app.event.<a href="org/apache/velocity/app/event/EventCartridge.html" title="class in org.apache.velocity.app.event">EventCartridge</a></dt>
<dd>
<div class="block">Call reference insertion handlers</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/app/event/EventHandlerUtil.html#referenceInsert-org.apache.velocity.runtime.RuntimeServices-org.apache.velocity.context.InternalContextAdapter-java.lang.String-java.lang.Object-">referenceInsert(RuntimeServices, InternalContextAdapter, String, Object)</a></span> - Static method in class org.apache.velocity.app.event.<a href="org/apache/velocity/app/event/EventHandlerUtil.html" title="class in org.apache.velocity.app.event">EventHandlerUtil</a></dt>
<dd>
<div class="block">Called before a reference is inserted.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/app/event/implement/EscapeReference.html#referenceInsert-org.apache.velocity.context.Context-java.lang.String-java.lang.Object-">referenceInsert(Context, String, Object)</a></span> - Method in class org.apache.velocity.app.event.implement.<a href="org/apache/velocity/app/event/implement/EscapeReference.html" title="class in org.apache.velocity.app.event.implement">EscapeReference</a></dt>
<dd>
<div class="block">Escape the provided text if it matches the configured regular expression.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/app/event/ReferenceInsertionEventHandler.html#referenceInsert-org.apache.velocity.context.Context-java.lang.String-java.lang.Object-">referenceInsert(Context, String, Object)</a></span> - Method in interface org.apache.velocity.app.event.<a href="org/apache/velocity/app/event/ReferenceInsertionEventHandler.html" title="interface in org.apache.velocity.app.event">ReferenceInsertionEventHandler</a></dt>
<dd>
<div class="block">A call-back which is executed during Velocity merge before a reference
value is inserted into the output stream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/example/EventExample.html#referenceInsert-org.apache.velocity.context.Context-java.lang.String-java.lang.Object-">referenceInsert(Context, String, Object)</a></span> - Method in class org.apache.velocity.example.<a href="org/apache/velocity/example/EventExample.html" title="class in org.apache.velocity.example">EventExample</a></dt>
<dd>
<div class="block">Event handler for when a reference is inserted into the output stream.</div>
</dd>
<dt><a href="org/apache/velocity/app/event/ReferenceInsertionEventHandler.html" title="interface in org.apache.velocity.app.event"><span class="typeNameLink">ReferenceInsertionEventHandler</span></a> - Interface in <a href="org/apache/velocity/app/event/package-summary.html">org.apache.velocity.app.event</a></dt>
<dd>
<div class="block">Reference 'Stream insertion' event handler.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParserConstants.html#REFINDEX">REFINDEX</a></span> - Static variable in interface org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParserConstants.html" title="interface in org.apache.velocity.runtime.parser">StandardParserConstants</a></dt>
<dd>
<div class="block">Lexical state.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParserConstants.html#REFMOD">REFMOD</a></span> - Static variable in interface org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParserConstants.html" title="interface in org.apache.velocity.runtime.parser">StandardParserConstants</a></dt>
<dd>
<div class="block">Lexical state.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParserConstants.html#REFMOD2">REFMOD2</a></span> - Static variable in interface org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParserConstants.html" title="interface in org.apache.velocity.runtime.parser">StandardParserConstants</a></dt>
<dd>
<div class="block">Lexical state.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParserConstants.html#REFMOD2_RPAREN">REFMOD2_RPAREN</a></span> - Static variable in interface org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParserConstants.html" title="interface in org.apache.velocity.runtime.parser">StandardParserConstants</a></dt>
<dd>
<div class="block">RegularExpression Id.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParserConstants.html#REFMOD3">REFMOD3</a></span> - Static variable in interface org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParserConstants.html" title="interface in org.apache.velocity.runtime.parser">StandardParserConstants</a></dt>
<dd>
<div class="block">Lexical state.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParserConstants.html#REFMODIFIER">REFMODIFIER</a></span> - Static variable in interface org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParserConstants.html" title="interface in org.apache.velocity.runtime.parser">StandardParserConstants</a></dt>
<dd>
<div class="block">Lexical state.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/ResourceManagerImpl.html#refreshResource-org.apache.velocity.runtime.resource.Resource-java.lang.String-">refreshResource(Resource, String)</a></span> - Method in class org.apache.velocity.runtime.resource.<a href="org/apache/velocity/runtime/resource/ResourceManagerImpl.html" title="class in org.apache.velocity.runtime.resource">ResourceManagerImpl</a></dt>
<dd>
<div class="block">Takes an existing resource, and 'refreshes' it.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/Parser.html#ReInit-org.apache.velocity.runtime.parser.CharStream-">ReInit(CharStream)</a></span> - Method in interface org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/Parser.html" title="interface in org.apache.velocity.runtime.parser">Parser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParser.html#ReInit-org.apache.velocity.runtime.parser.CharStream-">ReInit(CharStream)</a></span> - Method in class org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParser.html" title="class in org.apache.velocity.runtime.parser">StandardParser</a></dt>
<dd>
<div class="block">Reinitialise.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParser.html#ReInit-org.apache.velocity.runtime.parser.StandardParserTokenManager-">ReInit(StandardParserTokenManager)</a></span> - Method in class org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParser.html" title="class in org.apache.velocity.runtime.parser">StandardParser</a></dt>
<dd>
<div class="block">Reinitialise.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParserTokenManager.html#ReInit-org.apache.velocity.runtime.parser.CharStream-">ReInit(CharStream)</a></span> - Method in class org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParserTokenManager.html" title="class in org.apache.velocity.runtime.parser">StandardParserTokenManager</a></dt>
<dd>
<div class="block">Reinitialise parser.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParserTokenManager.html#ReInit-org.apache.velocity.runtime.parser.CharStream-int-">ReInit(CharStream, int)</a></span> - Method in class org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParserTokenManager.html" title="class in org.apache.velocity.runtime.parser">StandardParserTokenManager</a></dt>
<dd>
<div class="block">Reinitialise parser.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/VelocityCharStream.html#ReInit-java.io.Reader-int-int-int-">ReInit(Reader, int, int, int)</a></span> - Method in class org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/VelocityCharStream.html" title="class in org.apache.velocity.runtime.parser">VelocityCharStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/VelocityCharStream.html#ReInit-java.io.Reader-int-int-">ReInit(Reader, int, int)</a></span> - Method in class org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/VelocityCharStream.html" title="class in org.apache.velocity.runtime.parser">VelocityCharStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/VelocityCharStream.html#ReInit-java.io.InputStream-int-int-int-">ReInit(InputStream, int, int, int)</a></span> - Method in class org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/VelocityCharStream.html" title="class in org.apache.velocity.runtime.parser">VelocityCharStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/VelocityCharStream.html#ReInit-java.io.InputStream-int-int-">ReInit(InputStream, int, int)</a></span> - Method in class org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/VelocityCharStream.html" title="class in org.apache.velocity.runtime.parser">VelocityCharStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParser.html#RelationalExpression--">RelationalExpression()</a></span> - Method in class org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParser.html" title="class in org.apache.velocity.runtime.parser">StandardParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/context/AbstractContext.html#remove-java.lang.String-">remove(String)</a></span> - Method in class org.apache.velocity.context.<a href="org/apache/velocity/context/AbstractContext.html" title="class in org.apache.velocity.context">AbstractContext</a></dt>
<dd>
<div class="block">Removes the value associated with the specified key from the context.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/context/ChainedInternalContextAdapter.html#remove-java.lang.String-">remove(String)</a></span> - Method in class org.apache.velocity.context.<a href="org/apache/velocity/context/ChainedInternalContextAdapter.html" title="class in org.apache.velocity.context">ChainedInternalContextAdapter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/context/Context.html#remove-java.lang.String-">remove(String)</a></span> - Method in interface org.apache.velocity.context.<a href="org/apache/velocity/context/Context.html" title="interface in org.apache.velocity.context">Context</a></dt>
<dd>
<div class="block">Removes the value associated with the specified key from the context.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/context/InternalContextAdapterImpl.html#remove-java.lang.String-">remove(String)</a></span> - Method in class org.apache.velocity.context.<a href="org/apache/velocity/context/InternalContextAdapterImpl.html" title="class in org.apache.velocity.context">InternalContextAdapterImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTIntegerRange.IntegerRange.RangeIterator.html#remove--">remove()</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTIntegerRange.IntegerRange.RangeIterator.html" title="class in org.apache.velocity.runtime.parser.node">ASTIntegerRange.IntegerRange.RangeIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/ResourceCache.html#remove-java.lang.Object-">remove(Object)</a></span> - Method in interface org.apache.velocity.runtime.resource.<a href="org/apache/velocity/runtime/resource/ResourceCache.html" title="interface in org.apache.velocity.runtime.resource">ResourceCache</a></dt>
<dd>
<div class="block">removes a Resource from the cache</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/ResourceCacheImpl.html#remove-java.lang.Object-">remove(Object)</a></span> - Method in class org.apache.velocity.runtime.resource.<a href="org/apache/velocity/runtime/resource/ResourceCacheImpl.html" title="class in org.apache.velocity.runtime.resource">ResourceCacheImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/ArrayIterator.html#remove--">remove()</a></span> - Method in class org.apache.velocity.util.<a href="org/apache/velocity/util/ArrayIterator.html" title="class in org.apache.velocity.util">ArrayIterator</a></dt>
<dd>
<div class="block">No op--merely added to satisfy the <code>Iterator</code> interface.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/EnumerationIterator.html#remove--">remove()</a></span> - Method in class org.apache.velocity.util.<a href="org/apache/velocity/util/EnumerationIterator.html" title="class in org.apache.velocity.util">EnumerationIterator</a></dt>
<dd>
<div class="block">Unimplemented.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/app/Velocity.html#removeDirective-java.lang.String-">removeDirective(String)</a></span> - Method in class org.apache.velocity.app.<a href="org/apache/velocity/app/Velocity.html" title="class in org.apache.velocity.app">Velocity</a></dt>
<dd>
<div class="block">Remove a directive.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/app/VelocityEngine.html#removeDirective-java.lang.String-">removeDirective(String)</a></span> - Method in class org.apache.velocity.app.<a href="org/apache/velocity/app/VelocityEngine.html" title="class in org.apache.velocity.app">VelocityEngine</a></dt>
<dd>
<div class="block">Remove a directive.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeInstance.html#removeDirective-java.lang.String-">removeDirective(String)</a></span> - Method in class org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeInstance.html" title="class in org.apache.velocity.runtime">RuntimeInstance</a></dt>
<dd>
<div class="block">Remove a directive.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeSingleton.html#removeDirective-java.lang.String-">removeDirective(String)</a></span> - Static method in class org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeSingleton.html" title="class in org.apache.velocity.runtime">RuntimeSingleton</a></dt>
<dd>
<div class="block">Remove a directive.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/app/event/EventCartridge.html#removeEventHandler-org.apache.velocity.app.event.EventHandler-">removeEventHandler(EventHandler)</a></span> - Method in class org.apache.velocity.app.event.<a href="org/apache/velocity/app/event/EventCartridge.html" title="class in org.apache.velocity.app.event">EventCartridge</a></dt>
<dd>
<div class="block">Removes an event handler(s) from the Cartridge.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/loader/StringResourceLoader.html#removeRepository-java.lang.String-">removeRepository(String)</a></span> - Static method in class org.apache.velocity.runtime.resource.loader.<a href="org/apache/velocity/runtime/resource/loader/StringResourceLoader.html" title="class in org.apache.velocity.runtime.resource.loader">StringResourceLoader</a></dt>
<dd>
<div class="block">Removes the <a href="org/apache/velocity/runtime/resource/util/StringResourceRepository.html" title="interface in org.apache.velocity.runtime.resource.util"><code>StringResourceRepository</code></a> stored under the specified
name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/util/StringResourceRepository.html#removeStringResource-java.lang.String-">removeStringResource(String)</a></span> - Method in interface org.apache.velocity.runtime.resource.util.<a href="org/apache/velocity/runtime/resource/util/StringResourceRepository.html" title="interface in org.apache.velocity.runtime.resource.util">StringResourceRepository</a></dt>
<dd>
<div class="block">delete a string resource with given key.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/util/StringResourceRepositoryImpl.html#removeStringResource-java.lang.String-">removeStringResource(String)</a></span> - Method in class org.apache.velocity.runtime.resource.util.<a href="org/apache/velocity/runtime/resource/util/StringResourceRepositoryImpl.html" title="class in org.apache.velocity.runtime.resource.util">StringResourceRepositoryImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/Block.Reference.html#render-org.apache.velocity.context.InternalContextAdapter-java.io.Writer-">render(InternalContextAdapter, Writer)</a></span> - Method in class org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/Block.Reference.html" title="class in org.apache.velocity.runtime.directive">Block.Reference</a></dt>
<dd>
<div class="block">Render the AST of this block into the writer using the context.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/Block.html#render-org.apache.velocity.context.InternalContextAdapter-java.io.Writer-">render(InternalContextAdapter, Writer)</a></span> - Method in class org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/Block.html" title="class in org.apache.velocity.runtime.directive">Block</a></dt>
<dd>
<div class="block">renders block directive</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/BlockMacro.html#render-org.apache.velocity.context.InternalContextAdapter-java.io.Writer-org.apache.velocity.runtime.parser.node.Node-">render(InternalContextAdapter, Writer, Node)</a></span> - Method in class org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/BlockMacro.html" title="class in org.apache.velocity.runtime.directive">BlockMacro</a></dt>
<dd>
<div class="block">Renders content using the selected macro and the passed AST body.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/Break.html#render-org.apache.velocity.context.InternalContextAdapter-java.io.Writer-org.apache.velocity.runtime.parser.node.Node-">render(InternalContextAdapter, Writer, Node)</a></span> - Method in class org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/Break.html" title="class in org.apache.velocity.runtime.directive">Break</a></dt>
<dd>
<div class="block">This directive throws a StopCommand which signals either
the nearest Scope or the specified scope to stop rendering
its content.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/contrib/For.html#render-org.apache.velocity.context.InternalContextAdapter-java.io.Writer-org.apache.velocity.runtime.parser.node.Node-">render(InternalContextAdapter, Writer, Node)</a></span> - Method in class org.apache.velocity.runtime.directive.contrib.<a href="org/apache/velocity/runtime/directive/contrib/For.html" title="class in org.apache.velocity.runtime.directive.contrib">For</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/Define.html#render-org.apache.velocity.context.InternalContextAdapter-java.io.Writer-org.apache.velocity.runtime.parser.node.Node-">render(InternalContextAdapter, Writer, Node)</a></span> - Method in class org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/Define.html" title="class in org.apache.velocity.runtime.directive">Define</a></dt>
<dd>
<div class="block">directive.render() simply makes an instance of the Block inner class
and places it into the context as indicated.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/Directive.html#render-org.apache.velocity.context.InternalContextAdapter-java.io.Writer-org.apache.velocity.runtime.parser.node.Node-">render(InternalContextAdapter, Writer, Node)</a></span> - Method in class org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/Directive.html" title="class in org.apache.velocity.runtime.directive">Directive</a></dt>
<dd>
<div class="block">How this directive is to be rendered</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/Evaluate.html#render-org.apache.velocity.context.InternalContextAdapter-java.io.Writer-org.apache.velocity.runtime.parser.node.Node-">render(InternalContextAdapter, Writer, Node)</a></span> - Method in class org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/Evaluate.html" title="class in org.apache.velocity.runtime.directive">Evaluate</a></dt>
<dd>
<div class="block">Evaluate the argument, convert to a String, and evaluate again
(with the same context).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/Foreach.html#render-org.apache.velocity.context.InternalContextAdapter-java.io.Writer-org.apache.velocity.runtime.parser.node.Node-">render(InternalContextAdapter, Writer, Node)</a></span> - Method in class org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/Foreach.html" title="class in org.apache.velocity.runtime.directive">Foreach</a></dt>
<dd>
<div class="block">renders the #foreach() block</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/Include.html#render-org.apache.velocity.context.InternalContextAdapter-java.io.Writer-org.apache.velocity.runtime.parser.node.Node-">render(InternalContextAdapter, Writer, Node)</a></span> - Method in class org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/Include.html" title="class in org.apache.velocity.runtime.directive">Include</a></dt>
<dd>
<div class="block">iterates through the argument list and renders every
argument that is appropriate.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/Macro.html#render-org.apache.velocity.context.InternalContextAdapter-java.io.Writer-org.apache.velocity.runtime.parser.node.Node-">render(InternalContextAdapter, Writer, Node)</a></span> - Method in class org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/Macro.html" title="class in org.apache.velocity.runtime.directive">Macro</a></dt>
<dd>
<div class="block">render() doesn't do anything in the final output rendering.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/Parse.html#render-org.apache.velocity.context.InternalContextAdapter-java.io.Writer-org.apache.velocity.runtime.parser.node.Node-">render(InternalContextAdapter, Writer, Node)</a></span> - Method in class org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/Parse.html" title="class in org.apache.velocity.runtime.directive">Parse</a></dt>
<dd>
<div class="block">iterates through the argument list and renders every
argument that is appropriate.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/RuntimeMacro.html#render-org.apache.velocity.context.InternalContextAdapter-java.io.Writer-org.apache.velocity.runtime.parser.node.Node-">render(InternalContextAdapter, Writer, Node)</a></span> - Method in class org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/RuntimeMacro.html" title="class in org.apache.velocity.runtime.directive">RuntimeMacro</a></dt>
<dd>
<div class="block">Velocimacro implementation is not known at the init time.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/RuntimeMacro.html#render-org.apache.velocity.context.InternalContextAdapter-java.io.Writer-org.apache.velocity.runtime.parser.node.Node-org.apache.velocity.runtime.Renderable-">render(InternalContextAdapter, Writer, Node, Renderable)</a></span> - Method in class org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/RuntimeMacro.html" title="class in org.apache.velocity.runtime.directive">RuntimeMacro</a></dt>
<dd>
<div class="block">This method is used with BlockMacro when we want to render a macro with a body AST.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/Stop.html#render-org.apache.velocity.context.InternalContextAdapter-java.io.Writer-org.apache.velocity.runtime.parser.node.Node-">render(InternalContextAdapter, Writer, Node)</a></span> - Method in class org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/Stop.html" title="class in org.apache.velocity.runtime.directive">Stop</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/VelocimacroProxy.html#render-org.apache.velocity.context.InternalContextAdapter-java.io.Writer-org.apache.velocity.runtime.parser.node.Node-">render(InternalContextAdapter, Writer, Node)</a></span> - Method in class org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/VelocimacroProxy.html" title="class in org.apache.velocity.runtime.directive">VelocimacroProxy</a></dt>
<dd>
<div class="block">Render the macro AST node</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/VelocimacroProxy.html#render-org.apache.velocity.context.InternalContextAdapter-java.io.Writer-org.apache.velocity.runtime.parser.node.Node-org.apache.velocity.runtime.Renderable-">render(InternalContextAdapter, Writer, Node, Renderable)</a></span> - Method in class org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/VelocimacroProxy.html" title="class in org.apache.velocity.runtime.directive">VelocimacroProxy</a></dt>
<dd>
<div class="block">Renders the macro using the context.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTBlock.html#render-org.apache.velocity.context.InternalContextAdapter-java.io.Writer-">render(InternalContextAdapter, Writer)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTBlock.html" title="class in org.apache.velocity.runtime.parser.node">ASTBlock</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTComment.html#render-org.apache.velocity.context.InternalContextAdapter-java.io.Writer-">render(InternalContextAdapter, Writer)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTComment.html" title="class in org.apache.velocity.runtime.parser.node">ASTComment</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTDirective.html#render-org.apache.velocity.context.InternalContextAdapter-java.io.Writer-">render(InternalContextAdapter, Writer)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTDirective.html" title="class in org.apache.velocity.runtime.parser.node">ASTDirective</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTElseIfStatement.html#render-org.apache.velocity.context.InternalContextAdapter-java.io.Writer-">render(InternalContextAdapter, Writer)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTElseIfStatement.html" title="class in org.apache.velocity.runtime.parser.node">ASTElseIfStatement</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTEscape.html#render-org.apache.velocity.context.InternalContextAdapter-java.io.Writer-">render(InternalContextAdapter, Writer)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTEscape.html" title="class in org.apache.velocity.runtime.parser.node">ASTEscape</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTEscapedDirective.html#render-org.apache.velocity.context.InternalContextAdapter-java.io.Writer-">render(InternalContextAdapter, Writer)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTEscapedDirective.html" title="class in org.apache.velocity.runtime.parser.node">ASTEscapedDirective</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTIfStatement.html#render-org.apache.velocity.context.InternalContextAdapter-java.io.Writer-">render(InternalContextAdapter, Writer)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTIfStatement.html" title="class in org.apache.velocity.runtime.parser.node">ASTIfStatement</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTReference.html#render-org.apache.velocity.context.InternalContextAdapter-java.io.Writer-">render(InternalContextAdapter, Writer)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTReference.html" title="class in org.apache.velocity.runtime.parser.node">ASTReference</a></dt>
<dd>
<div class="block">gets the value of the reference and outputs it to the
writer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTSetDirective.html#render-org.apache.velocity.context.InternalContextAdapter-java.io.Writer-">render(InternalContextAdapter, Writer)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTSetDirective.html" title="class in org.apache.velocity.runtime.parser.node">ASTSetDirective</a></dt>
<dd>
<div class="block">puts the value of the RHS into the context under the key of the LHS</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTText.html#render-org.apache.velocity.context.InternalContextAdapter-java.io.Writer-">render(InternalContextAdapter, Writer)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTText.html" title="class in org.apache.velocity.runtime.parser.node">ASTText</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTTextblock.html#render-org.apache.velocity.context.InternalContextAdapter-java.io.Writer-">render(InternalContextAdapter, Writer)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTTextblock.html" title="class in org.apache.velocity.runtime.parser.node">ASTTextblock</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/Node.html#render-org.apache.velocity.context.InternalContextAdapter-java.io.Writer-">render(InternalContextAdapter, Writer)</a></span> - Method in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/Node.html" title="interface in org.apache.velocity.runtime.parser.node">Node</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/SimpleNode.html#render-org.apache.velocity.context.InternalContextAdapter-java.io.Writer-">render(InternalContextAdapter, Writer)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/SimpleNode.html" title="class in org.apache.velocity.runtime.parser.node">SimpleNode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/Renderable.html#render-org.apache.velocity.context.InternalContextAdapter-java.io.Writer-">render(InternalContextAdapter, Writer)</a></span> - Method in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/Renderable.html" title="interface in org.apache.velocity.runtime">Renderable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeInstance.html#render-org.apache.velocity.context.Context-java.io.Writer-java.lang.String-org.apache.velocity.runtime.parser.node.SimpleNode-">render(Context, Writer, String, SimpleNode)</a></span> - Method in class org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeInstance.html" title="class in org.apache.velocity.runtime">RuntimeInstance</a></dt>
<dd>
<div class="block">Initializes and renders the AST <a href="org/apache/velocity/runtime/parser/node/SimpleNode.html" title="class in org.apache.velocity.runtime.parser.node"><code>SimpleNode</code></a> using the context
into the output writer.</div>
</dd>
<dt><a href="org/apache/velocity/runtime/Renderable.html" title="interface in org.apache.velocity.runtime"><span class="typeNameLink">Renderable</span></a> - Interface in <a href="org/apache/velocity/runtime/package-summary.html">org.apache.velocity.runtime</a></dt>
<dd>
<div class="block">This interface characterize objects other than ASTNodes that can be rendered
to a writer using a context.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/contrib/For.html#renderBlock-org.apache.velocity.context.InternalContextAdapter-java.io.Writer-org.apache.velocity.runtime.parser.node.Node-">renderBlock(InternalContextAdapter, Writer, Node)</a></span> - Method in class org.apache.velocity.runtime.directive.contrib.<a href="org/apache/velocity/runtime/directive/contrib/For.html" title="class in org.apache.velocity.runtime.directive.contrib">For</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/Foreach.html#renderBlock-org.apache.velocity.context.InternalContextAdapter-java.io.Writer-org.apache.velocity.runtime.parser.node.Node-">renderBlock(InternalContextAdapter, Writer, Node)</a></span> - Method in class org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/Foreach.html" title="class in org.apache.velocity.runtime.directive">Foreach</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/app/event/implement/ReportInvalidReferences.html" title="class in org.apache.velocity.app.event.implement"><span class="typeNameLink">ReportInvalidReferences</span></a> - Class in <a href="org/apache/velocity/app/event/implement/package-summary.html">org.apache.velocity.app.event.implement</a></dt>
<dd>
<div class="block">Use this event handler to flag invalid references.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/app/event/implement/ReportInvalidReferences.html#ReportInvalidReferences--">ReportInvalidReferences()</a></span> - Constructor for class org.apache.velocity.app.event.implement.<a href="org/apache/velocity/app/event/implement/ReportInvalidReferences.html" title="class in org.apache.velocity.app.event.implement">ReportInvalidReferences</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/loader/StringResourceLoader.html#repository">repository</a></span> - Variable in class org.apache.velocity.runtime.resource.loader.<a href="org/apache/velocity/runtime/resource/loader/StringResourceLoader.html" title="class in org.apache.velocity.runtime.resource.loader">StringResourceLoader</a></dt>
<dd>
<div class="block">the repository used internally by this resource loader</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/loader/StringResourceLoader.html#REPOSITORY_CLASS">REPOSITORY_CLASS</a></span> - Static variable in class org.apache.velocity.runtime.resource.loader.<a href="org/apache/velocity/runtime/resource/loader/StringResourceLoader.html" title="class in org.apache.velocity.runtime.resource.loader">StringResourceLoader</a></dt>
<dd>
<div class="block">Key to look up the repository implementation class.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/loader/StringResourceLoader.html#REPOSITORY_CLASS_DEFAULT">REPOSITORY_CLASS_DEFAULT</a></span> - Static variable in class org.apache.velocity.runtime.resource.loader.<a href="org/apache/velocity/runtime/resource/loader/StringResourceLoader.html" title="class in org.apache.velocity.runtime.resource.loader">StringResourceLoader</a></dt>
<dd>
<div class="block">The default implementation class.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/loader/StringResourceLoader.html#REPOSITORY_ENCODING">REPOSITORY_ENCODING</a></span> - Static variable in class org.apache.velocity.runtime.resource.loader.<a href="org/apache/velocity/runtime/resource/loader/StringResourceLoader.html" title="class in org.apache.velocity.runtime.resource.loader">StringResourceLoader</a></dt>
<dd>
<div class="block">Key to look up the repository char encoding.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/loader/StringResourceLoader.html#REPOSITORY_NAME">REPOSITORY_NAME</a></span> - Static variable in class org.apache.velocity.runtime.resource.loader.<a href="org/apache/velocity/runtime/resource/loader/StringResourceLoader.html" title="class in org.apache.velocity.runtime.resource.loader">StringResourceLoader</a></dt>
<dd>
<div class="block">Key to look up the name for the repository to be used.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/loader/StringResourceLoader.html#REPOSITORY_NAME_DEFAULT">REPOSITORY_NAME_DEFAULT</a></span> - Static variable in class org.apache.velocity.runtime.resource.loader.<a href="org/apache/velocity/runtime/resource/loader/StringResourceLoader.html" title="class in org.apache.velocity.runtime.resource.loader">StringResourceLoader</a></dt>
<dd>
<div class="block">The default name for string resource repositories
('org.apache.velocity.runtime.resource.util.StringResourceRepository').</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/loader/StringResourceLoader.html#REPOSITORY_STATIC">REPOSITORY_STATIC</a></span> - Static variable in class org.apache.velocity.runtime.resource.loader.<a href="org/apache/velocity/runtime/resource/loader/StringResourceLoader.html" title="class in org.apache.velocity.runtime.resource.loader">StringResourceLoader</a></dt>
<dd>
<div class="block">Key to determine whether the repository should be set as the static one or not.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/loader/StringResourceLoader.html#REPOSITORY_STATIC_DEFAULT">REPOSITORY_STATIC_DEFAULT</a></span> - Static variable in class org.apache.velocity.runtime.resource.loader.<a href="org/apache/velocity/runtime/resource/loader/StringResourceLoader.html" title="class in org.apache.velocity.runtime.resource.loader">StringResourceLoader</a></dt>
<dd>
<div class="block">By default, repositories are stored statically (shared across the VM).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/Resource.html#requiresChecking--">requiresChecking()</a></span> - Method in class org.apache.velocity.runtime.resource.<a href="org/apache/velocity/runtime/resource/Resource.html" title="class in org.apache.velocity.runtime.resource">Resource</a></dt>
<dd>
<div class="block">Is it time to check to see if the resource
source has been updated?</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/app/Velocity.html#reset--">reset()</a></span> - Static method in class org.apache.velocity.app.<a href="org/apache/velocity/app/Velocity.html" title="class in org.apache.velocity.app">Velocity</a></dt>
<dd>
<div class="block">Resets the instance, so Velocity can be re-initialized again.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/app/VelocityEngine.html#reset--">reset()</a></span> - Method in class org.apache.velocity.app.<a href="org/apache/velocity/app/VelocityEngine.html" title="class in org.apache.velocity.app">VelocityEngine</a></dt>
<dd>
<div class="block">Resets the instance, so Velocity can be re-initialized again.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/io/UnicodeInputStream.html#reset--">reset()</a></span> - Method in class org.apache.velocity.io.<a href="org/apache/velocity/io/UnicodeInputStream.html" title="class in org.apache.velocity.io">UnicodeInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/JJTStandardParserState.html#reset--">reset()</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/JJTStandardParserState.html" title="class in org.apache.velocity.runtime.parser.node">JJTStandardParserState</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeInstance.html#reset--">reset()</a></span> - Method in class org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeInstance.html" title="class in org.apache.velocity.runtime">RuntimeInstance</a></dt>
<dd>
<div class="block">Resets the instance, so Velocity can be re-initialized again.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeSingleton.html#reset--">reset()</a></span> - Static method in class org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeSingleton.html" title="class in org.apache.velocity.runtime">RuntimeSingleton</a></dt>
<dd>
<div class="block">Resets the instance, so Velocity can be re-initialized again.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/Parser.html#resetCurrentTemplate--">resetCurrentTemplate()</a></span> - Method in interface org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/Parser.html" title="interface in org.apache.velocity.runtime.parser">Parser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParser.html#resetCurrentTemplate--">resetCurrentTemplate()</a></span> - Method in class org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParser.html" title="class in org.apache.velocity.runtime.parser">StandardParser</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/runtime/resource/Resource.html" title="class in org.apache.velocity.runtime.resource"><span class="typeNameLink">Resource</span></a> - Class in <a href="org/apache/velocity/runtime/resource/package-summary.html">org.apache.velocity.runtime.resource</a></dt>
<dd>
<div class="block">This class represent a general text resource that
may have been retrieved from any number of possible
sources.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/Resource.html#Resource--">Resource()</a></span> - Constructor for class org.apache.velocity.runtime.resource.<a href="org/apache/velocity/runtime/resource/Resource.html" title="class in org.apache.velocity.runtime.resource">Resource</a></dt>
<dd>
<div class="block">Default constructor</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/ResourceManager.html#RESOURCE_CONTENT">RESOURCE_CONTENT</a></span> - Static variable in interface org.apache.velocity.runtime.resource.<a href="org/apache/velocity/runtime/resource/ResourceManager.html" title="interface in org.apache.velocity.runtime.resource">ResourceManager</a></dt>
<dd>
<div class="block">A static content resource.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/ResourceManagerImpl.html#RESOURCE_CONTENT">RESOURCE_CONTENT</a></span> - Static variable in class org.apache.velocity.runtime.resource.<a href="org/apache/velocity/runtime/resource/ResourceManagerImpl.html" title="class in org.apache.velocity.runtime.resource">ResourceManagerImpl</a></dt>
<dd>
<div class="block">A static content resource.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeConstants.html#RESOURCE_LOADER">RESOURCE_LOADER</a></span> - Static variable in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeConstants.html" title="interface in org.apache.velocity.runtime">RuntimeConstants</a></dt>
<dd>
<div class="block">Key prefix for a specific resource loader properties</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeConstants.html#RESOURCE_LOADER_CACHE">RESOURCE_LOADER_CACHE</a></span> - Static variable in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeConstants.html" title="interface in org.apache.velocity.runtime">RuntimeConstants</a></dt>
<dd>
<div class="block">Resource loader cache property suffix</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeConstants.html#RESOURCE_LOADER_CHECK_INTERVAL">RESOURCE_LOADER_CHECK_INTERVAL</a></span> - Static variable in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeConstants.html" title="interface in org.apache.velocity.runtime">RuntimeConstants</a></dt>
<dd>
<div class="block">Resource loader modification check interval property suffix</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeConstants.html#RESOURCE_LOADER_CLASS">RESOURCE_LOADER_CLASS</a></span> - Static variable in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeConstants.html" title="interface in org.apache.velocity.runtime">RuntimeConstants</a></dt>
<dd>
<div class="block">Resource loader class property suffix</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeConstants.html#RESOURCE_LOADER_IDENTIFIER">RESOURCE_LOADER_IDENTIFIER</a></span> - Static variable in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeConstants.html" title="interface in org.apache.velocity.runtime">RuntimeConstants</a></dt>
<dd>
<div class="block">token used to identify the loader internally.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeConstants.html#RESOURCE_LOADER_INSTANCE">RESOURCE_LOADER_INSTANCE</a></span> - Static variable in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeConstants.html" title="interface in org.apache.velocity.runtime">RuntimeConstants</a></dt>
<dd>
<div class="block">Resource loader instance property suffix</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeConstants.html#RESOURCE_LOADER_PATHS">RESOURCE_LOADER_PATHS</a></span> - Static variable in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeConstants.html" title="interface in org.apache.velocity.runtime">RuntimeConstants</a></dt>
<dd>
<div class="block">File resource loader paths property suffix</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeConstants.html#RESOURCE_LOADERS">RESOURCE_LOADERS</a></span> - Static variable in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeConstants.html" title="interface in org.apache.velocity.runtime">RuntimeConstants</a></dt>
<dd>
<div class="block">Key used to retrieve the names of the resource loaders to be used.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeConstants.html#RESOURCE_MANAGER_CACHE_CLASS">RESOURCE_MANAGER_CACHE_CLASS</a></span> - Static variable in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeConstants.html" title="interface in org.apache.velocity.runtime">RuntimeConstants</a></dt>
<dd>
<div class="block">The <code>resource.manager.cache.class</code> property specifies the name of the
<a href="org/apache/velocity/runtime/resource/ResourceCache.html" title="interface in org.apache.velocity.runtime.resource"><code>ResourceCache</code></a> implementation to use.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeConstants.html#RESOURCE_MANAGER_CLASS">RESOURCE_MANAGER_CLASS</a></span> - Static variable in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeConstants.html" title="interface in org.apache.velocity.runtime">RuntimeConstants</a></dt>
<dd>
<div class="block">The <code>resource.manager.class</code> property specifies the name of the
<a href="org/apache/velocity/runtime/resource/ResourceManager.html" title="interface in org.apache.velocity.runtime.resource"><code>ResourceManager</code></a> implementation to use.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeConstants.html#RESOURCE_MANAGER_DEFAULTCACHE_SIZE">RESOURCE_MANAGER_DEFAULTCACHE_SIZE</a></span> - Static variable in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeConstants.html" title="interface in org.apache.velocity.runtime">RuntimeConstants</a></dt>
<dd>
<div class="block">The <code>resource.manager.cache.size</code> property specifies the cache upper bound (if relevant).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeConstants.html#RESOURCE_MANAGER_INSTANCE">RESOURCE_MANAGER_INSTANCE</a></span> - Static variable in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeConstants.html" title="interface in org.apache.velocity.runtime">RuntimeConstants</a></dt>
<dd>
<div class="block">The <code>resource.manager.instance</code> property specifies an existing instance of a
<a href="org/apache/velocity/runtime/resource/ResourceManager.html" title="interface in org.apache.velocity.runtime.resource"><code>ResourceManager</code></a> implementation to use</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeConstants.html#RESOURCE_MANAGER_LOGWHENFOUND">RESOURCE_MANAGER_LOGWHENFOUND</a></span> - Static variable in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeConstants.html" title="interface in org.apache.velocity.runtime">RuntimeConstants</a></dt>
<dd>
<div class="block">controls if the finding of a resource is logged.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/ResourceManager.html#RESOURCE_TEMPLATE">RESOURCE_TEMPLATE</a></span> - Static variable in interface org.apache.velocity.runtime.resource.<a href="org/apache/velocity/runtime/resource/ResourceManager.html" title="interface in org.apache.velocity.runtime.resource">ResourceManager</a></dt>
<dd>
<div class="block">A template resources.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/ResourceManagerImpl.html#RESOURCE_TEMPLATE">RESOURCE_TEMPLATE</a></span> - Static variable in class org.apache.velocity.runtime.resource.<a href="org/apache/velocity/runtime/resource/ResourceManagerImpl.html" title="class in org.apache.velocity.runtime.resource">ResourceManagerImpl</a></dt>
<dd>
<div class="block">A template resources.</div>
</dd>
<dt><a href="org/apache/velocity/runtime/resource/ResourceCache.html" title="interface in org.apache.velocity.runtime.resource"><span class="typeNameLink">ResourceCache</span></a> - Interface in <a href="org/apache/velocity/runtime/resource/package-summary.html">org.apache.velocity.runtime.resource</a></dt>
<dd>
<div class="block">Interface that defines the shape of a pluggable resource cache
for the included ResourceManager</div>
</dd>
<dt><a href="org/apache/velocity/runtime/resource/ResourceCacheImpl.html" title="class in org.apache.velocity.runtime.resource"><span class="typeNameLink">ResourceCacheImpl</span></a> - Class in <a href="org/apache/velocity/runtime/resource/package-summary.html">org.apache.velocity.runtime.resource</a></dt>
<dd>
<div class="block">Default implementation of the resource cache for the default
ResourceManager.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/ResourceCacheImpl.html#ResourceCacheImpl--">ResourceCacheImpl()</a></span> - Constructor for class org.apache.velocity.runtime.resource.<a href="org/apache/velocity/runtime/resource/ResourceCacheImpl.html" title="class in org.apache.velocity.runtime.resource">ResourceCacheImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/app/Velocity.html#resourceExists-java.lang.String-">resourceExists(String)</a></span> - Static method in class org.apache.velocity.app.<a href="org/apache/velocity/app/Velocity.html" title="class in org.apache.velocity.app">Velocity</a></dt>
<dd>
<div class="block">Determines whether a resource is accessible via the
currently configured resource loaders.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/app/VelocityEngine.html#resourceExists-java.lang.String-">resourceExists(String)</a></span> - Method in class org.apache.velocity.app.<a href="org/apache/velocity/app/VelocityEngine.html" title="class in org.apache.velocity.app">VelocityEngine</a></dt>
<dd>
<div class="block">Determines if a resource is accessible via the currently
configured resource loaders.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/loader/FileResourceLoader.html#resourceExists-java.lang.String-">resourceExists(String)</a></span> - Method in class org.apache.velocity.runtime.resource.loader.<a href="org/apache/velocity/runtime/resource/loader/FileResourceLoader.html" title="class in org.apache.velocity.runtime.resource.loader">FileResourceLoader</a></dt>
<dd>
<div class="block">Overrides superclass for better performance.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/loader/ResourceLoader.html#resourceExists-java.lang.String-">resourceExists(String)</a></span> - Method in class org.apache.velocity.runtime.resource.loader.<a href="org/apache/velocity/runtime/resource/loader/ResourceLoader.html" title="class in org.apache.velocity.runtime.resource.loader">ResourceLoader</a></dt>
<dd>
<div class="block">Check whether any given resource exists.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/loader/StringResourceLoader.html#resourceExists-java.lang.String-">resourceExists(String)</a></span> - Method in class org.apache.velocity.runtime.resource.loader.<a href="org/apache/velocity/runtime/resource/loader/StringResourceLoader.html" title="class in org.apache.velocity.runtime.resource.loader">StringResourceLoader</a></dt>
<dd>
<div class="block">Overrides superclass for better performance.</div>
</dd>
<dt><a href="org/apache/velocity/runtime/resource/ResourceFactory.html" title="class in org.apache.velocity.runtime.resource"><span class="typeNameLink">ResourceFactory</span></a> - Class in <a href="org/apache/velocity/runtime/resource/package-summary.html">org.apache.velocity.runtime.resource</a></dt>
<dd>
<div class="block">Class responsible for instantiating <code>Resource</code> objects,
given name and type.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/ResourceFactory.html#ResourceFactory--">ResourceFactory()</a></span> - Constructor for class org.apache.velocity.runtime.resource.<a href="org/apache/velocity/runtime/resource/ResourceFactory.html" title="class in org.apache.velocity.runtime.resource">ResourceFactory</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/runtime/resource/loader/ResourceLoader.html" title="class in org.apache.velocity.runtime.resource.loader"><span class="typeNameLink">ResourceLoader</span></a> - Class in <a href="org/apache/velocity/runtime/resource/loader/package-summary.html">org.apache.velocity.runtime.resource.loader</a></dt>
<dd>
<div class="block">This is abstract class the all text resource loaders should
extend.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/loader/ResourceLoader.html#ResourceLoader--">ResourceLoader()</a></span> - Constructor for class org.apache.velocity.runtime.resource.loader.<a href="org/apache/velocity/runtime/resource/loader/ResourceLoader.html" title="class in org.apache.velocity.runtime.resource.loader">ResourceLoader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/Resource.html#resourceLoader">resourceLoader</a></span> - Variable in class org.apache.velocity.runtime.resource.<a href="org/apache/velocity/runtime/resource/Resource.html" title="class in org.apache.velocity.runtime.resource">Resource</a></dt>
<dd>
<div class="block">The template loader that initially loaded the input
stream for this template, and knows how to check the
source of the input stream for modification.</div>
</dd>
<dt><a href="org/apache/velocity/runtime/resource/loader/ResourceLoaderFactory.html" title="class in org.apache.velocity.runtime.resource.loader"><span class="typeNameLink">ResourceLoaderFactory</span></a> - Class in <a href="org/apache/velocity/runtime/resource/loader/package-summary.html">org.apache.velocity.runtime.resource.loader</a></dt>
<dd>
<div class="block">Factory to grab a template loader.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/loader/ResourceLoaderFactory.html#ResourceLoaderFactory--">ResourceLoaderFactory()</a></span> - Constructor for class org.apache.velocity.runtime.resource.loader.<a href="org/apache/velocity/runtime/resource/loader/ResourceLoaderFactory.html" title="class in org.apache.velocity.runtime.resource.loader">ResourceLoaderFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/ResourceManagerImpl.html#resourceLoaders">resourceLoaders</a></span> - Variable in class org.apache.velocity.runtime.resource.<a href="org/apache/velocity/runtime/resource/ResourceManagerImpl.html" title="class in org.apache.velocity.runtime.resource">ResourceManagerImpl</a></dt>
<dd>
<div class="block">The List of templateLoaders that the Runtime will use to locate the InputStream source of a template.</div>
</dd>
<dt><a href="org/apache/velocity/runtime/resource/ResourceManager.html" title="interface in org.apache.velocity.runtime.resource"><span class="typeNameLink">ResourceManager</span></a> - Interface in <a href="org/apache/velocity/runtime/resource/package-summary.html">org.apache.velocity.runtime.resource</a></dt>
<dd>
<div class="block">Class to manage the text resource for the Velocity
Runtime.</div>
</dd>
<dt><a href="org/apache/velocity/runtime/resource/ResourceManagerImpl.html" title="class in org.apache.velocity.runtime.resource"><span class="typeNameLink">ResourceManagerImpl</span></a> - Class in <a href="org/apache/velocity/runtime/resource/package-summary.html">org.apache.velocity.runtime.resource</a></dt>
<dd>
<div class="block">Class to manage the text resource for the Velocity Runtime.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/ResourceManagerImpl.html#ResourceManagerImpl--">ResourceManagerImpl()</a></span> - Constructor for class org.apache.velocity.runtime.resource.<a href="org/apache/velocity/runtime/resource/ResourceManagerImpl.html" title="class in org.apache.velocity.runtime.resource">ResourceManagerImpl</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/exception/ResourceNotFoundException.html" title="class in org.apache.velocity.exception"><span class="typeNameLink">ResourceNotFoundException</span></a> - Exception in <a href="org/apache/velocity/exception/package-summary.html">org.apache.velocity.exception</a></dt>
<dd>
<div class="block">Application-level exception thrown when a resource of any type
isn't found by the Velocity engine.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/exception/ResourceNotFoundException.html#ResourceNotFoundException-java.lang.String-">ResourceNotFoundException(String)</a></span> - Constructor for exception org.apache.velocity.exception.<a href="org/apache/velocity/exception/ResourceNotFoundException.html" title="class in org.apache.velocity.exception">ResourceNotFoundException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/exception/ResourceNotFoundException.html#ResourceNotFoundException-java.lang.String-java.lang.Throwable-">ResourceNotFoundException(String, Throwable)</a></span> - Constructor for exception org.apache.velocity.exception.<a href="org/apache/velocity/exception/ResourceNotFoundException.html" title="class in org.apache.velocity.exception">ResourceNotFoundException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/exception/ResourceNotFoundException.html#ResourceNotFoundException-java.lang.String-java.lang.Throwable-java.lang.String:A-">ResourceNotFoundException(String, Throwable, String[])</a></span> - Constructor for exception org.apache.velocity.exception.<a href="org/apache/velocity/exception/ResourceNotFoundException.html" title="class in org.apache.velocity.exception">ResourceNotFoundException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/exception/ResourceNotFoundException.html#ResourceNotFoundException-java.lang.Throwable-">ResourceNotFoundException(Throwable)</a></span> - Constructor for exception org.apache.velocity.exception.<a href="org/apache/velocity/exception/ResourceNotFoundException.html" title="class in org.apache.velocity.exception">ResourceNotFoundException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/exception/ResourceNotFoundException.html#ResourceNotFoundException-java.lang.Throwable-java.lang.String:A-">ResourceNotFoundException(Throwable, String[])</a></span> - Constructor for exception org.apache.velocity.exception.<a href="org/apache/velocity/exception/ResourceNotFoundException.html" title="class in org.apache.velocity.exception">ResourceNotFoundException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/util/StringResourceRepositoryImpl.html#resources">resources</a></span> - Variable in class org.apache.velocity.runtime.resource.util.<a href="org/apache/velocity/runtime/resource/util/StringResourceRepositoryImpl.html" title="class in org.apache.velocity.runtime.resource.util">StringResourceRepositoryImpl</a></dt>
<dd>
<div class="block">mem store</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParserConstants.html#RIGHT_CURLEY">RIGHT_CURLEY</a></span> - Static variable in interface org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParserConstants.html" title="interface in org.apache.velocity.runtime.parser">StandardParserConstants</a></dt>
<dd>
<div class="block">RegularExpression Id.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/JJTStandardParserState.html#rootNode--">rootNode()</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/JJTStandardParserState.html" title="class in org.apache.velocity.runtime.parser.node">JJTStandardParserState</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParserConstants.html#RPAREN">RPAREN</a></span> - Static variable in interface org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParserConstants.html" title="interface in org.apache.velocity.runtime.parser">StandardParserConstants</a></dt>
<dd>
<div class="block">RegularExpression Id.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/app/event/EventCartridge.html#rsvc">rsvc</a></span> - Variable in class org.apache.velocity.app.event.<a href="org/apache/velocity/app/event/EventCartridge.html" title="class in org.apache.velocity.app.event">EventCartridge</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/Directive.html#rsvc">rsvc</a></span> - Variable in class org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/Directive.html" title="class in org.apache.velocity.runtime.directive">Directive</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/SimpleNode.html#rsvc">rsvc</a></span> - Variable in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/SimpleNode.html" title="class in org.apache.velocity.runtime.parser.node">SimpleNode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/loader/ResourceLoader.html#rsvc">rsvc</a></span> - Variable in class org.apache.velocity.runtime.resource.loader.<a href="org/apache/velocity/runtime/resource/loader/ResourceLoader.html" title="class in org.apache.velocity.runtime.resource.loader">ResourceLoader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/Resource.html#rsvc">rsvc</a></span> - Variable in class org.apache.velocity.runtime.resource.<a href="org/apache/velocity/runtime/resource/Resource.html" title="class in org.apache.velocity.runtime.resource">Resource</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/ResourceCacheImpl.html#rsvc">rsvc</a></span> - Variable in class org.apache.velocity.runtime.resource.<a href="org/apache/velocity/runtime/resource/ResourceCacheImpl.html" title="class in org.apache.velocity.runtime.resource">ResourceCacheImpl</a></dt>
<dd>
<div class="block">Runtime services, generally initialized by the
<code>initialize()</code> method.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/ResourceManagerImpl.html#rsvc">rsvc</a></span> - Variable in class org.apache.velocity.runtime.resource.<a href="org/apache/velocity/runtime/resource/ResourceManagerImpl.html" title="class in org.apache.velocity.runtime.resource">ResourceManagerImpl</a></dt>
<dd>
<div class="block">The internal RuntimeServices object.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/introspection/UberspectImpl.html#rsvc">rsvc</a></span> - Variable in class org.apache.velocity.util.introspection.<a href="org/apache/velocity/util/introspection/UberspectImpl.html" title="class in org.apache.velocity.util.introspection">UberspectImpl</a></dt>
<dd>
<div class="block">runtime services</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeConstants.html#RUNTIME_LOG_INSTANCE">RUNTIME_LOG_INSTANCE</a></span> - Static variable in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeConstants.html" title="interface in org.apache.velocity.runtime">RuntimeConstants</a></dt>
<dd>
<div class="block">externally provided logger.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeConstants.html#RUNTIME_LOG_METHOD_CALL_LOG_INVALID">RUNTIME_LOG_METHOD_CALL_LOG_INVALID</a></span> - Static variable in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeConstants.html" title="interface in org.apache.velocity.runtime">RuntimeConstants</a></dt>
<dd>
<div class="block">Logging of invalid method calls.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeConstants.html#RUNTIME_LOG_NAME">RUNTIME_LOG_NAME</a></span> - Static variable in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeConstants.html" title="interface in org.apache.velocity.runtime">RuntimeConstants</a></dt>
<dd>
<div class="block">externally provided logger name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeConstants.html#RUNTIME_LOG_REFERENCE_LOG_INVALID">RUNTIME_LOG_REFERENCE_LOG_INVALID</a></span> - Static variable in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeConstants.html" title="interface in org.apache.velocity.runtime">RuntimeConstants</a></dt>
<dd>
<div class="block">Logging of invalid references.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeConstants.html#RUNTIME_LOG_TRACK_LOCATION">RUNTIME_LOG_TRACK_LOCATION</a></span> - Static variable in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeConstants.html" title="interface in org.apache.velocity.runtime">RuntimeConstants</a></dt>
<dd>
<div class="block">Whether to:</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeConstants.html#RUNTIME_REFERENCES_STRICT">RUNTIME_REFERENCES_STRICT</a></span> - Static variable in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeConstants.html" title="interface in org.apache.velocity.runtime">RuntimeConstants</a></dt>
<dd>
<div class="block">Properties referenced in the template are required to exist the object</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeConstants.html#RUNTIME_REFERENCES_STRICT_ESCAPE">RUNTIME_REFERENCES_STRICT_ESCAPE</a></span> - Static variable in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeConstants.html" title="interface in org.apache.velocity.runtime">RuntimeConstants</a></dt>
<dd>
<div class="block">Indicates we are going to use modified escape behavior in strict mode</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeConstants.html#RUNTIME_STRING_INTERNING">RUNTIME_STRING_INTERNING</a></span> - Static variable in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeConstants.html" title="interface in org.apache.velocity.runtime">RuntimeConstants</a></dt>
<dd>
<div class="block">Whether to use string interning.</div>
</dd>
<dt><a href="org/apache/velocity/runtime/RuntimeConstants.html" title="interface in org.apache.velocity.runtime"><span class="typeNameLink">RuntimeConstants</span></a> - Interface in <a href="org/apache/velocity/runtime/package-summary.html">org.apache.velocity.runtime</a></dt>
<dd>
<div class="block">This class defines the keys that are used in the velocity.properties file so that they can be referenced as a constant within
Java code.</div>
</dd>
<dt><a href="org/apache/velocity/runtime/RuntimeConstants.SpaceGobbling.html" title="enum in org.apache.velocity.runtime"><span class="typeNameLink">RuntimeConstants.SpaceGobbling</span></a> - Enum in <a href="org/apache/velocity/runtime/package-summary.html">org.apache.velocity.runtime</a></dt>
<dd>
<div class="block">Space gobbling modes</div>
</dd>
<dt><a href="org/apache/velocity/runtime/RuntimeInstance.html" title="class in org.apache.velocity.runtime"><span class="typeNameLink">RuntimeInstance</span></a> - Class in <a href="org/apache/velocity/runtime/package-summary.html">org.apache.velocity.runtime</a></dt>
<dd>
<div class="block">This is the Runtime system for Velocity.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeInstance.html#RuntimeInstance--">RuntimeInstance()</a></span> - Constructor for class org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeInstance.html" title="class in org.apache.velocity.runtime">RuntimeInstance</a></dt>
<dd>
<div class="block">Creates a new RuntimeInstance object.</div>
</dd>
<dt><a href="org/apache/velocity/runtime/directive/RuntimeMacro.html" title="class in org.apache.velocity.runtime.directive"><span class="typeNameLink">RuntimeMacro</span></a> - Class in <a href="org/apache/velocity/runtime/directive/package-summary.html">org.apache.velocity.runtime.directive</a></dt>
<dd>
<div class="block">This class acts as a proxy for potential macros.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/RuntimeMacro.html#RuntimeMacro--">RuntimeMacro()</a></span> - Constructor for class org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/RuntimeMacro.html" title="class in org.apache.velocity.runtime.directive">RuntimeMacro</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/runtime/RuntimeServices.html" title="interface in org.apache.velocity.runtime"><span class="typeNameLink">RuntimeServices</span></a> - Interface in <a href="org/apache/velocity/runtime/package-summary.html">org.apache.velocity.runtime</a></dt>
<dd>
<div class="block">Interface for internal runtime services that are needed by the
various components w/in Velocity.</div>
</dd>
<dt><a href="org/apache/velocity/util/RuntimeServicesAware.html" title="interface in org.apache.velocity.util"><span class="typeNameLink">RuntimeServicesAware</span></a> - Interface in <a href="org/apache/velocity/util/package-summary.html">org.apache.velocity.util</a></dt>
<dd>
<div class="block">Use this interface to automatically
have the method setRuntimeServices called at initialization.</div>
</dd>
<dt><a href="org/apache/velocity/runtime/RuntimeSingleton.html" title="class in org.apache.velocity.runtime"><span class="typeNameLink">RuntimeSingleton</span></a> - Class in <a href="org/apache/velocity/runtime/package-summary.html">org.apache.velocity.runtime</a></dt>
<dd>
<div class="block">This is the Runtime system for Velocity.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeSingleton.html#RuntimeSingleton--">RuntimeSingleton()</a></span> - Constructor for class org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeSingleton.html" title="class in org.apache.velocity.runtime">RuntimeSingleton</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:S">
<!-- -->
</a>
<h2 class="title">S</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/velocity/io/UnicodeInputStream.html#sameEncoding-java.lang.String-java.lang.String-">sameEncoding(String, String)</a></span> - Static method in class org.apache.velocity.io.<a href="org/apache/velocity/io/UnicodeInputStream.html" title="class in org.apache.velocity.io">UnicodeInputStream</a></dt>
<dd>
<div class="block">Helper function to compare encodings</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/ExtProperties.html#save-java.io.OutputStream-java.lang.String-">save(OutputStream, String)</a></span> - Method in class org.apache.velocity.util.<a href="org/apache/velocity/util/ExtProperties.html" title="class in org.apache.velocity.util">ExtProperties</a></dt>
<dd>
<div class="block">Save the properties to the given output stream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/SimpleNode.html#saveTokenImages--">saveTokenImages()</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/SimpleNode.html" title="class in org.apache.velocity.runtime.parser.node">SimpleNode</a></dt>
<dd>
<div class="block">Call before calling cleanupParserAndTokens() if you want to store image of
the first and last token of this node.</div>
</dd>
<dt><a href="org/apache/velocity/runtime/directive/Scope.html" title="class in org.apache.velocity.runtime.directive"><span class="typeNameLink">Scope</span></a> - Class in <a href="org/apache/velocity/runtime/directive/package-summary.html">org.apache.velocity.runtime.directive</a></dt>
<dd>
<div class="block">This handles context scoping and metadata for directives.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/Scope.html#Scope-java.lang.Object-java.lang.Object-">Scope(Object, Object)</a></span> - Constructor for class org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/Scope.html" title="class in org.apache.velocity.runtime.directive">Scope</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/runtime/directive/Scope.Info.html" title="class in org.apache.velocity.runtime.directive"><span class="typeNameLink">Scope.Info</span></a> - Class in <a href="org/apache/velocity/runtime/directive/package-summary.html">org.apache.velocity.runtime.directive</a></dt>
<dd>
<div class="block">Class to encapsulate and provide access to info about
the current scope for debugging.</div>
</dd>
<dt><a href="org/apache/velocity/util/introspection/SecureIntrospectorControl.html" title="interface in org.apache.velocity.util.introspection"><span class="typeNameLink">SecureIntrospectorControl</span></a> - Interface in <a href="org/apache/velocity/util/introspection/package-summary.html">org.apache.velocity.util.introspection</a></dt>
<dd>
<div class="block">Interface used to determine which methods are allowed to be executed.</div>
</dd>
<dt><a href="org/apache/velocity/util/introspection/SecureIntrospectorImpl.html" title="class in org.apache.velocity.util.introspection"><span class="typeNameLink">SecureIntrospectorImpl</span></a> - Class in <a href="org/apache/velocity/util/introspection/package-summary.html">org.apache.velocity.util.introspection</a></dt>
<dd>
<div class="block">Prevent "dangerous" classloader/reflection related calls.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/introspection/SecureIntrospectorImpl.html#SecureIntrospectorImpl-java.lang.String:A-java.lang.String:A-org.slf4j.Logger-">SecureIntrospectorImpl(String[], String[], Logger)</a></span> - Constructor for class org.apache.velocity.util.introspection.<a href="org/apache/velocity/util/introspection/SecureIntrospectorImpl.html" title="class in org.apache.velocity.util.introspection">SecureIntrospectorImpl</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/util/introspection/SecureUberspector.html" title="class in org.apache.velocity.util.introspection"><span class="typeNameLink">SecureUberspector</span></a> - Class in <a href="org/apache/velocity/util/introspection/package-summary.html">org.apache.velocity.util.introspection</a></dt>
<dd>
<div class="block">Use a custom introspector that prevents classloader related method
calls.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/introspection/SecureUberspector.html#SecureUberspector--">SecureUberspector()</a></span> - Constructor for class org.apache.velocity.util.introspection.<a href="org/apache/velocity/util/introspection/SecureUberspector.html" title="class in org.apache.velocity.util.introspection">SecureUberspector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/Scope.html#set-java.lang.Object-java.lang.Object-">set(Object, Object)</a></span> - Method in class org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/Scope.html" title="class in org.apache.velocity.runtime.directive">Scope</a></dt>
<dd>
<div class="block">Convenience method to call put(key,val) in a template
without worrying about what is returned/rendered by the call.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTIntegerRange.IntegerRange.RangeIterator.html#set-java.lang.Integer-">set(Integer)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTIntegerRange.IntegerRange.RangeIterator.html" title="class in org.apache.velocity.runtime.parser.node">ASTIntegerRange.IntegerRange.RangeIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/ArrayListWrapper.html#set-int-java.lang.Object-">set(int, Object)</a></span> - Method in class org.apache.velocity.util.<a href="org/apache/velocity/util/ArrayListWrapper.html" title="class in org.apache.velocity.util">ArrayListWrapper</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParserConstants.html#SET_DIRECTIVE">SET_DIRECTIVE</a></span> - Static variable in interface org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParserConstants.html" title="interface in org.apache.velocity.runtime.parser">StandardParserConstants</a></dt>
<dd>
<div class="block">RegularExpression Id.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/app/Velocity.html#setApplicationAttribute-java.lang.Object-java.lang.Object-">setApplicationAttribute(Object, Object)</a></span> - Static method in class org.apache.velocity.app.<a href="org/apache/velocity/app/Velocity.html" title="class in org.apache.velocity.app">Velocity</a></dt>
<dd>
<div class="block">
Set the an ApplicationAttribue, which is an Object
set by the application which is accessible from
any component of the system that gets a RuntimeServices.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/app/VelocityEngine.html#setApplicationAttribute-java.lang.Object-java.lang.Object-">setApplicationAttribute(Object, Object)</a></span> - Method in class org.apache.velocity.app.<a href="org/apache/velocity/app/VelocityEngine.html" title="class in org.apache.velocity.app">VelocityEngine</a></dt>
<dd>
<div class="block">
Sets an application attribute (which can be any Object) that will be
accessible from any component of the system that gets a
RuntimeServices.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeInstance.html#setApplicationAttribute-java.lang.Object-java.lang.Object-">setApplicationAttribute(Object, Object)</a></span> - Method in class org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeInstance.html" title="class in org.apache.velocity.runtime">RuntimeInstance</a></dt>
<dd>
<div class="block">Sets the application attribute for the given key</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeServices.html#setApplicationAttribute-java.lang.Object-java.lang.Object-">setApplicationAttribute(Object, Object)</a></span> - Method in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeServices.html" title="interface in org.apache.velocity.runtime">RuntimeServices</a></dt>
<dd>
<div class="block">Set the specified application attribute.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/util/StringResource.html#setBody-java.lang.String-">setBody(String)</a></span> - Method in class org.apache.velocity.runtime.resource.util.<a href="org/apache/velocity/runtime/resource/util/StringResource.html" title="class in org.apache.velocity.runtime.resource.util">StringResource</a></dt>
<dd>
<div class="block">Sets a new value for the template body.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/loader/ResourceLoader.html#setCachingOn-boolean-">setCachingOn(boolean)</a></span> - Method in class org.apache.velocity.runtime.resource.loader.<a href="org/apache/velocity/runtime/resource/loader/ResourceLoader.html" title="class in org.apache.velocity.runtime.resource.loader">ResourceLoader</a></dt>
<dd>
<div class="block">Set the caching state.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/spring/VelocityEngineFactory.html#setConfigLocation-org.springframework.core.io.Resource-">setConfigLocation(Resource)</a></span> - Method in class org.apache.velocity.spring.<a href="org/apache/velocity/spring/VelocityEngineFactory.html" title="class in org.apache.velocity.spring">VelocityEngineFactory</a></dt>
<dd>
<div class="block">Set the location of the Velocity config file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeInstance.html#setConfiguration-org.apache.velocity.util.ExtProperties-">setConfiguration(ExtProperties)</a></span> - Method in class org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeInstance.html" title="class in org.apache.velocity.runtime">RuntimeInstance</a></dt>
<dd>
<div class="block">Allow an external system to set an ExtProperties
object to use.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeServices.html#setConfiguration-org.apache.velocity.util.ExtProperties-">setConfiguration(ExtProperties)</a></span> - Method in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeServices.html" title="interface in org.apache.velocity.runtime">RuntimeServices</a></dt>
<dd>
<div class="block">Allow an external system to set an ExtProperties
object to use.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeSingleton.html#setConfiguration-org.apache.velocity.util.ExtProperties-">setConfiguration(ExtProperties)</a></span> - Static method in class org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeSingleton.html" title="class in org.apache.velocity.runtime">RuntimeSingleton</a></dt>
<dd>
<div class="block">Directly set the ExtProperties configuration object</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/app/event/implement/IncludeNotFound.html#setContext-org.apache.velocity.context.Context-">setContext(Context)</a></span> - Method in class org.apache.velocity.app.event.implement.<a href="org/apache/velocity/app/event/implement/IncludeNotFound.html" title="class in org.apache.velocity.app.event.implement">IncludeNotFound</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/visitor/BaseVisitor.html#setContext-org.apache.velocity.context.InternalContextAdapter-">setContext(InternalContextAdapter)</a></span> - Method in class org.apache.velocity.runtime.visitor.<a href="org/apache/velocity/runtime/visitor/BaseVisitor.html" title="class in org.apache.velocity.runtime.visitor">BaseVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/ContextAware.html#setContext-org.apache.velocity.context.Context-">setContext(Context)</a></span> - Method in interface org.apache.velocity.util.<a href="org/apache/velocity/util/ContextAware.html" title="interface in org.apache.velocity.util">ContextAware</a></dt>
<dd>
<div class="block">Initialize the EventHandler.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTText.html#setCtext-java.lang.String-">setCtext(String)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTText.html" title="class in org.apache.velocity.runtime.parser.node">ASTText</a></dt>
<dd>
<div class="block">text setter</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/context/ChainedInternalContextAdapter.html#setCurrentResource-org.apache.velocity.runtime.resource.Resource-">setCurrentResource(Resource)</a></span> - Method in class org.apache.velocity.context.<a href="org/apache/velocity/context/ChainedInternalContextAdapter.html" title="class in org.apache.velocity.context">ChainedInternalContextAdapter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/context/InternalContextAdapterImpl.html#setCurrentResource-org.apache.velocity.runtime.resource.Resource-">setCurrentResource(Resource)</a></span> - Method in class org.apache.velocity.context.<a href="org/apache/velocity/context/InternalContextAdapterImpl.html" title="class in org.apache.velocity.context">InternalContextAdapterImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/Resource.html#setData-java.lang.Object-">setData(Object)</a></span> - Method in class org.apache.velocity.runtime.resource.<a href="org/apache/velocity/runtime/resource/Resource.html" title="class in org.apache.velocity.runtime.resource">Resource</a></dt>
<dd>
<div class="block">Set arbitrary data object that might be used
by the resource.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/loader/DataSourceResourceLoader.html#setDataSource-javax.sql.DataSource-">setDataSource(DataSource)</a></span> - Method in class org.apache.velocity.runtime.resource.loader.<a href="org/apache/velocity/runtime/resource/loader/DataSourceResourceLoader.html" title="class in org.apache.velocity.runtime.resource.loader">DataSourceResourceLoader</a></dt>
<dd>
<div class="block">Set the DataSource used by this resource loader.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParserTokenManager.html#setDebugStream-java.io.PrintStream-">setDebugStream(PrintStream)</a></span> - Method in class org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParserTokenManager.html" title="class in org.apache.velocity.runtime.parser">StandardParserTokenManager</a></dt>
<dd>
<div class="block">Set debug output.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParser.html#SetDirective-boolean-">SetDirective(boolean)</a></span> - Method in class org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParser.html" title="class in org.apache.velocity.runtime.parser">StandardParser</a></dt>
<dd>
<div class="block">Currently support both types of set :
#set( expr )
#set expr</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTDirective.html#setDirectiveName-java.lang.String-">setDirectiveName(String)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTDirective.html" title="class in org.apache.velocity.runtime.parser.node">ASTDirective</a></dt>
<dd>
<div class="block">Sets the directive name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/Resource.html#setEncoding-java.lang.String-">setEncoding(String)</a></span> - Method in class org.apache.velocity.runtime.resource.<a href="org/apache/velocity/runtime/resource/Resource.html" title="class in org.apache.velocity.runtime.resource">Resource</a></dt>
<dd>
<div class="block">set the encoding of this resource
for example, "ISO-8859-1"</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/util/StringResource.html#setEncoding-java.lang.String-">setEncoding(String)</a></span> - Method in class org.apache.velocity.runtime.resource.util.<a href="org/apache/velocity/runtime/resource/util/StringResource.html" title="class in org.apache.velocity.runtime.resource.util">StringResource</a></dt>
<dd>
<div class="block">Sets the encoding of this string resource.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/util/StringResourceRepository.html#setEncoding-java.lang.String-">setEncoding(String)</a></span> - Method in interface org.apache.velocity.runtime.resource.util.<a href="org/apache/velocity/runtime/resource/util/StringResourceRepository.html" title="interface in org.apache.velocity.runtime.resource.util">StringResourceRepository</a></dt>
<dd>
<div class="block">Sets the default encoding of the repository.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/util/StringResourceRepositoryImpl.html#setEncoding-java.lang.String-">setEncoding(String)</a></span> - Method in class org.apache.velocity.runtime.resource.util.<a href="org/apache/velocity/runtime/resource/util/StringResourceRepositoryImpl.html" title="class in org.apache.velocity.runtime.resource.util">StringResourceRepositoryImpl</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/runtime/parser/node/SetExecutor.html" title="class in org.apache.velocity.runtime.parser.node"><span class="typeNameLink">SetExecutor</span></a> - Class in <a href="org/apache/velocity/runtime/parser/node/package-summary.html">org.apache.velocity.runtime.parser.node</a></dt>
<dd>
<div class="block">Abstract class that is used to execute an arbitrary
method that is in introspected.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/SetExecutor.html#SetExecutor--">SetExecutor()</a></span> - Constructor for class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/SetExecutor.html" title="class in org.apache.velocity.runtime.parser.node">SetExecutor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/PublicFieldExecutor.html#setField-java.lang.reflect.Field-">setField(Field)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/PublicFieldExecutor.html" title="class in org.apache.velocity.runtime.parser.node">PublicFieldExecutor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/SetPublicFieldExecutor.html#setField-java.lang.reflect.Field-">setField(Field)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/SetPublicFieldExecutor.html" title="class in org.apache.velocity.runtime.parser.node">SetPublicFieldExecutor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/SimpleNode.html#setFirstToken-org.apache.velocity.runtime.parser.Token-">setFirstToken(Token)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/SimpleNode.html" title="class in org.apache.velocity.runtime.parser.node">SimpleNode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/ExtProperties.html#setInclude-java.lang.String-">setInclude(String)</a></span> - Method in class org.apache.velocity.util.<a href="org/apache/velocity/util/ExtProperties.html" title="class in org.apache.velocity.util">ExtProperties</a></dt>
<dd>
<div class="block">Sets the property value for including other properties files.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/Node.html#setInfo-int-">setInfo(int)</a></span> - Method in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/Node.html" title="interface in org.apache.velocity.runtime.parser.node">Node</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/SimpleNode.html#setInfo-int-">setInfo(int)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/SimpleNode.html" title="class in org.apache.velocity.runtime.parser.node">SimpleNode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/VelocimacroManager.html#setInlineReplacesGlobal-boolean-">setInlineReplacesGlobal(boolean)</a></span> - Method in class org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/VelocimacroManager.html" title="class in org.apache.velocity.runtime">VelocimacroManager</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParserTokenManager.html#setInSet-boolean-">setInSet(boolean)</a></span> - Method in class org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParserTokenManager.html" title="class in org.apache.velocity.runtime.parser">StandardParserTokenManager</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/Node.html#setInvalid--">setInvalid()</a></span> - Method in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/Node.html" title="interface in org.apache.velocity.runtime.parser.node">Node</a></dt>
<dd>
<div class="block">Mark the node as invalid.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/SimpleNode.html#setInvalid--">setInvalid()</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/SimpleNode.html" title="class in org.apache.velocity.runtime.parser.node">SimpleNode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/Resource.html#setLastModified-long-">setLastModified(long)</a></span> - Method in class org.apache.velocity.runtime.resource.<a href="org/apache/velocity/runtime/resource/Resource.html" title="class in org.apache.velocity.runtime.resource">Resource</a></dt>
<dd>
<div class="block">Set the last modified time for this
resource.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/util/StringResource.html#setLastModified-long-">setLastModified(long)</a></span> - Method in class org.apache.velocity.runtime.resource.util.<a href="org/apache/velocity/runtime/resource/util/StringResource.html" title="class in org.apache.velocity.runtime.resource.util">StringResource</a></dt>
<dd>
<div class="block">Changes the last modified parameter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/Directive.html#setLocation-int-int-">setLocation(int, int)</a></span> - Method in class org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/Directive.html" title="class in org.apache.velocity.runtime.directive">Directive</a></dt>
<dd>
<div class="block">Allows the template location to be set.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/Directive.html#setLocation-int-int-org.apache.velocity.Template-">setLocation(int, int, Template)</a></span> - Method in class org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/Directive.html" title="class in org.apache.velocity.runtime.directive">Directive</a></dt>
<dd>
<div class="block">Allows the template location to be set.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/introspection/UberspectImpl.html#setLog-org.slf4j.Logger-">setLog(Logger)</a></span> - Method in class org.apache.velocity.util.introspection.<a href="org/apache/velocity/util/introspection/UberspectImpl.html" title="class in org.apache.velocity.util.introspection">UberspectImpl</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">logger is now set by default to the namespace logger "velocity.rendering".</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/VelocimacroProxy.html#setMacroArgs-java.util.List-">setMacroArgs(List&lt;Macro.MacroArg&gt;)</a></span> - Method in class org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/VelocimacroProxy.html" title="class in org.apache.velocity.runtime.directive">VelocimacroProxy</a></dt>
<dd>
<div class="block">sets the array of arguments specified in the macro definition</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/context/ChainedInternalContextAdapter.html#setMacroLibraries-java.util.List-">setMacroLibraries(List&lt;Template&gt;)</a></span> - Method in class org.apache.velocity.context.<a href="org/apache/velocity/context/ChainedInternalContextAdapter.html" title="class in org.apache.velocity.context">ChainedInternalContextAdapter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/context/InternalContextAdapterImpl.html#setMacroLibraries-java.util.List-">setMacroLibraries(List&lt;Template&gt;)</a></span> - Method in class org.apache.velocity.context.<a href="org/apache/velocity/context/InternalContextAdapterImpl.html" title="class in org.apache.velocity.context">InternalContextAdapterImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/AbstractExecutor.html#setMethod-java.lang.reflect.Method-">setMethod(Method)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/AbstractExecutor.html" title="class in org.apache.velocity.runtime.parser.node">AbstractExecutor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/SetExecutor.html#setMethod-java.lang.reflect.Method-">setMethod(Method)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/SetExecutor.html" title="class in org.apache.velocity.runtime.parser.node">SetExecutor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/loader/ResourceLoader.html#setModificationCheckInterval-long-">setModificationCheckInterval(long)</a></span> - Method in class org.apache.velocity.runtime.resource.loader.<a href="org/apache/velocity/runtime/resource/loader/ResourceLoader.html" title="class in org.apache.velocity.runtime.resource.loader">ResourceLoader</a></dt>
<dd>
<div class="block">Set the interval at which the InputStream source
should be checked for modifications.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/Resource.html#setModificationCheckInterval-long-">setModificationCheckInterval(long)</a></span> - Method in class org.apache.velocity.runtime.resource.<a href="org/apache/velocity/runtime/resource/Resource.html" title="class in org.apache.velocity.runtime.resource">Resource</a></dt>
<dd>
<div class="block">Set the modification check interval.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTBlock.html#setMorePostfix-java.lang.String-">setMorePostfix(String)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTBlock.html" title="class in org.apache.velocity.runtime.parser.node">ASTBlock</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/VelocimacroProxy.html#setName-java.lang.String-">setName(String)</a></span> - Method in class org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/VelocimacroProxy.html" title="class in org.apache.velocity.runtime.directive">VelocimacroProxy</a></dt>
<dd>
<div class="block">sets the directive name of this VM</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/Resource.html#setName-java.lang.String-">setName(String)</a></span> - Method in class org.apache.velocity.runtime.resource.<a href="org/apache/velocity/runtime/resource/Resource.html" title="class in org.apache.velocity.runtime.resource">Resource</a></dt>
<dd>
<div class="block">Set the name of this resource, for example
test.vm.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/VelocimacroManager.html#setNamespaceUsage-boolean-">setNamespaceUsage(boolean)</a></span> - Method in class org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/VelocimacroManager.html" title="class in org.apache.velocity.runtime">VelocimacroManager</a></dt>
<dd>
<div class="block">public switch to let external user of manager to control namespace
usage indep of properties.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/VelocimacroProxy.html#setNodeTree-org.apache.velocity.runtime.parser.node.SimpleNode-">setNodeTree(SimpleNode)</a></span> - Method in class org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/VelocimacroProxy.html" title="class in org.apache.velocity.runtime.directive">VelocimacroProxy</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTBlock.html#setPostfix-java.lang.String-">setPostfix(String)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTBlock.html" title="class in org.apache.velocity.runtime.parser.node">ASTBlock</a></dt>
<dd>
<div class="block">set indentation postfix</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTDirective.html#setPostfix-java.lang.String-">setPostfix(String)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTDirective.html" title="class in org.apache.velocity.runtime.parser.node">ASTDirective</a></dt>
<dd>
<div class="block">set indentation postfix</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTIfStatement.html#setPostfix-java.lang.String-">setPostfix(String)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTIfStatement.html" title="class in org.apache.velocity.runtime.parser.node">ASTIfStatement</a></dt>
<dd>
<div class="block">set indentation postfix</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTSetDirective.html#setPostfix-java.lang.String-">setPostfix(String)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTSetDirective.html" title="class in org.apache.velocity.runtime.parser.node">ASTSetDirective</a></dt>
<dd>
<div class="block">set indentation postfix</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/spring/VelocityEngineFactory.html#setPreferFileSystemAccess-boolean-">setPreferFileSystemAccess(boolean)</a></span> - Method in class org.apache.velocity.spring.<a href="org/apache/velocity/spring/VelocityEngineFactory.html" title="class in org.apache.velocity.spring">VelocityEngineFactory</a></dt>
<dd>
<div class="block">Set whether to prefer file system access for template loading.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTBlock.html#setPrefix-java.lang.String-">setPrefix(String)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTBlock.html" title="class in org.apache.velocity.runtime.parser.node">ASTBlock</a></dt>
<dd>
<div class="block">set indentation prefix</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTDirective.html#setPrefix-java.lang.String-">setPrefix(String)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTDirective.html" title="class in org.apache.velocity.runtime.parser.node">ASTDirective</a></dt>
<dd>
<div class="block">set indentation prefix</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTIfStatement.html#setPrefix-java.lang.String-">setPrefix(String)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTIfStatement.html" title="class in org.apache.velocity.runtime.parser.node">ASTIfStatement</a></dt>
<dd>
<div class="block">set indentation prefix</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTSetDirective.html#setPrefix-java.lang.String-">setPrefix(String)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTSetDirective.html" title="class in org.apache.velocity.runtime.parser.node">ASTSetDirective</a></dt>
<dd>
<div class="block">set indentation prefix</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/app/Velocity.html#setProperties-java.util.Properties-">setProperties(Properties)</a></span> - Static method in class org.apache.velocity.app.<a href="org/apache/velocity/app/Velocity.html" title="class in org.apache.velocity.app">Velocity</a></dt>
<dd>
<div class="block">Set an entire configuration at once.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/app/VelocityEngine.html#setProperties-java.util.Properties-">setProperties(Properties)</a></span> - Method in class org.apache.velocity.app.<a href="org/apache/velocity/app/VelocityEngine.html" title="class in org.apache.velocity.app">VelocityEngine</a></dt>
<dd>
<div class="block">Set an entire configuration at once from a Properties configuration</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/app/VelocityEngine.html#setProperties-java.lang.String-">setProperties(String)</a></span> - Method in class org.apache.velocity.app.<a href="org/apache/velocity/app/VelocityEngine.html" title="class in org.apache.velocity.app">VelocityEngine</a></dt>
<dd>
<div class="block">Set an entire configuration at once from a named properties file</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeInstance.html#setProperties-java.lang.String-">setProperties(String)</a></span> - Method in class org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeInstance.html" title="class in org.apache.velocity.runtime">RuntimeInstance</a></dt>
<dd>
<div class="block">Add all properties contained in the file fileName to the RuntimeInstance properties</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeInstance.html#setProperties-java.util.Properties-">setProperties(Properties)</a></span> - Method in class org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeInstance.html" title="class in org.apache.velocity.runtime">RuntimeInstance</a></dt>
<dd>
<div class="block">Add all the properties in props to the RuntimeInstance properties</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeSingleton.html#setProperties-java.util.Properties-">setProperties(Properties)</a></span> - Static method in class org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeSingleton.html" title="class in org.apache.velocity.runtime">RuntimeSingleton</a></dt>
<dd>
<div class="block">Allow an external system to set a Properties
object to use.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeSingleton.html#setProperties-java.lang.String-">setProperties(String)</a></span> - Static method in class org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeSingleton.html" title="class in org.apache.velocity.runtime">RuntimeSingleton</a></dt>
<dd>
<div class="block">Set an entire configuration at once from a named properties file</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/app/Velocity.html#setProperty-java.lang.String-java.lang.Object-">setProperty(String, Object)</a></span> - Static method in class org.apache.velocity.app.<a href="org/apache/velocity/app/Velocity.html" title="class in org.apache.velocity.app">Velocity</a></dt>
<dd>
<div class="block">Set a Velocity Runtime property.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/app/VelocityEngine.html#setProperty-java.lang.String-java.lang.Object-">setProperty(String, Object)</a></span> - Method in class org.apache.velocity.app.<a href="org/apache/velocity/app/VelocityEngine.html" title="class in org.apache.velocity.app">VelocityEngine</a></dt>
<dd>
<div class="block">Set a Velocity Runtime property.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeInstance.html#setProperty-java.lang.String-java.lang.Object-">setProperty(String, Object)</a></span> - Method in class org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeInstance.html" title="class in org.apache.velocity.runtime">RuntimeInstance</a></dt>
<dd>
<div class="block">Allows an external system to set a property in
the Velocity Runtime.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeServices.html#setProperty-java.lang.String-java.lang.Object-">setProperty(String, Object)</a></span> - Method in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeServices.html" title="interface in org.apache.velocity.runtime">RuntimeServices</a></dt>
<dd>
<div class="block">Allows an external system to set a property in
the Velocity Runtime.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeSingleton.html#setProperty-java.lang.String-java.lang.Object-">setProperty(String, Object)</a></span> - Static method in class org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeSingleton.html" title="class in org.apache.velocity.runtime">RuntimeSingleton</a></dt>
<dd>
<div class="block">Allows an external system to set a property in
the Velocity Runtime.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/ExtProperties.html#setProperty-java.lang.String-java.lang.Object-">setProperty(String, Object)</a></span> - Method in class org.apache.velocity.util.<a href="org/apache/velocity/util/ExtProperties.html" title="class in org.apache.velocity.util">ExtProperties</a></dt>
<dd>
<div class="block">Set a property, this will replace any previously
set values.</div>
</dd>
<dt><a href="org/apache/velocity/runtime/parser/node/SetPropertyExecutor.html" title="class in org.apache.velocity.runtime.parser.node"><span class="typeNameLink">SetPropertyExecutor</span></a> - Class in <a href="org/apache/velocity/runtime/parser/node/package-summary.html">org.apache.velocity.runtime.parser.node</a></dt>
<dd>
<div class="block">Executor for looking up property names in the passed in class
This will try to find a set&lt;foo&gt;(key, value) method</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/SetPropertyExecutor.html#SetPropertyExecutor-org.slf4j.Logger-org.apache.velocity.util.introspection.Introspector-java.lang.Class-java.lang.String-java.lang.Object-">SetPropertyExecutor(Logger, Introspector, Class&lt;?&gt;, String, Object)</a></span> - Constructor for class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/SetPropertyExecutor.html" title="class in org.apache.velocity.runtime.parser.node">SetPropertyExecutor</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/runtime/parser/node/SetPublicFieldExecutor.html" title="class in org.apache.velocity.runtime.parser.node"><span class="typeNameLink">SetPublicFieldExecutor</span></a> - Class in <a href="org/apache/velocity/runtime/parser/node/package-summary.html">org.apache.velocity.runtime.parser.node</a></dt>
<dd>
<div class="block">Executor for setting public fields in objects</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/SetPublicFieldExecutor.html#SetPublicFieldExecutor-org.slf4j.Logger-org.apache.velocity.util.introspection.Introspector-java.lang.Class-java.lang.String-java.lang.Object-">SetPublicFieldExecutor(Logger, Introspector, Class&lt;?&gt;, String, Object)</a></span> - Constructor for class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/SetPublicFieldExecutor.html" title="class in org.apache.velocity.runtime.parser.node">SetPublicFieldExecutor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/exception/MethodInvocationException.html#setReferenceName-java.lang.String-">setReferenceName(String)</a></span> - Method in exception org.apache.velocity.exception.<a href="org/apache/velocity/exception/MethodInvocationException.html" title="class in org.apache.velocity.exception">MethodInvocationException</a></dt>
<dd>
<div class="block">Sets the reference name that threw this exception.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/VelocimacroManager.html#setRegisterFromLib-boolean-">setRegisterFromLib(boolean)</a></span> - Method in class org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/VelocimacroManager.html" title="class in org.apache.velocity.runtime">VelocimacroManager</a></dt>
<dd>
<div class="block">Should macros registered from Libraries be marked special?</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/loader/StringResourceLoader.html#setRepository-java.lang.String-org.apache.velocity.runtime.resource.util.StringResourceRepository-">setRepository(String, StringResourceRepository)</a></span> - Static method in class org.apache.velocity.runtime.resource.loader.<a href="org/apache/velocity/runtime/resource/loader/StringResourceLoader.html" title="class in org.apache.velocity.runtime.resource.loader">StringResourceLoader</a></dt>
<dd>
<div class="block">Sets the specified <a href="org/apache/velocity/runtime/resource/util/StringResourceRepository.html" title="interface in org.apache.velocity.runtime.resource.util"><code>StringResourceRepository</code></a> in static storage
under the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/Resource.html#setResourceLoader-org.apache.velocity.runtime.resource.loader.ResourceLoader-">setResourceLoader(ResourceLoader)</a></span> - Method in class org.apache.velocity.runtime.resource.<a href="org/apache/velocity/runtime/resource/Resource.html" title="class in org.apache.velocity.runtime.resource">Resource</a></dt>
<dd>
<div class="block">Set the template loader for this template.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/spring/VelocityEngineFactory.html#setResourceLoader-org.springframework.core.io.ResourceLoader-">setResourceLoader(ResourceLoader)</a></span> - Method in class org.apache.velocity.spring.<a href="org/apache/velocity/spring/VelocityEngineFactory.html" title="class in org.apache.velocity.spring">VelocityEngineFactory</a></dt>
<dd>
<div class="block">Set the Spring ResourceLoader to use for loading Velocity template files.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/spring/VelocityEngineFactory.html#setResourceLoaderPath-java.lang.String-">setResourceLoaderPath(String)</a></span> - Method in class org.apache.velocity.spring.<a href="org/apache/velocity/spring/VelocityEngineFactory.html" title="class in org.apache.velocity.spring">VelocityEngineFactory</a></dt>
<dd>
<div class="block">Set the Velocity resource loader path via a Spring resource location.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/app/event/EventCartridge.html#setRuntimeServices-org.apache.velocity.runtime.RuntimeServices-">setRuntimeServices(RuntimeServices)</a></span> - Method in class org.apache.velocity.app.event.<a href="org/apache/velocity/app/event/EventCartridge.html" title="class in org.apache.velocity.app.event">EventCartridge</a></dt>
<dd>
<div class="block">runtime services setter, called during initialization</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/app/event/implement/EscapeReference.html#setRuntimeServices-org.apache.velocity.runtime.RuntimeServices-">setRuntimeServices(RuntimeServices)</a></span> - Method in class org.apache.velocity.app.event.implement.<a href="org/apache/velocity/app/event/implement/EscapeReference.html" title="class in org.apache.velocity.app.event.implement">EscapeReference</a></dt>
<dd>
<div class="block">Called automatically when event cartridge is initialized.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/app/event/implement/IncludeNotFound.html#setRuntimeServices-org.apache.velocity.runtime.RuntimeServices-">setRuntimeServices(RuntimeServices)</a></span> - Method in class org.apache.velocity.app.event.implement.<a href="org/apache/velocity/app/event/implement/IncludeNotFound.html" title="class in org.apache.velocity.app.event.implement">IncludeNotFound</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/app/event/implement/PrintExceptions.html#setRuntimeServices-org.apache.velocity.runtime.RuntimeServices-">setRuntimeServices(RuntimeServices)</a></span> - Method in class org.apache.velocity.app.event.implement.<a href="org/apache/velocity/app/event/implement/PrintExceptions.html" title="class in org.apache.velocity.app.event.implement">PrintExceptions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/app/event/implement/ReportInvalidReferences.html#setRuntimeServices-org.apache.velocity.runtime.RuntimeServices-">setRuntimeServices(RuntimeServices)</a></span> - Method in class org.apache.velocity.app.event.implement.<a href="org/apache/velocity/app/event/implement/ReportInvalidReferences.html" title="class in org.apache.velocity.app.event.implement">ReportInvalidReferences</a></dt>
<dd>
<div class="block">Called automatically when event cartridge is initialized.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/Resource.html#setRuntimeServices-org.apache.velocity.runtime.RuntimeServices-">setRuntimeServices(RuntimeServices)</a></span> - Method in class org.apache.velocity.runtime.resource.<a href="org/apache/velocity/runtime/resource/Resource.html" title="class in org.apache.velocity.runtime.resource">Resource</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/introspection/UberspectImpl.html#setRuntimeServices-org.apache.velocity.runtime.RuntimeServices-">setRuntimeServices(RuntimeServices)</a></span> - Method in class org.apache.velocity.util.introspection.<a href="org/apache/velocity/util/introspection/UberspectImpl.html" title="class in org.apache.velocity.util.introspection">UberspectImpl</a></dt>
<dd>
<div class="block">sets the runtime services</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/introspection/UberspectPublicFields.html#setRuntimeServices-org.apache.velocity.runtime.RuntimeServices-">setRuntimeServices(RuntimeServices)</a></span> - Method in class org.apache.velocity.util.introspection.<a href="org/apache/velocity/util/introspection/UberspectPublicFields.html" title="class in org.apache.velocity.util.introspection">UberspectPublicFields</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/RuntimeServicesAware.html#setRuntimeServices-org.apache.velocity.runtime.RuntimeServices-">setRuntimeServices(RuntimeServices)</a></span> - Method in interface org.apache.velocity.util.<a href="org/apache/velocity/util/RuntimeServicesAware.html" title="interface in org.apache.velocity.util">RuntimeServicesAware</a></dt>
<dd>
<div class="block">Called automatically when event cartridge is initialized.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/VelocimacroManager.html#setTemplateLocalInlineVM-boolean-">setTemplateLocalInlineVM(boolean)</a></span> - Method in class org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/VelocimacroManager.html" title="class in org.apache.velocity.runtime">VelocimacroManager</a></dt>
<dd>
<div class="block">Should macros from the same template be inlined?</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/Resource.html#setType-int-">setType(int)</a></span> - Method in class org.apache.velocity.runtime.resource.<a href="org/apache/velocity/runtime/resource/Resource.html" title="class in org.apache.velocity.runtime.resource">Resource</a></dt>
<dd>
<div class="block">Sets the type of this Resource (RESOURCE_TEMPLATE or RESOURCE_CONTENT)</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTReference.html#setValue-org.apache.velocity.context.InternalContextAdapter-java.lang.Object-">setValue(InternalContextAdapter, Object)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTReference.html" title="class in org.apache.velocity.runtime.parser.node">ASTReference</a></dt>
<dd>
<div class="block">Sets the value of a complex reference (something like $foo.bar)
Currently used by ASTSetReference()</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/spring/VelocityEngineFactory.html#setVelocityProperties-java.util.Properties-">setVelocityProperties(Properties)</a></span> - Method in class org.apache.velocity.spring.<a href="org/apache/velocity/spring/VelocityEngineFactory.html" title="class in org.apache.velocity.spring">VelocityEngineFactory</a></dt>
<dd>
<div class="block">Set Velocity properties, like "file.resource.loader.path".</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/spring/VelocityEngineFactory.html#setVelocityPropertiesMap-java.util.Map-">setVelocityPropertiesMap(Map&lt;String, Object&gt;)</a></span> - Method in class org.apache.velocity.spring.<a href="org/apache/velocity/spring/VelocityEngineFactory.html" title="class in org.apache.velocity.spring">VelocityEngineFactory</a></dt>
<dd>
<div class="block">Set Velocity properties as Map, to allow for non-String values
like "ds.resource.loader.instance".</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/visitor/BaseVisitor.html#setWriter-java.io.Writer-">setWriter(Writer)</a></span> - Method in class org.apache.velocity.runtime.visitor.<a href="org/apache/velocity/runtime/visitor/BaseVisitor.html" title="class in org.apache.velocity.runtime.visitor">BaseVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/runtime/parser/node/SimpleNode.html" title="class in org.apache.velocity.runtime.parser.node"><span class="typeNameLink">SimpleNode</span></a> - Class in <a href="org/apache/velocity/runtime/parser/node/package-summary.html">org.apache.velocity.runtime.parser.node</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/SimpleNode.html#SimpleNode-int-">SimpleNode(int)</a></span> - Constructor for class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/SimpleNode.html" title="class in org.apache.velocity.runtime.parser.node">SimpleNode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/SimpleNode.html#SimpleNode-org.apache.velocity.runtime.parser.Parser-int-">SimpleNode(Parser, int)</a></span> - Constructor for class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/SimpleNode.html" title="class in org.apache.velocity.runtime.parser.node">SimpleNode</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/util/SimplePool.html" title="class in org.apache.velocity.util"><span class="typeNameLink">SimplePool</span></a> - Class in <a href="org/apache/velocity/util/package-summary.html">org.apache.velocity.util</a></dt>
<dd>
<div class="block">Simple object pool.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/SimplePool.html#SimplePool-int-">SimplePool(int)</a></span> - Constructor for class org.apache.velocity.util.<a href="org/apache/velocity/util/SimplePool.html" title="class in org.apache.velocity.util">SimplePool</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParserConstants.html#SINGLE_LINE_COMMENT">SINGLE_LINE_COMMENT</a></span> - Static variable in interface org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParserConstants.html" title="interface in org.apache.velocity.runtime.parser">StandardParserConstants</a></dt>
<dd>
<div class="block">RegularExpression Id.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParserConstants.html#SINGLE_LINE_COMMENT_START">SINGLE_LINE_COMMENT_START</a></span> - Static variable in interface org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParserConstants.html" title="interface in org.apache.velocity.runtime.parser">StandardParserConstants</a></dt>
<dd>
<div class="block">RegularExpression Id.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/script/VelocityScriptEngine.SingleResourceReader.html#SingleResourceReader-java.io.Reader-">SingleResourceReader(Reader)</a></span> - Constructor for class org.apache.velocity.script.<a href="org/apache/velocity/script/VelocityScriptEngine.SingleResourceReader.html" title="class in org.apache.velocity.script">VelocityScriptEngine.SingleResourceReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTIntegerRange.IntegerRange.html#size--">size()</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTIntegerRange.IntegerRange.html" title="class in org.apache.velocity.runtime.parser.node">ASTIntegerRange.IntegerRange</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/ArrayListWrapper.html#size--">size()</a></span> - Method in class org.apache.velocity.util.<a href="org/apache/velocity/util/ArrayListWrapper.html" title="class in org.apache.velocity.util">ArrayListWrapper</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/io/UnicodeInputStream.html#skip-long-">skip(long)</a></span> - Method in class org.apache.velocity.io.<a href="org/apache/velocity/io/UnicodeInputStream.html" title="class in org.apache.velocity.io">UnicodeInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeConstants.html#SKIP_INVALID_ITERATOR">SKIP_INVALID_ITERATOR</a></span> - Static variable in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeConstants.html" title="interface in org.apache.velocity.runtime">RuntimeConstants</a></dt>
<dd>
<div class="block">Whether to throw an exception or just skip bad iterables.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeConstants.html#SPACE_GOBBLING">SPACE_GOBBLING</a></span> - Static variable in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeConstants.html" title="interface in org.apache.velocity.runtime">RuntimeConstants</a></dt>
<dd>
<div class="block">Space gobbling mode</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/ParseException.html#specialConstructor">specialConstructor</a></span> - Variable in exception org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/ParseException.html" title="class in org.apache.velocity.runtime.parser">ParseException</a></dt>
<dd>
<div class="block">This variable determines which constructor was used to create
this object and thereby affects the semantics of the
"getMessage" method (see below).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/Token.html#specialToken">specialToken</a></span> - Variable in class org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/Token.html" title="class in org.apache.velocity.runtime.parser">Token</a></dt>
<dd>
<div class="block">This field is used to access special tokens that occur prior to this
token, but after the immediately preceding regular (non-special) token.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/spring/SpringResourceLoader.html#SPRING_RESOURCE_LOADER">SPRING_RESOURCE_LOADER</a></span> - Static variable in class org.apache.velocity.spring.<a href="org/apache/velocity/spring/SpringResourceLoader.html" title="class in org.apache.velocity.spring">SpringResourceLoader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/spring/SpringResourceLoader.html#SPRING_RESOURCE_LOADER_CACHE">SPRING_RESOURCE_LOADER_CACHE</a></span> - Static variable in class org.apache.velocity.spring.<a href="org/apache/velocity/spring/SpringResourceLoader.html" title="class in org.apache.velocity.spring">SpringResourceLoader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/spring/SpringResourceLoader.html#SPRING_RESOURCE_LOADER_CLASS">SPRING_RESOURCE_LOADER_CLASS</a></span> - Static variable in class org.apache.velocity.spring.<a href="org/apache/velocity/spring/SpringResourceLoader.html" title="class in org.apache.velocity.spring">SpringResourceLoader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/spring/SpringResourceLoader.html#SPRING_RESOURCE_LOADER_PATH">SPRING_RESOURCE_LOADER_PATH</a></span> - Static variable in class org.apache.velocity.spring.<a href="org/apache/velocity/spring/SpringResourceLoader.html" title="class in org.apache.velocity.spring">SpringResourceLoader</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/spring/SpringResourceLoader.html" title="class in org.apache.velocity.spring"><span class="typeNameLink">SpringResourceLoader</span></a> - Class in <a href="org/apache/velocity/spring/package-summary.html">org.apache.velocity.spring</a></dt>
<dd>
<div class="block">Velocity ResourceLoader adapter that loads via a Spring ResourceLoader.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/spring/SpringResourceLoader.html#SpringResourceLoader--">SpringResourceLoader()</a></span> - Constructor for class org.apache.velocity.spring.<a href="org/apache/velocity/spring/SpringResourceLoader.html" title="class in org.apache.velocity.spring">SpringResourceLoader</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/runtime/parser/StandardParser.html" title="class in org.apache.velocity.runtime.parser"><span class="typeNameLink">StandardParser</span></a> - Class in <a href="org/apache/velocity/runtime/parser/package-summary.html">org.apache.velocity.runtime.parser</a></dt>
<dd>
<div class="block">This class is responsible for parsing a Velocity
template.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParser.html#StandardParser-org.apache.velocity.runtime.RuntimeServices-">StandardParser(RuntimeServices)</a></span> - Constructor for class org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParser.html" title="class in org.apache.velocity.runtime.parser">StandardParser</a></dt>
<dd>
<div class="block">This constructor was added to allow the re-use of parsers.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParser.html#StandardParser-org.apache.velocity.runtime.parser.CharStream-">StandardParser(CharStream)</a></span> - Constructor for class org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParser.html" title="class in org.apache.velocity.runtime.parser">StandardParser</a></dt>
<dd>
<div class="block">Constructor with user supplied CharStream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParser.html#StandardParser-org.apache.velocity.runtime.parser.StandardParserTokenManager-">StandardParser(StandardParserTokenManager)</a></span> - Constructor for class org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParser.html" title="class in org.apache.velocity.runtime.parser">StandardParser</a></dt>
<dd>
<div class="block">Constructor with generated Token Manager.</div>
</dd>
<dt><a href="org/apache/velocity/runtime/parser/StandardParserConstants.html" title="interface in org.apache.velocity.runtime.parser"><span class="typeNameLink">StandardParserConstants</span></a> - Interface in <a href="org/apache/velocity/runtime/parser/package-summary.html">org.apache.velocity.runtime.parser</a></dt>
<dd>
<div class="block">Token literal values and constants.</div>
</dd>
<dt><a href="org/apache/velocity/runtime/parser/StandardParserTokenManager.html" title="class in org.apache.velocity.runtime.parser"><span class="typeNameLink">StandardParserTokenManager</span></a> - Class in <a href="org/apache/velocity/runtime/parser/package-summary.html">org.apache.velocity.runtime.parser</a></dt>
<dd>
<div class="block">Token Manager.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParserTokenManager.html#StandardParserTokenManager-org.apache.velocity.runtime.parser.StandardParser-org.apache.velocity.runtime.parser.CharStream-">StandardParserTokenManager(StandardParser, CharStream)</a></span> - Constructor for class org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParserTokenManager.html" title="class in org.apache.velocity.runtime.parser">StandardParserTokenManager</a></dt>
<dd>
<div class="block">Constructor with parser.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParserTokenManager.html#StandardParserTokenManager-org.apache.velocity.runtime.parser.StandardParser-org.apache.velocity.runtime.parser.CharStream-int-">StandardParserTokenManager(StandardParser, CharStream, int)</a></span> - Constructor for class org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParserTokenManager.html" title="class in org.apache.velocity.runtime.parser">StandardParserTokenManager</a></dt>
<dd>
<div class="block">Constructor with parser.</div>
</dd>
<dt><a href="org/apache/velocity/runtime/parser/node/StandardParserTreeConstants.html" title="interface in org.apache.velocity.runtime.parser.node"><span class="typeNameLink">StandardParserTreeConstants</span></a> - Interface in <a href="org/apache/velocity/runtime/parser/node/package-summary.html">org.apache.velocity.runtime.parser.node</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/runtime/parser/node/StandardParserVisitor.html" title="interface in org.apache.velocity.runtime.parser.node"><span class="typeNameLink">StandardParserVisitor</span></a> - Interface in <a href="org/apache/velocity/runtime/parser/node/package-summary.html">org.apache.velocity.runtime.parser.node</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTTextblock.html#START">START</a></span> - Variable in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTTextblock.html" title="class in org.apache.velocity.runtime.parser.node">ASTTextblock</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/ExtProperties.html#START_TOKEN">START_TOKEN</a></span> - Static variable in class org.apache.velocity.util.<a href="org/apache/velocity/util/ExtProperties.html" title="class in org.apache.velocity.util">ExtProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/SimpleNode.html#state">state</a></span> - Variable in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/SimpleNode.html" title="class in org.apache.velocity.runtime.parser.node">SimpleNode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParser.html#Statement-boolean-">Statement(boolean)</a></span> - Method in class org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParser.html" title="class in org.apache.velocity.runtime.parser">StandardParser</a></dt>
<dd>
<div class="block">These are the types of statements that
are acceptable in Velocity templates.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParserTokenManager.html#stateStackPop--">stateStackPop()</a></span> - Method in class org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParserTokenManager.html" title="class in org.apache.velocity.runtime.parser">StandardParserTokenManager</a></dt>
<dd>
<div class="block">pops a state off the stack, and restores paren counts</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParserTokenManager.html#stateStackPush--">stateStackPush()</a></span> - Method in class org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParserTokenManager.html" title="class in org.apache.velocity.runtime.parser">StandardParserTokenManager</a></dt>
<dd>
<div class="block">pushes the current state onto the 'state stack',
and maintains the parens counts
public because we need it in PD &amp; VM handling</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/TokenMgrError.html#STATIC_LEXER_ERROR">STATIC_LEXER_ERROR</a></span> - Static variable in error org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/TokenMgrError.html" title="class in org.apache.velocity.runtime.parser">TokenMgrError</a></dt>
<dd>
<div class="block">An attempt was made to create a second instance of a static token manager.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/loader/StringResourceLoader.html#STATIC_REPOSITORIES">STATIC_REPOSITORIES</a></span> - Static variable in class org.apache.velocity.runtime.resource.loader.<a href="org/apache/velocity/runtime/resource/loader/StringResourceLoader.html" title="class in org.apache.velocity.runtime.resource.loader">StringResourceLoader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/VelocityCharStream.html#staticFlag">staticFlag</a></span> - Static variable in class org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/VelocityCharStream.html" title="class in org.apache.velocity.runtime.parser">VelocityCharStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/Scope.html#stop--">stop()</a></span> - Method in class org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/Scope.html" title="class in org.apache.velocity.runtime.directive">Scope</a></dt>
<dd>
<div class="block">Allows #stop to easily trigger the proper StopCommand for this scope.</div>
</dd>
<dt><a href="org/apache/velocity/runtime/directive/Stop.html" title="class in org.apache.velocity.runtime.directive"><span class="typeNameLink">Stop</span></a> - Class in <a href="org/apache/velocity/runtime/directive/package-summary.html">org.apache.velocity.runtime.directive</a></dt>
<dd>
<div class="block">This class implements the #stop directive which allows
a user to stop the merging and rendering process.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/Stop.html#Stop--">Stop()</a></span> - Constructor for class org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/Stop.html" title="class in org.apache.velocity.runtime.directive">Stop</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/runtime/directive/StopCommand.html" title="class in org.apache.velocity.runtime.directive"><span class="typeNameLink">StopCommand</span></a> - Error in <a href="org/apache/velocity/runtime/directive/package-summary.html">org.apache.velocity.runtime.directive</a></dt>
<dd>
<div class="block">Stop command for directive Control objects.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/StopCommand.html#StopCommand--">StopCommand()</a></span> - Constructor for error org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/StopCommand.html" title="class in org.apache.velocity.runtime.directive">StopCommand</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/StopCommand.html#StopCommand-java.lang.String-">StopCommand(String)</a></span> - Constructor for error org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/StopCommand.html" title="class in org.apache.velocity.runtime.directive">StopCommand</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/StopCommand.html#StopCommand-java.lang.Object-">StopCommand(Object)</a></span> - Constructor for error org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/StopCommand.html" title="class in org.apache.velocity.runtime.directive">StopCommand</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeConstants.html#STRICT_MATH">STRICT_MATH</a></span> - Static variable in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeConstants.html" title="interface in org.apache.velocity.runtime">RuntimeConstants</a></dt>
<dd>
<div class="block">Switch for ignoring nulls in math equations vs throwing exceptions.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTReference.html#strictEscape">strictEscape</a></span> - Variable in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTReference.html" title="class in org.apache.velocity.runtime.parser.node">ASTReference</a></dt>
<dd>
<div class="block">Indicates if we are using modified escape behavior in strict mode.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParser.html#strictEscape">strictEscape</a></span> - Variable in class org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParser.html" title="class in org.apache.velocity.runtime.parser">StandardParser</a></dt>
<dd>
<div class="block">Set to true if the property
RuntimeConstants.RUNTIME_REFERENCES_STRICT_ESCAPE is set to true</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTMathNode.html#strictMode">strictMode</a></span> - Variable in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTMathNode.html" title="class in org.apache.velocity.runtime.parser.node">ASTMathNode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTNegateNode.html#strictMode">strictMode</a></span> - Variable in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTNegateNode.html" title="class in org.apache.velocity.runtime.parser.node">ASTNegateNode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/Parse.html#strictRef">strictRef</a></span> - Variable in class org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/Parse.html" title="class in org.apache.velocity.runtime.directive">Parse</a></dt>
<dd>
<div class="block">Indicates if we are running in strict reference mode.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/RuntimeMacro.html#strictRef">strictRef</a></span> - Variable in class org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/RuntimeMacro.html" title="class in org.apache.velocity.runtime.directive">RuntimeMacro</a></dt>
<dd>
<div class="block">Indicates if we are running in strict reference mode.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTIdentifier.html#strictRef">strictRef</a></span> - Variable in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTIdentifier.html" title="class in org.apache.velocity.runtime.parser.node">ASTIdentifier</a></dt>
<dd>
<div class="block">Indicates if we are running in strict reference mode.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTIndex.html#strictRef">strictRef</a></span> - Variable in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTIndex.html" title="class in org.apache.velocity.runtime.parser.node">ASTIndex</a></dt>
<dd>
<div class="block">Indicates if we are running in strict reference mode.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTMethod.html#strictRef">strictRef</a></span> - Variable in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTMethod.html" title="class in org.apache.velocity.runtime.parser.node">ASTMethod</a></dt>
<dd>
<div class="block">Indicates if we are running in strict reference mode.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTReference.html#strictRef">strictRef</a></span> - Variable in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTReference.html" title="class in org.apache.velocity.runtime.parser.node">ASTReference</a></dt>
<dd>
<div class="block">Indicates if we are running in strict reference mode.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTSetDirective.html#strictRef">strictRef</a></span> - Variable in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTSetDirective.html" title="class in org.apache.velocity.runtime.parser.node">ASTSetDirective</a></dt>
<dd>
<div class="block">Indicates if we are running in strict reference mode.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParserConstants.html#STRING_LITERAL">STRING_LITERAL</a></span> - Static variable in interface org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParserConstants.html" title="interface in org.apache.velocity.runtime.parser">StandardParserConstants</a></dt>
<dd>
<div class="block">RegularExpression Id.</div>
</dd>
<dt><a href="org/apache/velocity/util/StringBuilderWriter.html" title="class in org.apache.velocity.util"><span class="typeNameLink">StringBuilderWriter</span></a> - Class in <a href="org/apache/velocity/util/package-summary.html">org.apache.velocity.util</a></dt>
<dd>
<div class="block"><a href="https://docs.oracle.com/javase/8/docs/api/java/io/Writer.html?is-external=true" title="class or interface in java.io"><code>Writer</code></a> implementation that outputs to a <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/StringBuilder.html?is-external=true" title="class or interface in java.lang"><code>StringBuilder</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/StringBuilderWriter.html#StringBuilderWriter--">StringBuilderWriter()</a></span> - Constructor for class org.apache.velocity.util.<a href="org/apache/velocity/util/StringBuilderWriter.html" title="class in org.apache.velocity.util">StringBuilderWriter</a></dt>
<dd>
<div class="block">Constructs a new <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/StringBuilder.html?is-external=true" title="class or interface in java.lang"><code>StringBuilder</code></a> instance with default capacity.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/StringBuilderWriter.html#StringBuilderWriter-int-">StringBuilderWriter(int)</a></span> - Constructor for class org.apache.velocity.util.<a href="org/apache/velocity/util/StringBuilderWriter.html" title="class in org.apache.velocity.util">StringBuilderWriter</a></dt>
<dd>
<div class="block">Constructs a new <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/StringBuilder.html?is-external=true" title="class or interface in java.lang"><code>StringBuilder</code></a> instance with the specified capacity.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/StringBuilderWriter.html#StringBuilderWriter-java.lang.StringBuilder-">StringBuilderWriter(StringBuilder)</a></span> - Constructor for class org.apache.velocity.util.<a href="org/apache/velocity/util/StringBuilderWriter.html" title="class in org.apache.velocity.util">StringBuilderWriter</a></dt>
<dd>
<div class="block">Constructs a new instance with the specified <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/StringBuilder.html?is-external=true" title="class or interface in java.lang"><code>StringBuilder</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParser.html#StringLiteral--">StringLiteral()</a></span> - Method in class org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParser.html" title="class in org.apache.velocity.runtime.parser">StandardParser</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/runtime/resource/util/StringResource.html" title="class in org.apache.velocity.runtime.resource.util"><span class="typeNameLink">StringResource</span></a> - Class in <a href="org/apache/velocity/runtime/resource/util/package-summary.html">org.apache.velocity.runtime.resource.util</a></dt>
<dd>
<div class="block">Wrapper for Strings containing templates, allowing to add additional meta
data like timestamps.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/util/StringResource.html#StringResource-java.lang.String-java.lang.String-">StringResource(String, String)</a></span> - Constructor for class org.apache.velocity.runtime.resource.util.<a href="org/apache/velocity/runtime/resource/util/StringResource.html" title="class in org.apache.velocity.runtime.resource.util">StringResource</a></dt>
<dd>
<div class="block">convenience constructor; sets body to 'body' and sets lastModified to now</div>
</dd>
<dt><a href="org/apache/velocity/runtime/resource/loader/StringResourceLoader.html" title="class in org.apache.velocity.runtime.resource.loader"><span class="typeNameLink">StringResourceLoader</span></a> - Class in <a href="org/apache/velocity/runtime/resource/loader/package-summary.html">org.apache.velocity.runtime.resource.loader</a></dt>
<dd>
<div class="block">Resource loader that works with Strings.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/loader/StringResourceLoader.html#StringResourceLoader--">StringResourceLoader()</a></span> - Constructor for class org.apache.velocity.runtime.resource.loader.<a href="org/apache/velocity/runtime/resource/loader/StringResourceLoader.html" title="class in org.apache.velocity.runtime.resource.loader">StringResourceLoader</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/runtime/resource/util/StringResourceRepository.html" title="interface in org.apache.velocity.runtime.resource.util"><span class="typeNameLink">StringResourceRepository</span></a> - Interface in <a href="org/apache/velocity/runtime/resource/util/package-summary.html">org.apache.velocity.runtime.resource.util</a></dt>
<dd>
<div class="block">A StringResourceRepository functions as a central repository for Velocity templates
stored in Strings.</div>
</dd>
<dt><a href="org/apache/velocity/runtime/resource/util/StringResourceRepositoryImpl.html" title="class in org.apache.velocity.runtime.resource.util"><span class="typeNameLink">StringResourceRepositoryImpl</span></a> - Class in <a href="org/apache/velocity/runtime/resource/util/package-summary.html">org.apache.velocity.runtime.resource.util</a></dt>
<dd>
<div class="block">Default implementation of StringResourceRepository.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/util/StringResourceRepositoryImpl.html#StringResourceRepositoryImpl--">StringResourceRepositoryImpl()</a></span> - Constructor for class org.apache.velocity.runtime.resource.util.<a href="org/apache/velocity/runtime/resource/util/StringResourceRepositoryImpl.html" title="class in org.apache.velocity.runtime.resource.util">StringResourceRepositoryImpl</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/util/StringUtils.html" title="class in org.apache.velocity.util"><span class="typeNameLink">StringUtils</span></a> - Class in <a href="org/apache/velocity/util/package-summary.html">org.apache.velocity.util</a></dt>
<dd>
<div class="block">This class provides some methods for dynamically
invoking methods in objects, and some string
manipulation and formatting methods.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/StringUtils.html#StringUtils--">StringUtils()</a></span> - Constructor for class org.apache.velocity.util.<a href="org/apache/velocity/util/StringUtils.html" title="class in org.apache.velocity.util">StringUtils</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/ExtProperties.html#subset-java.lang.String-">subset(String)</a></span> - Method in class org.apache.velocity.util.<a href="org/apache/velocity/util/ExtProperties.html" title="class in org.apache.velocity.util">ExtProperties</a></dt>
<dd>
<div class="block">Create an ExtProperties object that is a subset
of this one.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/MathUtils.html#subtract-java.lang.Number-java.lang.Number-">subtract(Number, Number)</a></span> - Static method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/MathUtils.html" title="class in org.apache.velocity.runtime.parser.node">MathUtils</a></dt>
<dd>
<div class="block">Subtract two numbers and return the correct value / type.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParserConstants.html#SUFFIX">SUFFIX</a></span> - Static variable in interface org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParserConstants.html" title="interface in org.apache.velocity.runtime.parser">StandardParserConstants</a></dt>
<dd>
<div class="block">RegularExpression Id.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParserTokenManager.html#switchTo-int-">switchTo(int)</a></span> - Method in class org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParserTokenManager.html" title="class in org.apache.velocity.runtime.parser">StandardParserTokenManager</a></dt>
<dd>
<div class="block">Switches to a new state (add some log to the default method)</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParserTokenManager.html#SwitchTo-int-">SwitchTo(int)</a></span> - Method in class org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParserTokenManager.html" title="class in org.apache.velocity.runtime.parser">StandardParserTokenManager</a></dt>
<dd>
<div class="block">Switch to specified lex state.</div>
</dd>
</dl>
<a name="I:T">
<!-- -->
</a>
<h2 class="title">T</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/SimpleNode.html#template">template</a></span> - Variable in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/SimpleNode.html" title="class in org.apache.velocity.runtime.parser.node">SimpleNode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/script/VelocityCompiledScript.html#template">template</a></span> - Variable in class org.apache.velocity.script.<a href="org/apache/velocity/script/VelocityCompiledScript.html" title="class in org.apache.velocity.script">VelocityCompiledScript</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/Template.html" title="class in org.apache.velocity"><span class="typeNameLink">Template</span></a> - Class in <a href="org/apache/velocity/package-summary.html">org.apache.velocity</a></dt>
<dd>
<div class="block">This class is used for controlling all template
operations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/Template.html#Template--">Template()</a></span> - Constructor for class org.apache.velocity.<a href="org/apache/velocity/Template.html" title="class in org.apache.velocity">Template</a></dt>
<dd>
<div class="block">Default constructor</div>
</dd>
<dt><a href="org/apache/velocity/util/TemplateBoolean.html" title="interface in org.apache.velocity.util"><span class="typeNameLink">TemplateBoolean</span></a> - Interface in <a href="org/apache/velocity/util/package-summary.html">org.apache.velocity.util</a></dt>
<dd>
<div class="block">Any object in the context which implements TemplateBoolean will use the
getAsBoolean() method for #if( $ref ) calls.</div>
</dd>
<dt><a href="org/apache/velocity/exception/TemplateInitException.html" title="class in org.apache.velocity.exception"><span class="typeNameLink">TemplateInitException</span></a> - Exception in <a href="org/apache/velocity/exception/package-summary.html">org.apache.velocity.exception</a></dt>
<dd>
<div class="block">Exception generated to indicate parse errors caught during
directive initialization (e.g.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/exception/TemplateInitException.html#TemplateInitException-java.lang.String-java.lang.String-int-int-">TemplateInitException(String, String, int, int)</a></span> - Constructor for exception org.apache.velocity.exception.<a href="org/apache/velocity/exception/TemplateInitException.html" title="class in org.apache.velocity.exception">TemplateInitException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/exception/TemplateInitException.html#TemplateInitException-java.lang.String-org.apache.velocity.runtime.parser.ParseException-java.lang.String-int-int-">TemplateInitException(String, ParseException, String, int, int)</a></span> - Constructor for exception org.apache.velocity.exception.<a href="org/apache/velocity/exception/TemplateInitException.html" title="class in org.apache.velocity.exception">TemplateInitException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/exception/TemplateInitException.html#TemplateInitException-java.lang.String-org.apache.velocity.runtime.parser.ParseException-java.lang.String:A-java.lang.String-int-int-">TemplateInitException(String, ParseException, String[], String, int, int)</a></span> - Constructor for exception org.apache.velocity.exception.<a href="org/apache/velocity/exception/TemplateInitException.html" title="class in org.apache.velocity.exception">TemplateInitException</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/util/TemplateNumber.html" title="interface in org.apache.velocity.util"><span class="typeNameLink">TemplateNumber</span></a> - Interface in <a href="org/apache/velocity/util/package-summary.html">org.apache.velocity.util</a></dt>
<dd>
<div class="block">Any object in the context which implements TemplateNumber will be treated
as a number for the purposes of arithmetic operations and comparison.</div>
</dd>
<dt><a href="org/apache/velocity/runtime/parser/TemplateParseException.html" title="class in org.apache.velocity.runtime.parser"><span class="typeNameLink">TemplateParseException</span></a> - Exception in <a href="org/apache/velocity/runtime/parser/package-summary.html">org.apache.velocity.runtime.parser</a></dt>
<dd>
<div class="block">This is an extension of the ParseException, which also takes a
template name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/TemplateParseException.html#TemplateParseException-org.apache.velocity.runtime.parser.Token-int:A:A-java.lang.String:A-java.lang.String-">TemplateParseException(Token, int[][], String[], String)</a></span> - Constructor for exception org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/TemplateParseException.html" title="class in org.apache.velocity.runtime.parser">TemplateParseException</a></dt>
<dd>
<div class="block">This constructor is used to add a template name
to info cribbed from a ParseException generated in the parser.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/TemplateParseException.html#TemplateParseException-org.apache.velocity.runtime.parser.Token-int:A:A-java.lang.String:A-">TemplateParseException(Token, int[][], String[])</a></span> - Constructor for exception org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/TemplateParseException.html" title="class in org.apache.velocity.runtime.parser">TemplateParseException</a></dt>
<dd>
<div class="block">This constructor is used by the method "generateParseException"
in the generated parser.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/TemplateParseException.html#TemplateParseException--">TemplateParseException()</a></span> - Constructor for exception org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/TemplateParseException.html" title="class in org.apache.velocity.runtime.parser">TemplateParseException</a></dt>
<dd>
<div class="block">The following constructors are for use by you for whatever
purpose you can think of.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/TemplateParseException.html#TemplateParseException-java.lang.String-">TemplateParseException(String)</a></span> - Constructor for exception org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/TemplateParseException.html" title="class in org.apache.velocity.runtime.parser">TemplateParseException</a></dt>
<dd>
<div class="block">Creates a new TemplateParseException object.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/loader/URLResourceLoader.html#templateRoots">templateRoots</a></span> - Variable in class org.apache.velocity.runtime.resource.loader.<a href="org/apache/velocity/runtime/resource/loader/URLResourceLoader.html" title="class in org.apache.velocity.runtime.resource.loader">URLResourceLoader</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/util/TemplateString.html" title="interface in org.apache.velocity.util"><span class="typeNameLink">TemplateString</span></a> - Interface in <a href="org/apache/velocity/util/package-summary.html">org.apache.velocity.util</a></dt>
<dd>
<div class="block">Any object in the context which implements TemplateString will use the
getAsString() method for rendering and empty-checks instead of toString().</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/ExtProperties.html#testBoolean-java.lang.String-">testBoolean(String)</a></span> - Method in class org.apache.velocity.util.<a href="org/apache/velocity/util/ExtProperties.html" title="class in org.apache.velocity.util">ExtProperties</a></dt>
<dd>
<div class="block">Test whether the string represent by value maps to a boolean
value or not.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParser.html#Text--">Text()</a></span> - Method in class org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParser.html" title="class in org.apache.velocity.runtime.parser">StandardParser</a></dt>
<dd>
<div class="block">This method is responsible for allowing
all non-grammar text to pass through
unscathed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParserConstants.html#TEXT">TEXT</a></span> - Static variable in interface org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParserConstants.html" title="interface in org.apache.velocity.runtime.parser">StandardParserConstants</a></dt>
<dd>
<div class="block">RegularExpression Id.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParser.html#Textblock--">Textblock()</a></span> - Method in class org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParser.html" title="class in org.apache.velocity.runtime.parser">StandardParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParserConstants.html#TEXTBLOCK">TEXTBLOCK</a></span> - Static variable in interface org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParserConstants.html" title="interface in org.apache.velocity.runtime.parser">StandardParserConstants</a></dt>
<dd>
<div class="block">RegularExpression Id.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/introspection/IntrospectionCacheData.html#thingy">thingy</a></span> - Variable in class org.apache.velocity.util.introspection.<a href="org/apache/velocity/util/introspection/IntrospectionCacheData.html" title="class in org.apache.velocity.util.introspection">IntrospectionCacheData</a></dt>
<dd>
<div class="block">Object to pair with class - currently either a Method or
AbstractExecutor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/example/EventExample.html#throwException--">throwException()</a></span> - Method in class org.apache.velocity.example.<a href="org/apache/velocity/example/EventExample.html" title="class in org.apache.velocity.example">EventExample</a></dt>
<dd>
<div class="block">silly method to throw an exception to demonstrate
the method invocation exception event handling</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/MathUtils.html#toBigDecimal-java.lang.Number-">toBigDecimal(Number)</a></span> - Static method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/MathUtils.html" title="class in org.apache.velocity.runtime.parser.node">MathUtils</a></dt>
<dd>
<div class="block">Convert the given Number to a BigDecimal</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/MathUtils.html#toBigInteger-java.lang.Number-">toBigInteger(Number)</a></span> - Static method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/MathUtils.html" title="class in org.apache.velocity.runtime.parser.node">MathUtils</a></dt>
<dd>
<div class="block">Convert the given Number to a BigInteger</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParser.html#token">token</a></span> - Variable in class org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParser.html" title="class in org.apache.velocity.runtime.parser">StandardParser</a></dt>
<dd>
<div class="block">Current token.</div>
</dd>
<dt><a href="org/apache/velocity/runtime/parser/Token.html" title="class in org.apache.velocity.runtime.parser"><span class="typeNameLink">Token</span></a> - Class in <a href="org/apache/velocity/runtime/parser/package-summary.html">org.apache.velocity.runtime.parser</a></dt>
<dd>
<div class="block">Describes the input token stream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/Token.html#Token--">Token()</a></span> - Constructor for class org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/Token.html" title="class in org.apache.velocity.runtime.parser">Token</a></dt>
<dd>
<div class="block">No-argument constructor</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/Token.html#Token-int-">Token(int)</a></span> - Constructor for class org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/Token.html" title="class in org.apache.velocity.runtime.parser">Token</a></dt>
<dd>
<div class="block">Constructs a new token for the specified Image.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/Token.html#Token-int-java.lang.String-">Token(int, String)</a></span> - Constructor for class org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/Token.html" title="class in org.apache.velocity.runtime.parser">Token</a></dt>
<dd>
<div class="block">Constructs a new token for the specified Image and Kind.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParser.html#token_source">token_source</a></span> - Variable in class org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParser.html" title="class in org.apache.velocity.runtime.parser">StandardParser</a></dt>
<dd>
<div class="block">Generated Token Manager.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/ParseException.html#tokenImage">tokenImage</a></span> - Variable in exception org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/ParseException.html" title="class in org.apache.velocity.runtime.parser">ParseException</a></dt>
<dd>
<div class="block">This is a reference to the "tokenImage" array of the generated
parser within which the parse error occurred.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParserConstants.html#tokenImage">tokenImage</a></span> - Static variable in interface org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParserConstants.html" title="interface in org.apache.velocity.runtime.parser">StandardParserConstants</a></dt>
<dd>
<div class="block">Literal token values.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/NodeUtils.html#tokenLiteral-org.apache.velocity.runtime.parser.Parser-org.apache.velocity.runtime.parser.Token-">tokenLiteral(Parser, Token)</a></span> - Static method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/NodeUtils.html" title="class in org.apache.velocity.runtime.parser.node">NodeUtils</a></dt>
<dd>
<div class="block">complete node literal</div>
</dd>
<dt><a href="org/apache/velocity/runtime/parser/TokenMgrError.html" title="class in org.apache.velocity.runtime.parser"><span class="typeNameLink">TokenMgrError</span></a> - Error in <a href="org/apache/velocity/runtime/parser/package-summary.html">org.apache.velocity.runtime.parser</a></dt>
<dd>
<div class="block">Token Manager Error.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/TokenMgrError.html#TokenMgrError--">TokenMgrError()</a></span> - Constructor for error org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/TokenMgrError.html" title="class in org.apache.velocity.runtime.parser">TokenMgrError</a></dt>
<dd>
<div class="block">No arg constructor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/TokenMgrError.html#TokenMgrError-java.lang.String-int-">TokenMgrError(String, int)</a></span> - Constructor for error org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/TokenMgrError.html" title="class in org.apache.velocity.runtime.parser">TokenMgrError</a></dt>
<dd>
<div class="block">Constructor with message and reason.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/TokenMgrError.html#TokenMgrError-boolean-int-int-int-java.lang.String-char-int-">TokenMgrError(boolean, int, int, int, String, char, int)</a></span> - Constructor for error org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/TokenMgrError.html" title="class in org.apache.velocity.runtime.parser">TokenMgrError</a></dt>
<dd>
<div class="block">Full Constructor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/app/event/implement/InvalidReferenceInfo.html#toString--">toString()</a></span> - Method in class org.apache.velocity.app.event.implement.<a href="org/apache/velocity/app/event/implement/InvalidReferenceInfo.html" title="class in org.apache.velocity.app.event.implement">InvalidReferenceInfo</a></dt>
<dd>
<div class="block">Formats a textual representation of this object as <code>SOURCE
[line X, column Y]: invalidReference</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/Block.Reference.html#toString--">toString()</a></span> - Method in class org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/Block.Reference.html" title="class in org.apache.velocity.runtime.directive">Block.Reference</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/Scope.Info.html#toString--">toString()</a></span> - Method in class org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/Scope.Info.html" title="class in org.apache.velocity.runtime.directive">Scope.Info</a></dt>
<dd>
<div class="block">string representation getter</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTDirective.html#toString--">toString()</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTDirective.html" title="class in org.apache.velocity.runtime.parser.node">ASTDirective</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/SimpleNode.html#toString-java.lang.String-">toString(String)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/SimpleNode.html" title="class in org.apache.velocity.runtime.parser.node">SimpleNode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/SimpleNode.html#toString--">toString()</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/SimpleNode.html" title="class in org.apache.velocity.runtime.parser.node">SimpleNode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/Token.html#toString--">toString()</a></span> - Method in class org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/Token.html" title="class in org.apache.velocity.runtime.parser">Token</a></dt>
<dd>
<div class="block">Returns the image.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/introspection/Info.html#toString--">toString()</a></span> - Method in class org.apache.velocity.util.introspection.<a href="org/apache/velocity/util/introspection/Info.html" title="class in org.apache.velocity.util.introspection">Info</a></dt>
<dd>
<div class="block">Formats a textual representation of this object as <code>SOURCE
[line X, column Y]</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/StringBuilderWriter.html#toString--">toString()</a></span> - Method in class org.apache.velocity.util.<a href="org/apache/velocity/util/StringBuilderWriter.html" title="class in org.apache.velocity.util">StringBuilderWriter</a></dt>
<dd>
<div class="block">Returns <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/StringBuilder.html?is-external=true#toString--" title="class or interface in java.lang"><code>StringBuilder.toString()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/Resource.html#touch--">touch()</a></span> - Method in class org.apache.velocity.runtime.resource.<a href="org/apache/velocity/runtime/resource/Resource.html" title="class in org.apache.velocity.runtime.resource">Resource</a></dt>
<dd>
<div class="block">'Touch' this template and thereby resetting
the nextCheck field.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/example/EventExample.html#trace-java.lang.String-">trace(String)</a></span> - Method in class org.apache.velocity.example.<a href="org/apache/velocity/example/EventExample.html" title="class in org.apache.velocity.example">EventExample</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/example/EventExample.html#trace-java.lang.String-java.lang.Object-">trace(String, Object)</a></span> - Method in class org.apache.velocity.example.<a href="org/apache/velocity/example/EventExample.html" title="class in org.apache.velocity.example">EventExample</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/example/EventExample.html#trace-java.lang.String-java.lang.Object-java.lang.Object-">trace(String, Object, Object)</a></span> - Method in class org.apache.velocity.example.<a href="org/apache/velocity/example/EventExample.html" title="class in org.apache.velocity.example">EventExample</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/example/EventExample.html#trace-java.lang.String-java.lang.Object...-">trace(String, Object...)</a></span> - Method in class org.apache.velocity.example.<a href="org/apache/velocity/example/EventExample.html" title="class in org.apache.velocity.example">EventExample</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/example/EventExample.html#trace-java.lang.String-java.lang.Throwable-">trace(String, Throwable)</a></span> - Method in class org.apache.velocity.example.<a href="org/apache/velocity/example/EventExample.html" title="class in org.apache.velocity.example">EventExample</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParser.html#trace-java.lang.String-">trace(String)</a></span> - Static method in class org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParser.html" title="class in org.apache.velocity.runtime.parser">StandardParser</a></dt>
<dd>
<div class="block">Our own trace method.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParserTokenManager.html#trace-java.lang.String-">trace(String)</a></span> - Static method in class org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParserTokenManager.html" title="class in org.apache.velocity.runtime.parser">StandardParserTokenManager</a></dt>
<dd>
<div class="block">Our own trace method.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/DeprecationAwareExtProperties.html#translateKey-java.lang.String-">translateKey(String)</a></span> - Method in class org.apache.velocity.util.<a href="org/apache/velocity/util/DeprecationAwareExtProperties.html" title="class in org.apache.velocity.util">DeprecationAwareExtProperties</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Translate if needed a deprecated key into its replacement key, and emit a warning for deprecated keys</div>
</dd>
<dt><a href="org/apache/velocity/example/TreeMapContext.html" title="class in org.apache.velocity.example"><span class="typeNameLink">TreeMapContext</span></a> - Class in <a href="org/apache/velocity/example/package-summary.html">org.apache.velocity.example</a></dt>
<dd>
<div class="block">Example context impl that uses a TreeMap
Not much point other than to show how easy it is.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/example/TreeMapContext.html#TreeMapContext--">TreeMapContext()</a></span> - Constructor for class org.apache.velocity.example.<a href="org/apache/velocity/example/TreeMapContext.html" title="class in org.apache.velocity.example">TreeMapContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/example/TreeMapContext.html#TreeMapContext-org.apache.velocity.context.Context-">TreeMapContext(Context)</a></span> - Constructor for class org.apache.velocity.example.<a href="org/apache/velocity/example/TreeMapContext.html" title="class in org.apache.velocity.example">TreeMapContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParser.html#True--">True()</a></span> - Method in class org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParser.html" title="class in org.apache.velocity.runtime.parser">StandardParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParserConstants.html#TRUE">TRUE</a></span> - Static variable in interface org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParserConstants.html" title="interface in org.apache.velocity.runtime.parser">StandardParserConstants</a></dt>
<dd>
<div class="block">RegularExpression Id.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/Resource.html#type">type</a></span> - Variable in class org.apache.velocity.runtime.resource.<a href="org/apache/velocity/runtime/resource/Resource.html" title="class in org.apache.velocity.runtime.resource">Resource</a></dt>
<dd>
<div class="block">Resource type (RESOURCE_TEMPLATE or RESOURCE_CONTENT)</div>
</dd>
<dt><a href="org/apache/velocity/util/introspection/TypeConversionHandler.html" title="interface in org.apache.velocity.util.introspection"><span class="typeNameLink">TypeConversionHandler</span></a> - Interface in <a href="org/apache/velocity/util/introspection/package-summary.html">org.apache.velocity.util.introspection</a></dt>
<dd>
<div class="block">A conversion handler adds admissible conversions between Java types whenever Velocity introspection has to map
VTL methods and property accessors to Java methods.</div>
</dd>
<dt><a href="org/apache/velocity/util/introspection/TypeConversionHandlerImpl.html" title="class in org.apache.velocity.util.introspection"><span class="typeNameLink">TypeConversionHandlerImpl</span></a> - Class in <a href="org/apache/velocity/util/introspection/package-summary.html">org.apache.velocity.util.introspection</a></dt>
<dd>
<div class="block">A conversion handler adds admissible conversions between Java types whenever Velocity introspection has to map
VTL methods and property accessors to Java methods.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/introspection/TypeConversionHandlerImpl.html#TypeConversionHandlerImpl--">TypeConversionHandlerImpl()</a></span> - Constructor for class org.apache.velocity.util.introspection.<a href="org/apache/velocity/util/introspection/TypeConversionHandlerImpl.html" title="class in org.apache.velocity.util.introspection">TypeConversionHandlerImpl</a></dt>
<dd>
<div class="block">Constructor</div>
</dd>
</dl>
<a name="I:U">
<!-- -->
</a>
<h2 class="title">U</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/Foreach.html#uberInfo">uberInfo</a></span> - Variable in class org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/Foreach.html" title="class in org.apache.velocity.runtime.directive">Foreach</a></dt>
<dd>
<div class="block">immutable, so create in init</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTIdentifier.html#uberInfo">uberInfo</a></span> - Variable in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTIdentifier.html" title="class in org.apache.velocity.runtime.parser.node">ASTIdentifier</a></dt>
<dd>
<div class="block">This is really immutable after the init, so keep one for this node</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTMethod.html#uberInfo">uberInfo</a></span> - Variable in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTMethod.html" title="class in org.apache.velocity.runtime.parser.node">ASTMethod</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTReference.html#uberInfo">uberInfo</a></span> - Variable in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTReference.html" title="class in org.apache.velocity.runtime.parser.node">ASTReference</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTSetDirective.html#uberInfo">uberInfo</a></span> - Variable in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTSetDirective.html" title="class in org.apache.velocity.runtime.parser.node">ASTSetDirective</a></dt>
<dd>
<div class="block">This is really immutable after the init, so keep one for this node</div>
</dd>
<dt><a href="org/apache/velocity/util/introspection/Uberspect.html" title="interface in org.apache.velocity.util.introspection"><span class="typeNameLink">Uberspect</span></a> - Interface in <a href="org/apache/velocity/util/introspection/package-summary.html">org.apache.velocity.util.introspection</a></dt>
<dd>
<div class="block">'Federated' introspection/reflection interface to allow the introspection
behavior in Velocity to be customized.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeConstants.html#UBERSPECT_CLASSNAME">UBERSPECT_CLASSNAME</a></span> - Static variable in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeConstants.html" title="interface in org.apache.velocity.runtime">RuntimeConstants</a></dt>
<dd>
<div class="block">key name for uberspector.</div>
</dd>
<dt><a href="org/apache/velocity/util/introspection/UberspectImpl.html" title="class in org.apache.velocity.util.introspection"><span class="typeNameLink">UberspectImpl</span></a> - Class in <a href="org/apache/velocity/util/introspection/package-summary.html">org.apache.velocity.util.introspection</a></dt>
<dd>
<div class="block">Implementation of Uberspect to provide the default introspective
functionality of Velocity</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/introspection/UberspectImpl.html#UberspectImpl--">UberspectImpl()</a></span> - Constructor for class org.apache.velocity.util.introspection.<a href="org/apache/velocity/util/introspection/UberspectImpl.html" title="class in org.apache.velocity.util.introspection">UberspectImpl</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/util/introspection/UberspectImpl.VelGetterImpl.html" title="class in org.apache.velocity.util.introspection"><span class="typeNameLink">UberspectImpl.VelGetterImpl</span></a> - Class in <a href="org/apache/velocity/util/introspection/package-summary.html">org.apache.velocity.util.introspection</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/util/introspection/UberspectImpl.VelMethodImpl.html" title="class in org.apache.velocity.util.introspection"><span class="typeNameLink">UberspectImpl.VelMethodImpl</span></a> - Class in <a href="org/apache/velocity/util/introspection/package-summary.html">org.apache.velocity.util.introspection</a></dt>
<dd>
<div class="block">Implementation of VelMethod</div>
</dd>
<dt><a href="org/apache/velocity/util/introspection/UberspectImpl.VelSetterImpl.html" title="class in org.apache.velocity.util.introspection"><span class="typeNameLink">UberspectImpl.VelSetterImpl</span></a> - Class in <a href="org/apache/velocity/util/introspection/package-summary.html">org.apache.velocity.util.introspection</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/util/introspection/UberspectPublicFields.html" title="class in org.apache.velocity.util.introspection"><span class="typeNameLink">UberspectPublicFields</span></a> - Class in <a href="org/apache/velocity/util/introspection/package-summary.html">org.apache.velocity.util.introspection</a></dt>
<dd>
<div class="block">Implementation of Uberspect to additionally provide access to public fields.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/introspection/UberspectPublicFields.html#UberspectPublicFields--">UberspectPublicFields()</a></span> - Constructor for class org.apache.velocity.util.introspection.<a href="org/apache/velocity/util/introspection/UberspectPublicFields.html" title="class in org.apache.velocity.util.introspection">UberspectPublicFields</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParser.html#UnaryExpression--">UnaryExpression()</a></span> - Method in class org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParser.html" title="class in org.apache.velocity.runtime.parser">StandardParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/io/VelocityWriter.html#UNBOUNDED_BUFFER">UNBOUNDED_BUFFER</a></span> - Static variable in class org.apache.velocity.io.<a href="org/apache/velocity/io/VelocityWriter.html" title="class in org.apache.velocity.io">VelocityWriter</a></dt>
<dd>
<div class="block">constant indicating that the Writer is buffered and is unbounded;
this is used in BodyContent</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTStringLiteral.html#unescape-java.lang.String-">unescape(String)</a></span> - Static method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTStringLiteral.html" title="class in org.apache.velocity.runtime.parser.node">ASTStringLiteral</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/io/UnicodeInputStream.html" title="class in org.apache.velocity.io"><span class="typeNameLink">UnicodeInputStream</span></a> - Class in <a href="org/apache/velocity/io/package-summary.html">org.apache.velocity.io</a></dt>
<dd>
<div class="block">This is an input stream that is unicode BOM aware.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/io/UnicodeInputStream.html#UnicodeInputStream-java.io.InputStream-">UnicodeInputStream(InputStream)</a></span> - Constructor for class org.apache.velocity.io.<a href="org/apache/velocity/io/UnicodeInputStream.html" title="class in org.apache.velocity.io">UnicodeInputStream</a></dt>
<dd>
<div class="block">Creates a new UnicodeInputStream object.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/io/UnicodeInputStream.html#UnicodeInputStream-java.io.InputStream-boolean-">UnicodeInputStream(InputStream, boolean)</a></span> - Constructor for class org.apache.velocity.io.<a href="org/apache/velocity/io/UnicodeInputStream.html" title="class in org.apache.velocity.io">UnicodeInputStream</a></dt>
<dd>
<div class="block">Creates a new UnicodeInputStream object.</div>
</dd>
<dt><a href="org/apache/velocity/runtime/resource/loader/URLResourceLoader.html" title="class in org.apache.velocity.runtime.resource.loader"><span class="typeNameLink">URLResourceLoader</span></a> - Class in <a href="org/apache/velocity/runtime/resource/loader/package-summary.html">org.apache.velocity.runtime.resource.loader</a></dt>
<dd>
<div class="block">This is a simple URL-based loader.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/resource/loader/URLResourceLoader.html#URLResourceLoader--">URLResourceLoader()</a></span> - Constructor for class org.apache.velocity.runtime.resource.loader.<a href="org/apache/velocity/runtime/resource/loader/URLResourceLoader.html" title="class in org.apache.velocity.runtime.resource.loader">URLResourceLoader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeInstance.html#useStringInterning--">useStringInterning()</a></span> - Method in class org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeInstance.html" title="class in org.apache.velocity.runtime">RuntimeInstance</a></dt>
<dd>
<div class="block">Whether to use string interning</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeServices.html#useStringInterning--">useStringInterning()</a></span> - Method in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeServices.html" title="interface in org.apache.velocity.runtime">RuntimeServices</a></dt>
<dd>
<div class="block">Check whether the engine uses string interning</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/io/UnicodeInputStream.html#UTF16BE_BOM">UTF16BE_BOM</a></span> - Static variable in class org.apache.velocity.io.<a href="org/apache/velocity/io/UnicodeInputStream.html" title="class in org.apache.velocity.io">UnicodeInputStream</a></dt>
<dd>
<div class="block">BOM Marker for UTF 16, big endian.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/io/UnicodeInputStream.html#UTF16LE_BOM">UTF16LE_BOM</a></span> - Static variable in class org.apache.velocity.io.<a href="org/apache/velocity/io/UnicodeInputStream.html" title="class in org.apache.velocity.io">UnicodeInputStream</a></dt>
<dd>
<div class="block">BOM Marker for UTF 16, little endian.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/io/UnicodeInputStream.html#UTF32BE_BOM">UTF32BE_BOM</a></span> - Static variable in class org.apache.velocity.io.<a href="org/apache/velocity/io/UnicodeInputStream.html" title="class in org.apache.velocity.io">UnicodeInputStream</a></dt>
<dd>
<div class="block">BOM Marker for UTF 32, big endian.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/io/UnicodeInputStream.html#UTF32LE_BOM">UTF32LE_BOM</a></span> - Static variable in class org.apache.velocity.io.<a href="org/apache/velocity/io/UnicodeInputStream.html" title="class in org.apache.velocity.io">UnicodeInputStream</a></dt>
<dd>
<div class="block">BOM Marker for UTF 32, little endian.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/io/UnicodeInputStream.html#UTF8_BOM">UTF8_BOM</a></span> - Static variable in class org.apache.velocity.io.<a href="org/apache/velocity/io/UnicodeInputStream.html" title="class in org.apache.velocity.io">UnicodeInputStream</a></dt>
<dd>
<div class="block">BOM Marker for UTF 8.</div>
</dd>
</dl>
<a name="I:V">
<!-- -->
</a>
<h2 class="title">V</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTEscape.html#val">val</a></span> - Variable in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTEscape.html" title="class in org.apache.velocity.runtime.parser.node">ASTEscape</a></dt>
<dd>
<div class="block">Used by the parser</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTAndNode.html#value-org.apache.velocity.context.InternalContextAdapter-">value(InternalContextAdapter)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTAndNode.html" title="class in org.apache.velocity.runtime.parser.node">ASTAndNode</a></dt>
<dd>
<div class="block">Returns the value of the expression.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTComparisonNode.html#value-org.apache.velocity.context.InternalContextAdapter-">value(InternalContextAdapter)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTComparisonNode.html" title="class in org.apache.velocity.runtime.parser.node">ASTComparisonNode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTExpression.html#value-org.apache.velocity.context.InternalContextAdapter-">value(InternalContextAdapter)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTExpression.html" title="class in org.apache.velocity.runtime.parser.node">ASTExpression</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTFalse.html#value-org.apache.velocity.context.InternalContextAdapter-">value(InternalContextAdapter)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTFalse.html" title="class in org.apache.velocity.runtime.parser.node">ASTFalse</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTFloatingPointLiteral.html#value-org.apache.velocity.context.InternalContextAdapter-">value(InternalContextAdapter)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTFloatingPointLiteral.html" title="class in org.apache.velocity.runtime.parser.node">ASTFloatingPointLiteral</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTIntegerLiteral.html#value-org.apache.velocity.context.InternalContextAdapter-">value(InternalContextAdapter)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTIntegerLiteral.html" title="class in org.apache.velocity.runtime.parser.node">ASTIntegerLiteral</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTIntegerRange.html#value-org.apache.velocity.context.InternalContextAdapter-">value(InternalContextAdapter)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTIntegerRange.html" title="class in org.apache.velocity.runtime.parser.node">ASTIntegerRange</a></dt>
<dd>
<div class="block">does the real work.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTMap.html#value-org.apache.velocity.context.InternalContextAdapter-">value(InternalContextAdapter)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTMap.html" title="class in org.apache.velocity.runtime.parser.node">ASTMap</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTMathNode.html#value-org.apache.velocity.context.InternalContextAdapter-">value(InternalContextAdapter)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTMathNode.html" title="class in org.apache.velocity.runtime.parser.node">ASTMathNode</a></dt>
<dd>
<div class="block">gets the two args and performs the operation on them</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTNegateNode.html#value-org.apache.velocity.context.InternalContextAdapter-">value(InternalContextAdapter)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTNegateNode.html" title="class in org.apache.velocity.runtime.parser.node">ASTNegateNode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTNotNode.html#value-org.apache.velocity.context.InternalContextAdapter-">value(InternalContextAdapter)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTNotNode.html" title="class in org.apache.velocity.runtime.parser.node">ASTNotNode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTObjectArray.html#value-org.apache.velocity.context.InternalContextAdapter-">value(InternalContextAdapter)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTObjectArray.html" title="class in org.apache.velocity.runtime.parser.node">ASTObjectArray</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTOrNode.html#value-org.apache.velocity.context.InternalContextAdapter-">value(InternalContextAdapter)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTOrNode.html" title="class in org.apache.velocity.runtime.parser.node">ASTOrNode</a></dt>
<dd>
<div class="block">Returns the value of the expression.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTReference.html#value-org.apache.velocity.context.InternalContextAdapter-">value(InternalContextAdapter)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTReference.html" title="class in org.apache.velocity.runtime.parser.node">ASTReference</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTStringLiteral.html#value-org.apache.velocity.context.InternalContextAdapter-">value(InternalContextAdapter)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTStringLiteral.html" title="class in org.apache.velocity.runtime.parser.node">ASTStringLiteral</a></dt>
<dd>
<div class="block">renders the value of the string literal If the properties allow, and the
string literal contains a $ or a # the literal is rendered against the
context Otherwise, the stringlit is returned.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ASTTrue.html#value-org.apache.velocity.context.InternalContextAdapter-">value(InternalContextAdapter)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ASTTrue.html" title="class in org.apache.velocity.runtime.parser.node">ASTTrue</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/Node.html#value-org.apache.velocity.context.InternalContextAdapter-">value(InternalContextAdapter)</a></span> - Method in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/Node.html" title="interface in org.apache.velocity.runtime.parser.node">Node</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/SimpleNode.html#value-org.apache.velocity.context.InternalContextAdapter-">value(InternalContextAdapter)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/SimpleNode.html" title="class in org.apache.velocity.runtime.parser.node">SimpleNode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeConstants.SpaceGobbling.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeConstants.SpaceGobbling.html" title="enum in org.apache.velocity.runtime">RuntimeConstants.SpaceGobbling</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/DuckType.Types.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.apache.velocity.util.<a href="org/apache/velocity/util/DuckType.Types.html" title="enum in org.apache.velocity.util">DuckType.Types</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeConstants.SpaceGobbling.html#values--">values()</a></span> - Static method in enum org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeConstants.SpaceGobbling.html" title="enum in org.apache.velocity.runtime">RuntimeConstants.SpaceGobbling</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/DuckType.Types.html#values--">values()</a></span> - Static method in enum org.apache.velocity.util.<a href="org/apache/velocity/util/DuckType.Types.html" title="enum in org.apache.velocity.util">DuckType.Types</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/introspection/UberspectImpl.VelGetterImpl.html#VelGetterImpl-org.apache.velocity.runtime.parser.node.AbstractExecutor-">VelGetterImpl(AbstractExecutor)</a></span> - Constructor for class org.apache.velocity.util.introspection.<a href="org/apache/velocity/util/introspection/UberspectImpl.VelGetterImpl.html" title="class in org.apache.velocity.util.introspection">UberspectImpl.VelGetterImpl</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/util/introspection/VelMethod.html" title="interface in org.apache.velocity.util.introspection"><span class="typeNameLink">VelMethod</span></a> - Interface in <a href="org/apache/velocity/util/introspection/package-summary.html">org.apache.velocity.util.introspection</a></dt>
<dd>
<div class="block">Method used for regular method invocation
$foo.bar()</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/introspection/UberspectImpl.VelMethodImpl.html#VelMethodImpl-java.lang.reflect.Method-">VelMethodImpl(Method)</a></span> - Constructor for class org.apache.velocity.util.introspection.<a href="org/apache/velocity/util/introspection/UberspectImpl.VelMethodImpl.html" title="class in org.apache.velocity.util.introspection">UberspectImpl.VelMethodImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/introspection/UberspectImpl.VelMethodImpl.html#VelMethodImpl-java.lang.reflect.Method-boolean-">VelMethodImpl(Method, boolean)</a></span> - Constructor for class org.apache.velocity.util.introspection.<a href="org/apache/velocity/util/introspection/UberspectImpl.VelMethodImpl.html" title="class in org.apache.velocity.util.introspection">UberspectImpl.VelMethodImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/introspection/UberspectImpl.VelMethodImpl.html#VelMethodImpl-java.lang.reflect.Method-boolean-org.apache.velocity.util.introspection.Converter:A-">VelMethodImpl(Method, boolean, Converter&lt;?&gt;[])</a></span> - Constructor for class org.apache.velocity.util.introspection.<a href="org/apache/velocity/util/introspection/UberspectImpl.VelMethodImpl.html" title="class in org.apache.velocity.util.introspection">UberspectImpl.VelMethodImpl</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/runtime/VelocimacroFactory.html" title="class in org.apache.velocity.runtime"><span class="typeNameLink">VelocimacroFactory</span></a> - Class in <a href="org/apache/velocity/runtime/package-summary.html">org.apache.velocity.runtime</a></dt>
<dd>
<div class="block">VelocimacroFactory.java
manages the set of VMs in a running Velocity engine.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/VelocimacroFactory.html#VelocimacroFactory-org.apache.velocity.runtime.RuntimeServices-">VelocimacroFactory(RuntimeServices)</a></span> - Constructor for class org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/VelocimacroFactory.html" title="class in org.apache.velocity.runtime">VelocimacroFactory</a></dt>
<dd>
<div class="block">C'tor for the VelociMacro factory.</div>
</dd>
<dt><a href="org/apache/velocity/runtime/VelocimacroManager.html" title="class in org.apache.velocity.runtime"><span class="typeNameLink">VelocimacroManager</span></a> - Class in <a href="org/apache/velocity/runtime/package-summary.html">org.apache.velocity.runtime</a></dt>
<dd>
<div class="block">Manages VMs in namespaces.</div>
</dd>
<dt><a href="org/apache/velocity/runtime/directive/VelocimacroProxy.html" title="class in org.apache.velocity.runtime.directive"><span class="typeNameLink">VelocimacroProxy</span></a> - Class in <a href="org/apache/velocity/runtime/directive/package-summary.html">org.apache.velocity.runtime.directive</a></dt>
<dd>
<div class="block">VelocimacroProxy.java
a proxy Directive-derived object to fit with the current directive system</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/directive/VelocimacroProxy.html#VelocimacroProxy--">VelocimacroProxy()</a></span> - Constructor for class org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/VelocimacroProxy.html" title="class in org.apache.velocity.runtime.directive">VelocimacroProxy</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/app/Velocity.html" title="class in org.apache.velocity.app"><span class="typeNameLink">Velocity</span></a> - Class in <a href="org/apache/velocity/app/package-summary.html">org.apache.velocity.app</a></dt>
<dd>
<div class="block">This class provides services to the application
developer, such as:
Simple Velocity Runtime engine initialization methods.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/app/Velocity.html#Velocity--">Velocity()</a></span> - Constructor for class org.apache.velocity.app.<a href="org/apache/velocity/app/Velocity.html" title="class in org.apache.velocity.app">Velocity</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/script/VelocityScriptEngine.html#VELOCITY_PROPERTIES_KEY">VELOCITY_PROPERTIES_KEY</a></span> - Static variable in class org.apache.velocity.script.<a href="org/apache/velocity/script/VelocityScriptEngine.html" title="class in org.apache.velocity.script">VelocityScriptEngine</a></dt>
<dd>
<div class="block">Key used to provide this engine with the pathname of the Velocity properties file.</div>
</dd>
<dt><a href="org/apache/velocity/runtime/parser/VelocityCharStream.html" title="class in org.apache.velocity.runtime.parser"><span class="typeNameLink">VelocityCharStream</span></a> - Class in <a href="org/apache/velocity/runtime/parser/package-summary.html">org.apache.velocity.runtime.parser</a></dt>
<dd>
<div class="block">An implementation of interface CharStream, where the stream is assumed to
contain only ASCII characters (without unicode processing).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/VelocityCharStream.html#VelocityCharStream-java.io.Reader-int-int-int-">VelocityCharStream(Reader, int, int, int)</a></span> - Constructor for class org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/VelocityCharStream.html" title="class in org.apache.velocity.runtime.parser">VelocityCharStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/VelocityCharStream.html#VelocityCharStream-java.io.Reader-int-int-">VelocityCharStream(Reader, int, int)</a></span> - Constructor for class org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/VelocityCharStream.html" title="class in org.apache.velocity.runtime.parser">VelocityCharStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/VelocityCharStream.html#VelocityCharStream-java.io.InputStream-int-int-int-">VelocityCharStream(InputStream, int, int, int)</a></span> - Constructor for class org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/VelocityCharStream.html" title="class in org.apache.velocity.runtime.parser">VelocityCharStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/VelocityCharStream.html#VelocityCharStream-java.io.InputStream-int-int-">VelocityCharStream(InputStream, int, int)</a></span> - Constructor for class org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/VelocityCharStream.html" title="class in org.apache.velocity.runtime.parser">VelocityCharStream</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/script/VelocityCompiledScript.html" title="class in org.apache.velocity.script"><span class="typeNameLink">VelocityCompiledScript</span></a> - Class in <a href="org/apache/velocity/script/package-summary.html">org.apache.velocity.script</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/script/VelocityCompiledScript.html#VelocityCompiledScript-org.apache.velocity.script.VelocityScriptEngine-org.apache.velocity.Template-">VelocityCompiledScript(VelocityScriptEngine, Template)</a></span> - Constructor for class org.apache.velocity.script.<a href="org/apache/velocity/script/VelocityCompiledScript.html" title="class in org.apache.velocity.script">VelocityCompiledScript</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/VelocityContext.html" title="class in org.apache.velocity"><span class="typeNameLink">VelocityContext</span></a> - Class in <a href="org/apache/velocity/package-summary.html">org.apache.velocity</a></dt>
<dd>
<div class="block">General purpose implementation of the application Context
interface for general application use.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/VelocityContext.html#VelocityContext--">VelocityContext()</a></span> - Constructor for class org.apache.velocity.<a href="org/apache/velocity/VelocityContext.html" title="class in org.apache.velocity">VelocityContext</a></dt>
<dd>
<div class="block">Creates a new instance (with no inner context).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/VelocityContext.html#VelocityContext-java.util.Map-">VelocityContext(Map&lt;String, Object&gt;)</a></span> - Constructor for class org.apache.velocity.<a href="org/apache/velocity/VelocityContext.html" title="class in org.apache.velocity">VelocityContext</a></dt>
<dd>
<div class="block">Creates a new instance with the provided storage (and no inner
context).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/VelocityContext.html#VelocityContext-org.apache.velocity.context.Context-">VelocityContext(Context)</a></span> - Constructor for class org.apache.velocity.<a href="org/apache/velocity/VelocityContext.html" title="class in org.apache.velocity">VelocityContext</a></dt>
<dd>
<div class="block">Chaining constructor, used when you want to
wrap a context in another.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/VelocityContext.html#VelocityContext-java.util.Map-org.apache.velocity.context.Context-">VelocityContext(Map&lt;String, Object&gt;, Context)</a></span> - Constructor for class org.apache.velocity.<a href="org/apache/velocity/VelocityContext.html" title="class in org.apache.velocity">VelocityContext</a></dt>
<dd>
<div class="block">Initializes internal storage (never to <code>null</code>), and
inner context.</div>
</dd>
<dt><a href="org/apache/velocity/app/VelocityEngine.html" title="class in org.apache.velocity.app"><span class="typeNameLink">VelocityEngine</span></a> - Class in <a href="org/apache/velocity/app/package-summary.html">org.apache.velocity.app</a></dt>
<dd>
<div class="block">
This class provides a separate new-able instance of the
Velocity template engine.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/app/VelocityEngine.html#VelocityEngine--">VelocityEngine()</a></span> - Constructor for class org.apache.velocity.app.<a href="org/apache/velocity/app/VelocityEngine.html" title="class in org.apache.velocity.app">VelocityEngine</a></dt>
<dd>
<div class="block">Init-less CTOR</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/app/VelocityEngine.html#VelocityEngine-java.lang.String-">VelocityEngine(String)</a></span> - Constructor for class org.apache.velocity.app.<a href="org/apache/velocity/app/VelocityEngine.html" title="class in org.apache.velocity.app">VelocityEngine</a></dt>
<dd>
<div class="block">Construct a VelocityEngine with the initial properties defined in the file
propsFilename</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/app/VelocityEngine.html#VelocityEngine-java.util.Properties-">VelocityEngine(Properties)</a></span> - Constructor for class org.apache.velocity.app.<a href="org/apache/velocity/app/VelocityEngine.html" title="class in org.apache.velocity.app">VelocityEngine</a></dt>
<dd>
<div class="block">Construct a VelocityEngine instance with the specified initial properties.</div>
</dd>
<dt><a href="org/apache/velocity/spring/VelocityEngineFactory.html" title="class in org.apache.velocity.spring"><span class="typeNameLink">VelocityEngineFactory</span></a> - Class in <a href="org/apache/velocity/spring/package-summary.html">org.apache.velocity.spring</a></dt>
<dd>
<div class="block">Factory that configures a VelocityEngine.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/spring/VelocityEngineFactory.html#VelocityEngineFactory--">VelocityEngineFactory()</a></span> - Constructor for class org.apache.velocity.spring.<a href="org/apache/velocity/spring/VelocityEngineFactory.html" title="class in org.apache.velocity.spring">VelocityEngineFactory</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/spring/VelocityEngineFactoryBean.html" title="class in org.apache.velocity.spring"><span class="typeNameLink">VelocityEngineFactoryBean</span></a> - Class in <a href="org/apache/velocity/spring/package-summary.html">org.apache.velocity.spring</a></dt>
<dd>
<div class="block">Factory bean that configures a VelocityEngine and provides it as bean
reference.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/spring/VelocityEngineFactoryBean.html#VelocityEngineFactoryBean--">VelocityEngineFactoryBean()</a></span> - Constructor for class org.apache.velocity.spring.<a href="org/apache/velocity/spring/VelocityEngineFactoryBean.html" title="class in org.apache.velocity.spring">VelocityEngineFactoryBean</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/spring/VelocityEngineUtils.html" title="class in org.apache.velocity.spring"><span class="typeNameLink">VelocityEngineUtils</span></a> - Class in <a href="org/apache/velocity/spring/package-summary.html">org.apache.velocity.spring</a></dt>
<dd>
<div class="block">Utility class for working with a VelocityEngine.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/spring/VelocityEngineUtils.html#VelocityEngineUtils--">VelocityEngineUtils()</a></span> - Constructor for class org.apache.velocity.spring.<a href="org/apache/velocity/spring/VelocityEngineUtils.html" title="class in org.apache.velocity.spring">VelocityEngineUtils</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/runtime/VelocityEngineVersion.html" title="class in org.apache.velocity.runtime"><span class="typeNameLink">VelocityEngineVersion</span></a> - Class in <a href="org/apache/velocity/runtime/package-summary.html">org.apache.velocity.runtime</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/VelocityEngineVersion.html#VelocityEngineVersion--">VelocityEngineVersion()</a></span> - Constructor for class org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/VelocityEngineVersion.html" title="class in org.apache.velocity.runtime">VelocityEngineVersion</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/exception/VelocityException.html" title="class in org.apache.velocity.exception"><span class="typeNameLink">VelocityException</span></a> - Exception in <a href="org/apache/velocity/exception/package-summary.html">org.apache.velocity.exception</a></dt>
<dd>
<div class="block">Base class for Velocity runtime exceptions thrown to the
application layer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/exception/VelocityException.html#VelocityException-java.lang.String-">VelocityException(String)</a></span> - Constructor for exception org.apache.velocity.exception.<a href="org/apache/velocity/exception/VelocityException.html" title="class in org.apache.velocity.exception">VelocityException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/exception/VelocityException.html#VelocityException-java.lang.String-java.lang.Throwable-">VelocityException(String, Throwable)</a></span> - Constructor for exception org.apache.velocity.exception.<a href="org/apache/velocity/exception/VelocityException.html" title="class in org.apache.velocity.exception">VelocityException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/exception/VelocityException.html#VelocityException-java.lang.String-java.lang.Throwable-java.lang.String:A-">VelocityException(String, Throwable, String[])</a></span> - Constructor for exception org.apache.velocity.exception.<a href="org/apache/velocity/exception/VelocityException.html" title="class in org.apache.velocity.exception">VelocityException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/exception/VelocityException.html#VelocityException-java.lang.Throwable-">VelocityException(Throwable)</a></span> - Constructor for exception org.apache.velocity.exception.<a href="org/apache/velocity/exception/VelocityException.html" title="class in org.apache.velocity.exception">VelocityException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/exception/VelocityException.html#VelocityException-java.lang.Throwable-java.lang.String:A-">VelocityException(Throwable, String[])</a></span> - Constructor for exception org.apache.velocity.exception.<a href="org/apache/velocity/exception/VelocityException.html" title="class in org.apache.velocity.exception">VelocityException</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/script/VelocityScriptEngine.html" title="class in org.apache.velocity.script"><span class="typeNameLink">VelocityScriptEngine</span></a> - Class in <a href="org/apache/velocity/script/package-summary.html">org.apache.velocity.script</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/script/VelocityScriptEngine.html#VelocityScriptEngine-javax.script.ScriptEngineFactory-">VelocityScriptEngine(ScriptEngineFactory)</a></span> - Constructor for class org.apache.velocity.script.<a href="org/apache/velocity/script/VelocityScriptEngine.html" title="class in org.apache.velocity.script">VelocityScriptEngine</a></dt>
<dd>
<div class="block">constructs a new Velocity script engine, linked to the given factory</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/script/VelocityScriptEngine.html#VelocityScriptEngine--">VelocityScriptEngine()</a></span> - Constructor for class org.apache.velocity.script.<a href="org/apache/velocity/script/VelocityScriptEngine.html" title="class in org.apache.velocity.script">VelocityScriptEngine</a></dt>
<dd>
<div class="block">constructs a new standalone Velocity script engine</div>
</dd>
<dt><a href="org/apache/velocity/script/VelocityScriptEngine.SingleResourceReader.html" title="class in org.apache.velocity.script"><span class="typeNameLink">VelocityScriptEngine.SingleResourceReader</span></a> - Class in <a href="org/apache/velocity/script/package-summary.html">org.apache.velocity.script</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/script/VelocityScriptEngineFactory.html" title="class in org.apache.velocity.script"><span class="typeNameLink">VelocityScriptEngineFactory</span></a> - Class in <a href="org/apache/velocity/script/package-summary.html">org.apache.velocity.script</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/script/VelocityScriptEngineFactory.html#VelocityScriptEngineFactory--">VelocityScriptEngineFactory()</a></span> - Constructor for class org.apache.velocity.script.<a href="org/apache/velocity/script/VelocityScriptEngineFactory.html" title="class in org.apache.velocity.script">VelocityScriptEngineFactory</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/velocity/io/VelocityWriter.html" title="class in org.apache.velocity.io"><span class="typeNameLink">VelocityWriter</span></a> - Class in <a href="org/apache/velocity/io/package-summary.html">org.apache.velocity.io</a></dt>
<dd>
<div class="block">Implementation of a fast Writer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/io/VelocityWriter.html#VelocityWriter-java.io.Writer-">VelocityWriter(Writer)</a></span> - Constructor for class org.apache.velocity.io.<a href="org/apache/velocity/io/VelocityWriter.html" title="class in org.apache.velocity.io">VelocityWriter</a></dt>
<dd>
<div class="block">Create a buffered character-output stream that uses a default-sized
output buffer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/io/VelocityWriter.html#VelocityWriter-java.io.Writer-int-boolean-">VelocityWriter(Writer, int, boolean)</a></span> - Constructor for class org.apache.velocity.io.<a href="org/apache/velocity/io/VelocityWriter.html" title="class in org.apache.velocity.io">VelocityWriter</a></dt>
<dd>
<div class="block">Create a new buffered character-output stream that uses an output
buffer of the given size.</div>
</dd>
<dt><a href="org/apache/velocity/util/introspection/VelPropertyGet.html" title="interface in org.apache.velocity.util.introspection"><span class="typeNameLink">VelPropertyGet</span></a> - Interface in <a href="org/apache/velocity/util/introspection/package-summary.html">org.apache.velocity.util.introspection</a></dt>
<dd>
<div class="block">Interface defining a 'getter'.</div>
</dd>
<dt><a href="org/apache/velocity/util/introspection/VelPropertySet.html" title="interface in org.apache.velocity.util.introspection"><span class="typeNameLink">VelPropertySet</span></a> - Interface in <a href="org/apache/velocity/util/introspection/package-summary.html">org.apache.velocity.util.introspection</a></dt>
<dd>
<div class="block">Interface used for setting values that appear to be properties in
Velocity.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/introspection/UberspectImpl.VelSetterImpl.html#VelSetterImpl-org.apache.velocity.runtime.parser.node.SetExecutor-">VelSetterImpl(SetExecutor)</a></span> - Constructor for class org.apache.velocity.util.introspection.<a href="org/apache/velocity/util/introspection/UberspectImpl.VelSetterImpl.html" title="class in org.apache.velocity.util.introspection">UberspectImpl.VelSetterImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/VelocityEngineVersion.html#VERSION">VERSION</a></span> - Static variable in class org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/VelocityEngineVersion.html" title="class in org.apache.velocity.runtime">VelocityEngineVersion</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/IndentationFixer.html#visit-org.apache.velocity.runtime.parser.node.SimpleNode-java.lang.Object-">visit(SimpleNode, Object)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/IndentationFixer.html" title="class in org.apache.velocity.runtime.parser.node">IndentationFixer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/IndentationFixer.html#visit-org.apache.velocity.runtime.parser.node.ASTprocess-java.lang.Object-">visit(ASTprocess, Object)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/IndentationFixer.html" title="class in org.apache.velocity.runtime.parser.node">IndentationFixer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/IndentationFixer.html#visit-org.apache.velocity.runtime.parser.node.ASTText-java.lang.Object-">visit(ASTText, Object)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/IndentationFixer.html" title="class in org.apache.velocity.runtime.parser.node">IndentationFixer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/IndentationFixer.html#visit-org.apache.velocity.runtime.parser.node.ASTEscapedDirective-java.lang.Object-">visit(ASTEscapedDirective, Object)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/IndentationFixer.html" title="class in org.apache.velocity.runtime.parser.node">IndentationFixer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/IndentationFixer.html#visit-org.apache.velocity.runtime.parser.node.ASTEscape-java.lang.Object-">visit(ASTEscape, Object)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/IndentationFixer.html" title="class in org.apache.velocity.runtime.parser.node">IndentationFixer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/IndentationFixer.html#visit-org.apache.velocity.runtime.parser.node.ASTComment-java.lang.Object-">visit(ASTComment, Object)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/IndentationFixer.html" title="class in org.apache.velocity.runtime.parser.node">IndentationFixer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/IndentationFixer.html#visit-org.apache.velocity.runtime.parser.node.ASTTextblock-java.lang.Object-">visit(ASTTextblock, Object)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/IndentationFixer.html" title="class in org.apache.velocity.runtime.parser.node">IndentationFixer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/IndentationFixer.html#visit-org.apache.velocity.runtime.parser.node.ASTFloatingPointLiteral-java.lang.Object-">visit(ASTFloatingPointLiteral, Object)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/IndentationFixer.html" title="class in org.apache.velocity.runtime.parser.node">IndentationFixer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/IndentationFixer.html#visit-org.apache.velocity.runtime.parser.node.ASTIntegerLiteral-java.lang.Object-">visit(ASTIntegerLiteral, Object)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/IndentationFixer.html" title="class in org.apache.velocity.runtime.parser.node">IndentationFixer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/IndentationFixer.html#visit-org.apache.velocity.runtime.parser.node.ASTStringLiteral-java.lang.Object-">visit(ASTStringLiteral, Object)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/IndentationFixer.html" title="class in org.apache.velocity.runtime.parser.node">IndentationFixer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/IndentationFixer.html#visit-org.apache.velocity.runtime.parser.node.ASTIdentifier-java.lang.Object-">visit(ASTIdentifier, Object)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/IndentationFixer.html" title="class in org.apache.velocity.runtime.parser.node">IndentationFixer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/IndentationFixer.html#visit-org.apache.velocity.runtime.parser.node.ASTWord-java.lang.Object-">visit(ASTWord, Object)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/IndentationFixer.html" title="class in org.apache.velocity.runtime.parser.node">IndentationFixer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/IndentationFixer.html#visit-org.apache.velocity.runtime.parser.node.ASTDirectiveAssign-java.lang.Object-">visit(ASTDirectiveAssign, Object)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/IndentationFixer.html" title="class in org.apache.velocity.runtime.parser.node">IndentationFixer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/IndentationFixer.html#visit-org.apache.velocity.runtime.parser.node.ASTDirective-java.lang.Object-">visit(ASTDirective, Object)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/IndentationFixer.html" title="class in org.apache.velocity.runtime.parser.node">IndentationFixer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/IndentationFixer.html#visit-org.apache.velocity.runtime.parser.node.ASTBlock-java.lang.Object-">visit(ASTBlock, Object)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/IndentationFixer.html" title="class in org.apache.velocity.runtime.parser.node">IndentationFixer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/IndentationFixer.html#visit-org.apache.velocity.runtime.parser.node.ASTMap-java.lang.Object-">visit(ASTMap, Object)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/IndentationFixer.html" title="class in org.apache.velocity.runtime.parser.node">IndentationFixer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/IndentationFixer.html#visit-org.apache.velocity.runtime.parser.node.ASTObjectArray-java.lang.Object-">visit(ASTObjectArray, Object)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/IndentationFixer.html" title="class in org.apache.velocity.runtime.parser.node">IndentationFixer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/IndentationFixer.html#visit-org.apache.velocity.runtime.parser.node.ASTIntegerRange-java.lang.Object-">visit(ASTIntegerRange, Object)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/IndentationFixer.html" title="class in org.apache.velocity.runtime.parser.node">IndentationFixer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/IndentationFixer.html#visit-org.apache.velocity.runtime.parser.node.ASTMethod-java.lang.Object-">visit(ASTMethod, Object)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/IndentationFixer.html" title="class in org.apache.velocity.runtime.parser.node">IndentationFixer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/IndentationFixer.html#visit-org.apache.velocity.runtime.parser.node.ASTIndex-java.lang.Object-">visit(ASTIndex, Object)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/IndentationFixer.html" title="class in org.apache.velocity.runtime.parser.node">IndentationFixer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/IndentationFixer.html#visit-org.apache.velocity.runtime.parser.node.ASTReference-java.lang.Object-">visit(ASTReference, Object)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/IndentationFixer.html" title="class in org.apache.velocity.runtime.parser.node">IndentationFixer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/IndentationFixer.html#visit-org.apache.velocity.runtime.parser.node.ASTTrue-java.lang.Object-">visit(ASTTrue, Object)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/IndentationFixer.html" title="class in org.apache.velocity.runtime.parser.node">IndentationFixer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/IndentationFixer.html#visit-org.apache.velocity.runtime.parser.node.ASTFalse-java.lang.Object-">visit(ASTFalse, Object)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/IndentationFixer.html" title="class in org.apache.velocity.runtime.parser.node">IndentationFixer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/IndentationFixer.html#visit-org.apache.velocity.runtime.parser.node.ASTIfStatement-java.lang.Object-">visit(ASTIfStatement, Object)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/IndentationFixer.html" title="class in org.apache.velocity.runtime.parser.node">IndentationFixer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/IndentationFixer.html#visit-org.apache.velocity.runtime.parser.node.ASTElseStatement-java.lang.Object-">visit(ASTElseStatement, Object)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/IndentationFixer.html" title="class in org.apache.velocity.runtime.parser.node">IndentationFixer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/IndentationFixer.html#visit-org.apache.velocity.runtime.parser.node.ASTElseIfStatement-java.lang.Object-">visit(ASTElseIfStatement, Object)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/IndentationFixer.html" title="class in org.apache.velocity.runtime.parser.node">IndentationFixer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/IndentationFixer.html#visit-org.apache.velocity.runtime.parser.node.ASTSetDirective-java.lang.Object-">visit(ASTSetDirective, Object)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/IndentationFixer.html" title="class in org.apache.velocity.runtime.parser.node">IndentationFixer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/IndentationFixer.html#visit-org.apache.velocity.runtime.parser.node.ASTExpression-java.lang.Object-">visit(ASTExpression, Object)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/IndentationFixer.html" title="class in org.apache.velocity.runtime.parser.node">IndentationFixer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/IndentationFixer.html#visit-org.apache.velocity.runtime.parser.node.ASTAssignment-java.lang.Object-">visit(ASTAssignment, Object)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/IndentationFixer.html" title="class in org.apache.velocity.runtime.parser.node">IndentationFixer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/IndentationFixer.html#visit-org.apache.velocity.runtime.parser.node.ASTOrNode-java.lang.Object-">visit(ASTOrNode, Object)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/IndentationFixer.html" title="class in org.apache.velocity.runtime.parser.node">IndentationFixer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/IndentationFixer.html#visit-org.apache.velocity.runtime.parser.node.ASTAndNode-java.lang.Object-">visit(ASTAndNode, Object)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/IndentationFixer.html" title="class in org.apache.velocity.runtime.parser.node">IndentationFixer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/IndentationFixer.html#visit-org.apache.velocity.runtime.parser.node.ASTEQNode-java.lang.Object-">visit(ASTEQNode, Object)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/IndentationFixer.html" title="class in org.apache.velocity.runtime.parser.node">IndentationFixer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/IndentationFixer.html#visit-org.apache.velocity.runtime.parser.node.ASTNENode-java.lang.Object-">visit(ASTNENode, Object)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/IndentationFixer.html" title="class in org.apache.velocity.runtime.parser.node">IndentationFixer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/IndentationFixer.html#visit-org.apache.velocity.runtime.parser.node.ASTLTNode-java.lang.Object-">visit(ASTLTNode, Object)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/IndentationFixer.html" title="class in org.apache.velocity.runtime.parser.node">IndentationFixer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/IndentationFixer.html#visit-org.apache.velocity.runtime.parser.node.ASTGTNode-java.lang.Object-">visit(ASTGTNode, Object)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/IndentationFixer.html" title="class in org.apache.velocity.runtime.parser.node">IndentationFixer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/IndentationFixer.html#visit-org.apache.velocity.runtime.parser.node.ASTLENode-java.lang.Object-">visit(ASTLENode, Object)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/IndentationFixer.html" title="class in org.apache.velocity.runtime.parser.node">IndentationFixer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/IndentationFixer.html#visit-org.apache.velocity.runtime.parser.node.ASTGENode-java.lang.Object-">visit(ASTGENode, Object)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/IndentationFixer.html" title="class in org.apache.velocity.runtime.parser.node">IndentationFixer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/IndentationFixer.html#visit-org.apache.velocity.runtime.parser.node.ASTAddNode-java.lang.Object-">visit(ASTAddNode, Object)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/IndentationFixer.html" title="class in org.apache.velocity.runtime.parser.node">IndentationFixer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/IndentationFixer.html#visit-org.apache.velocity.runtime.parser.node.ASTSubtractNode-java.lang.Object-">visit(ASTSubtractNode, Object)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/IndentationFixer.html" title="class in org.apache.velocity.runtime.parser.node">IndentationFixer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/IndentationFixer.html#visit-org.apache.velocity.runtime.parser.node.ASTMulNode-java.lang.Object-">visit(ASTMulNode, Object)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/IndentationFixer.html" title="class in org.apache.velocity.runtime.parser.node">IndentationFixer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/IndentationFixer.html#visit-org.apache.velocity.runtime.parser.node.ASTDivNode-java.lang.Object-">visit(ASTDivNode, Object)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/IndentationFixer.html" title="class in org.apache.velocity.runtime.parser.node">IndentationFixer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/IndentationFixer.html#visit-org.apache.velocity.runtime.parser.node.ASTModNode-java.lang.Object-">visit(ASTModNode, Object)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/IndentationFixer.html" title="class in org.apache.velocity.runtime.parser.node">IndentationFixer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/IndentationFixer.html#visit-org.apache.velocity.runtime.parser.node.ASTNotNode-java.lang.Object-">visit(ASTNotNode, Object)</a></span> - Method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/IndentationFixer.html" title="class in org.apache.velocity.runtime.parser.node">IndentationFixer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ParserVisitor.html#visit-org.apache.velocity.runtime.parser.node.SimpleNode-java.lang.Object-">visit(SimpleNode, Object)</a></span> - Method in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ParserVisitor.html" title="interface in org.apache.velocity.runtime.parser.node">ParserVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ParserVisitor.html#visit-org.apache.velocity.runtime.parser.node.ASTprocess-java.lang.Object-">visit(ASTprocess, Object)</a></span> - Method in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ParserVisitor.html" title="interface in org.apache.velocity.runtime.parser.node">ParserVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ParserVisitor.html#visit-org.apache.velocity.runtime.parser.node.ASTText-java.lang.Object-">visit(ASTText, Object)</a></span> - Method in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ParserVisitor.html" title="interface in org.apache.velocity.runtime.parser.node">ParserVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ParserVisitor.html#visit-org.apache.velocity.runtime.parser.node.ASTEscapedDirective-java.lang.Object-">visit(ASTEscapedDirective, Object)</a></span> - Method in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ParserVisitor.html" title="interface in org.apache.velocity.runtime.parser.node">ParserVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ParserVisitor.html#visit-org.apache.velocity.runtime.parser.node.ASTEscape-java.lang.Object-">visit(ASTEscape, Object)</a></span> - Method in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ParserVisitor.html" title="interface in org.apache.velocity.runtime.parser.node">ParserVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ParserVisitor.html#visit-org.apache.velocity.runtime.parser.node.ASTComment-java.lang.Object-">visit(ASTComment, Object)</a></span> - Method in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ParserVisitor.html" title="interface in org.apache.velocity.runtime.parser.node">ParserVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ParserVisitor.html#visit-org.apache.velocity.runtime.parser.node.ASTTextblock-java.lang.Object-">visit(ASTTextblock, Object)</a></span> - Method in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ParserVisitor.html" title="interface in org.apache.velocity.runtime.parser.node">ParserVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ParserVisitor.html#visit-org.apache.velocity.runtime.parser.node.ASTFloatingPointLiteral-java.lang.Object-">visit(ASTFloatingPointLiteral, Object)</a></span> - Method in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ParserVisitor.html" title="interface in org.apache.velocity.runtime.parser.node">ParserVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ParserVisitor.html#visit-org.apache.velocity.runtime.parser.node.ASTIntegerLiteral-java.lang.Object-">visit(ASTIntegerLiteral, Object)</a></span> - Method in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ParserVisitor.html" title="interface in org.apache.velocity.runtime.parser.node">ParserVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ParserVisitor.html#visit-org.apache.velocity.runtime.parser.node.ASTStringLiteral-java.lang.Object-">visit(ASTStringLiteral, Object)</a></span> - Method in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ParserVisitor.html" title="interface in org.apache.velocity.runtime.parser.node">ParserVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ParserVisitor.html#visit-org.apache.velocity.runtime.parser.node.ASTIdentifier-java.lang.Object-">visit(ASTIdentifier, Object)</a></span> - Method in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ParserVisitor.html" title="interface in org.apache.velocity.runtime.parser.node">ParserVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ParserVisitor.html#visit-org.apache.velocity.runtime.parser.node.ASTWord-java.lang.Object-">visit(ASTWord, Object)</a></span> - Method in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ParserVisitor.html" title="interface in org.apache.velocity.runtime.parser.node">ParserVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ParserVisitor.html#visit-org.apache.velocity.runtime.parser.node.ASTDirectiveAssign-java.lang.Object-">visit(ASTDirectiveAssign, Object)</a></span> - Method in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ParserVisitor.html" title="interface in org.apache.velocity.runtime.parser.node">ParserVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ParserVisitor.html#visit-org.apache.velocity.runtime.parser.node.ASTDirective-java.lang.Object-">visit(ASTDirective, Object)</a></span> - Method in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ParserVisitor.html" title="interface in org.apache.velocity.runtime.parser.node">ParserVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ParserVisitor.html#visit-org.apache.velocity.runtime.parser.node.ASTBlock-java.lang.Object-">visit(ASTBlock, Object)</a></span> - Method in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ParserVisitor.html" title="interface in org.apache.velocity.runtime.parser.node">ParserVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ParserVisitor.html#visit-org.apache.velocity.runtime.parser.node.ASTMap-java.lang.Object-">visit(ASTMap, Object)</a></span> - Method in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ParserVisitor.html" title="interface in org.apache.velocity.runtime.parser.node">ParserVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ParserVisitor.html#visit-org.apache.velocity.runtime.parser.node.ASTObjectArray-java.lang.Object-">visit(ASTObjectArray, Object)</a></span> - Method in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ParserVisitor.html" title="interface in org.apache.velocity.runtime.parser.node">ParserVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ParserVisitor.html#visit-org.apache.velocity.runtime.parser.node.ASTIntegerRange-java.lang.Object-">visit(ASTIntegerRange, Object)</a></span> - Method in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ParserVisitor.html" title="interface in org.apache.velocity.runtime.parser.node">ParserVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ParserVisitor.html#visit-org.apache.velocity.runtime.parser.node.ASTMethod-java.lang.Object-">visit(ASTMethod, Object)</a></span> - Method in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ParserVisitor.html" title="interface in org.apache.velocity.runtime.parser.node">ParserVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ParserVisitor.html#visit-org.apache.velocity.runtime.parser.node.ASTIndex-java.lang.Object-">visit(ASTIndex, Object)</a></span> - Method in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ParserVisitor.html" title="interface in org.apache.velocity.runtime.parser.node">ParserVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ParserVisitor.html#visit-org.apache.velocity.runtime.parser.node.ASTReference-java.lang.Object-">visit(ASTReference, Object)</a></span> - Method in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ParserVisitor.html" title="interface in org.apache.velocity.runtime.parser.node">ParserVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ParserVisitor.html#visit-org.apache.velocity.runtime.parser.node.ASTTrue-java.lang.Object-">visit(ASTTrue, Object)</a></span> - Method in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ParserVisitor.html" title="interface in org.apache.velocity.runtime.parser.node">ParserVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ParserVisitor.html#visit-org.apache.velocity.runtime.parser.node.ASTFalse-java.lang.Object-">visit(ASTFalse, Object)</a></span> - Method in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ParserVisitor.html" title="interface in org.apache.velocity.runtime.parser.node">ParserVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ParserVisitor.html#visit-org.apache.velocity.runtime.parser.node.ASTIfStatement-java.lang.Object-">visit(ASTIfStatement, Object)</a></span> - Method in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ParserVisitor.html" title="interface in org.apache.velocity.runtime.parser.node">ParserVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ParserVisitor.html#visit-org.apache.velocity.runtime.parser.node.ASTElseStatement-java.lang.Object-">visit(ASTElseStatement, Object)</a></span> - Method in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ParserVisitor.html" title="interface in org.apache.velocity.runtime.parser.node">ParserVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ParserVisitor.html#visit-org.apache.velocity.runtime.parser.node.ASTElseIfStatement-java.lang.Object-">visit(ASTElseIfStatement, Object)</a></span> - Method in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ParserVisitor.html" title="interface in org.apache.velocity.runtime.parser.node">ParserVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ParserVisitor.html#visit-org.apache.velocity.runtime.parser.node.ASTSetDirective-java.lang.Object-">visit(ASTSetDirective, Object)</a></span> - Method in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ParserVisitor.html" title="interface in org.apache.velocity.runtime.parser.node">ParserVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ParserVisitor.html#visit-org.apache.velocity.runtime.parser.node.ASTExpression-java.lang.Object-">visit(ASTExpression, Object)</a></span> - Method in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ParserVisitor.html" title="interface in org.apache.velocity.runtime.parser.node">ParserVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ParserVisitor.html#visit-org.apache.velocity.runtime.parser.node.ASTAssignment-java.lang.Object-">visit(ASTAssignment, Object)</a></span> - Method in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ParserVisitor.html" title="interface in org.apache.velocity.runtime.parser.node">ParserVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ParserVisitor.html#visit-org.apache.velocity.runtime.parser.node.ASTOrNode-java.lang.Object-">visit(ASTOrNode, Object)</a></span> - Method in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ParserVisitor.html" title="interface in org.apache.velocity.runtime.parser.node">ParserVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ParserVisitor.html#visit-org.apache.velocity.runtime.parser.node.ASTAndNode-java.lang.Object-">visit(ASTAndNode, Object)</a></span> - Method in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ParserVisitor.html" title="interface in org.apache.velocity.runtime.parser.node">ParserVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ParserVisitor.html#visit-org.apache.velocity.runtime.parser.node.ASTEQNode-java.lang.Object-">visit(ASTEQNode, Object)</a></span> - Method in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ParserVisitor.html" title="interface in org.apache.velocity.runtime.parser.node">ParserVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ParserVisitor.html#visit-org.apache.velocity.runtime.parser.node.ASTNENode-java.lang.Object-">visit(ASTNENode, Object)</a></span> - Method in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ParserVisitor.html" title="interface in org.apache.velocity.runtime.parser.node">ParserVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ParserVisitor.html#visit-org.apache.velocity.runtime.parser.node.ASTLTNode-java.lang.Object-">visit(ASTLTNode, Object)</a></span> - Method in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ParserVisitor.html" title="interface in org.apache.velocity.runtime.parser.node">ParserVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ParserVisitor.html#visit-org.apache.velocity.runtime.parser.node.ASTGTNode-java.lang.Object-">visit(ASTGTNode, Object)</a></span> - Method in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ParserVisitor.html" title="interface in org.apache.velocity.runtime.parser.node">ParserVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ParserVisitor.html#visit-org.apache.velocity.runtime.parser.node.ASTLENode-java.lang.Object-">visit(ASTLENode, Object)</a></span> - Method in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ParserVisitor.html" title="interface in org.apache.velocity.runtime.parser.node">ParserVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ParserVisitor.html#visit-org.apache.velocity.runtime.parser.node.ASTGENode-java.lang.Object-">visit(ASTGENode, Object)</a></span> - Method in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ParserVisitor.html" title="interface in org.apache.velocity.runtime.parser.node">ParserVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ParserVisitor.html#visit-org.apache.velocity.runtime.parser.node.ASTAddNode-java.lang.Object-">visit(ASTAddNode, Object)</a></span> - Method in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ParserVisitor.html" title="interface in org.apache.velocity.runtime.parser.node">ParserVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ParserVisitor.html#visit-org.apache.velocity.runtime.parser.node.ASTSubtractNode-java.lang.Object-">visit(ASTSubtractNode, Object)</a></span> - Method in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ParserVisitor.html" title="interface in org.apache.velocity.runtime.parser.node">ParserVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ParserVisitor.html#visit-org.apache.velocity.runtime.parser.node.ASTMulNode-java.lang.Object-">visit(ASTMulNode, Object)</a></span> - Method in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ParserVisitor.html" title="interface in org.apache.velocity.runtime.parser.node">ParserVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ParserVisitor.html#visit-org.apache.velocity.runtime.parser.node.ASTDivNode-java.lang.Object-">visit(ASTDivNode, Object)</a></span> - Method in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ParserVisitor.html" title="interface in org.apache.velocity.runtime.parser.node">ParserVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ParserVisitor.html#visit-org.apache.velocity.runtime.parser.node.ASTModNode-java.lang.Object-">visit(ASTModNode, Object)</a></span> - Method in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ParserVisitor.html" title="interface in org.apache.velocity.runtime.parser.node">ParserVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/ParserVisitor.html#visit-org.apache.velocity.runtime.parser.node.ASTNotNode-java.lang.Object-">visit(ASTNotNode, Object)</a></span> - Method in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/ParserVisitor.html" title="interface in org.apache.velocity.runtime.parser.node">ParserVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/StandardParserVisitor.html#visit-org.apache.velocity.runtime.parser.node.SimpleNode-java.lang.Object-">visit(SimpleNode, Object)</a></span> - Method in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/StandardParserVisitor.html" title="interface in org.apache.velocity.runtime.parser.node">StandardParserVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/StandardParserVisitor.html#visit-org.apache.velocity.runtime.parser.node.ASTprocess-java.lang.Object-">visit(ASTprocess, Object)</a></span> - Method in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/StandardParserVisitor.html" title="interface in org.apache.velocity.runtime.parser.node">StandardParserVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/StandardParserVisitor.html#visit-org.apache.velocity.runtime.parser.node.ASTText-java.lang.Object-">visit(ASTText, Object)</a></span> - Method in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/StandardParserVisitor.html" title="interface in org.apache.velocity.runtime.parser.node">StandardParserVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/StandardParserVisitor.html#visit-org.apache.velocity.runtime.parser.node.ASTEscapedDirective-java.lang.Object-">visit(ASTEscapedDirective, Object)</a></span> - Method in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/StandardParserVisitor.html" title="interface in org.apache.velocity.runtime.parser.node">StandardParserVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/StandardParserVisitor.html#visit-org.apache.velocity.runtime.parser.node.ASTEscape-java.lang.Object-">visit(ASTEscape, Object)</a></span> - Method in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/StandardParserVisitor.html" title="interface in org.apache.velocity.runtime.parser.node">StandardParserVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/StandardParserVisitor.html#visit-org.apache.velocity.runtime.parser.node.ASTComment-java.lang.Object-">visit(ASTComment, Object)</a></span> - Method in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/StandardParserVisitor.html" title="interface in org.apache.velocity.runtime.parser.node">StandardParserVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/StandardParserVisitor.html#visit-org.apache.velocity.runtime.parser.node.ASTTextblock-java.lang.Object-">visit(ASTTextblock, Object)</a></span> - Method in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/StandardParserVisitor.html" title="interface in org.apache.velocity.runtime.parser.node">StandardParserVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/StandardParserVisitor.html#visit-org.apache.velocity.runtime.parser.node.ASTFloatingPointLiteral-java.lang.Object-">visit(ASTFloatingPointLiteral, Object)</a></span> - Method in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/StandardParserVisitor.html" title="interface in org.apache.velocity.runtime.parser.node">StandardParserVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/StandardParserVisitor.html#visit-org.apache.velocity.runtime.parser.node.ASTIntegerLiteral-java.lang.Object-">visit(ASTIntegerLiteral, Object)</a></span> - Method in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/StandardParserVisitor.html" title="interface in org.apache.velocity.runtime.parser.node">StandardParserVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/StandardParserVisitor.html#visit-org.apache.velocity.runtime.parser.node.ASTStringLiteral-java.lang.Object-">visit(ASTStringLiteral, Object)</a></span> - Method in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/StandardParserVisitor.html" title="interface in org.apache.velocity.runtime.parser.node">StandardParserVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/StandardParserVisitor.html#visit-org.apache.velocity.runtime.parser.node.ASTIdentifier-java.lang.Object-">visit(ASTIdentifier, Object)</a></span> - Method in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/StandardParserVisitor.html" title="interface in org.apache.velocity.runtime.parser.node">StandardParserVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/StandardParserVisitor.html#visit-org.apache.velocity.runtime.parser.node.ASTWord-java.lang.Object-">visit(ASTWord, Object)</a></span> - Method in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/StandardParserVisitor.html" title="interface in org.apache.velocity.runtime.parser.node">StandardParserVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/StandardParserVisitor.html#visit-org.apache.velocity.runtime.parser.node.ASTDirectiveAssign-java.lang.Object-">visit(ASTDirectiveAssign, Object)</a></span> - Method in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/StandardParserVisitor.html" title="interface in org.apache.velocity.runtime.parser.node">StandardParserVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/StandardParserVisitor.html#visit-org.apache.velocity.runtime.parser.node.ASTDirective-java.lang.Object-">visit(ASTDirective, Object)</a></span> - Method in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/StandardParserVisitor.html" title="interface in org.apache.velocity.runtime.parser.node">StandardParserVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/StandardParserVisitor.html#visit-org.apache.velocity.runtime.parser.node.ASTBlock-java.lang.Object-">visit(ASTBlock, Object)</a></span> - Method in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/StandardParserVisitor.html" title="interface in org.apache.velocity.runtime.parser.node">StandardParserVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/StandardParserVisitor.html#visit-org.apache.velocity.runtime.parser.node.ASTMap-java.lang.Object-">visit(ASTMap, Object)</a></span> - Method in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/StandardParserVisitor.html" title="interface in org.apache.velocity.runtime.parser.node">StandardParserVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/StandardParserVisitor.html#visit-org.apache.velocity.runtime.parser.node.ASTObjectArray-java.lang.Object-">visit(ASTObjectArray, Object)</a></span> - Method in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/StandardParserVisitor.html" title="interface in org.apache.velocity.runtime.parser.node">StandardParserVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/StandardParserVisitor.html#visit-org.apache.velocity.runtime.parser.node.ASTIntegerRange-java.lang.Object-">visit(ASTIntegerRange, Object)</a></span> - Method in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/StandardParserVisitor.html" title="interface in org.apache.velocity.runtime.parser.node">StandardParserVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/StandardParserVisitor.html#visit-org.apache.velocity.runtime.parser.node.ASTMethod-java.lang.Object-">visit(ASTMethod, Object)</a></span> - Method in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/StandardParserVisitor.html" title="interface in org.apache.velocity.runtime.parser.node">StandardParserVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/StandardParserVisitor.html#visit-org.apache.velocity.runtime.parser.node.ASTIndex-java.lang.Object-">visit(ASTIndex, Object)</a></span> - Method in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/StandardParserVisitor.html" title="interface in org.apache.velocity.runtime.parser.node">StandardParserVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/StandardParserVisitor.html#visit-org.apache.velocity.runtime.parser.node.ASTReference-java.lang.Object-">visit(ASTReference, Object)</a></span> - Method in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/StandardParserVisitor.html" title="interface in org.apache.velocity.runtime.parser.node">StandardParserVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/StandardParserVisitor.html#visit-org.apache.velocity.runtime.parser.node.ASTTrue-java.lang.Object-">visit(ASTTrue, Object)</a></span> - Method in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/StandardParserVisitor.html" title="interface in org.apache.velocity.runtime.parser.node">StandardParserVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/StandardParserVisitor.html#visit-org.apache.velocity.runtime.parser.node.ASTFalse-java.lang.Object-">visit(ASTFalse, Object)</a></span> - Method in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/StandardParserVisitor.html" title="interface in org.apache.velocity.runtime.parser.node">StandardParserVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/StandardParserVisitor.html#visit-org.apache.velocity.runtime.parser.node.ASTIfStatement-java.lang.Object-">visit(ASTIfStatement, Object)</a></span> - Method in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/StandardParserVisitor.html" title="interface in org.apache.velocity.runtime.parser.node">StandardParserVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/StandardParserVisitor.html#visit-org.apache.velocity.runtime.parser.node.ASTElseStatement-java.lang.Object-">visit(ASTElseStatement, Object)</a></span> - Method in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/StandardParserVisitor.html" title="interface in org.apache.velocity.runtime.parser.node">StandardParserVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/StandardParserVisitor.html#visit-org.apache.velocity.runtime.parser.node.ASTElseIfStatement-java.lang.Object-">visit(ASTElseIfStatement, Object)</a></span> - Method in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/StandardParserVisitor.html" title="interface in org.apache.velocity.runtime.parser.node">StandardParserVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/StandardParserVisitor.html#visit-org.apache.velocity.runtime.parser.node.ASTSetDirective-java.lang.Object-">visit(ASTSetDirective, Object)</a></span> - Method in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/StandardParserVisitor.html" title="interface in org.apache.velocity.runtime.parser.node">StandardParserVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/StandardParserVisitor.html#visit-org.apache.velocity.runtime.parser.node.ASTExpression-java.lang.Object-">visit(ASTExpression, Object)</a></span> - Method in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/StandardParserVisitor.html" title="interface in org.apache.velocity.runtime.parser.node">StandardParserVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/StandardParserVisitor.html#visit-org.apache.velocity.runtime.parser.node.ASTAssignment-java.lang.Object-">visit(ASTAssignment, Object)</a></span> - Method in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/StandardParserVisitor.html" title="interface in org.apache.velocity.runtime.parser.node">StandardParserVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/StandardParserVisitor.html#visit-org.apache.velocity.runtime.parser.node.ASTOrNode-java.lang.Object-">visit(ASTOrNode, Object)</a></span> - Method in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/StandardParserVisitor.html" title="interface in org.apache.velocity.runtime.parser.node">StandardParserVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/StandardParserVisitor.html#visit-org.apache.velocity.runtime.parser.node.ASTAndNode-java.lang.Object-">visit(ASTAndNode, Object)</a></span> - Method in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/StandardParserVisitor.html" title="interface in org.apache.velocity.runtime.parser.node">StandardParserVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/StandardParserVisitor.html#visit-org.apache.velocity.runtime.parser.node.ASTEQNode-java.lang.Object-">visit(ASTEQNode, Object)</a></span> - Method in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/StandardParserVisitor.html" title="interface in org.apache.velocity.runtime.parser.node">StandardParserVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/StandardParserVisitor.html#visit-org.apache.velocity.runtime.parser.node.ASTNENode-java.lang.Object-">visit(ASTNENode, Object)</a></span> - Method in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/StandardParserVisitor.html" title="interface in org.apache.velocity.runtime.parser.node">StandardParserVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/StandardParserVisitor.html#visit-org.apache.velocity.runtime.parser.node.ASTLTNode-java.lang.Object-">visit(ASTLTNode, Object)</a></span> - Method in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/StandardParserVisitor.html" title="interface in org.apache.velocity.runtime.parser.node">StandardParserVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/StandardParserVisitor.html#visit-org.apache.velocity.runtime.parser.node.ASTGTNode-java.lang.Object-">visit(ASTGTNode, Object)</a></span> - Method in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/StandardParserVisitor.html" title="interface in org.apache.velocity.runtime.parser.node">StandardParserVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/StandardParserVisitor.html#visit-org.apache.velocity.runtime.parser.node.ASTLENode-java.lang.Object-">visit(ASTLENode, Object)</a></span> - Method in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/StandardParserVisitor.html" title="interface in org.apache.velocity.runtime.parser.node">StandardParserVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/StandardParserVisitor.html#visit-org.apache.velocity.runtime.parser.node.ASTGENode-java.lang.Object-">visit(ASTGENode, Object)</a></span> - Method in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/StandardParserVisitor.html" title="interface in org.apache.velocity.runtime.parser.node">StandardParserVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/StandardParserVisitor.html#visit-org.apache.velocity.runtime.parser.node.ASTAddNode-java.lang.Object-">visit(ASTAddNode, Object)</a></span> - Method in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/StandardParserVisitor.html" title="interface in org.apache.velocity.runtime.parser.node">StandardParserVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/StandardParserVisitor.html#visit-org.apache.velocity.runtime.parser.node.ASTSubtractNode-java.lang.Object-">visit(ASTSubtractNode, Object)</a></span> - Method in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/StandardParserVisitor.html" title="interface in org.apache.velocity.runtime.parser.node">StandardParserVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/StandardParserVisitor.html#visit-org.apache.velocity.runtime.parser.node.ASTMulNode-java.lang.Object-">visit(ASTMulNode, Object)</a></span> - Method in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/StandardParserVisitor.html" title="interface in org.apache.velocity.runtime.parser.node">StandardParserVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/StandardParserVisitor.html#visit-org.apache.velocity.runtime.parser.node.ASTDivNode-java.lang.Object-">visit(ASTDivNode, Object)</a></span> - Method in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/StandardParserVisitor.html" title="interface in org.apache.velocity.runtime.parser.node">StandardParserVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/StandardParserVisitor.html#visit-org.apache.velocity.runtime.parser.node.ASTModNode-java.lang.Object-">visit(ASTModNode, Object)</a></span> - Method in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/StandardParserVisitor.html" title="interface in org.apache.velocity.runtime.parser.node">StandardParserVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/StandardParserVisitor.html#visit-org.apache.velocity.runtime.parser.node.ASTNotNode-java.lang.Object-">visit(ASTNotNode, Object)</a></span> - Method in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/StandardParserVisitor.html" title="interface in org.apache.velocity.runtime.parser.node">StandardParserVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/StandardParserVisitor.html#visit-org.apache.velocity.runtime.parser.node.ASTNegateNode-java.lang.Object-">visit(ASTNegateNode, Object)</a></span> - Method in interface org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/StandardParserVisitor.html" title="interface in org.apache.velocity.runtime.parser.node">StandardParserVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/visitor/BaseVisitor.html#visit-org.apache.velocity.runtime.parser.node.SimpleNode-java.lang.Object-">visit(SimpleNode, Object)</a></span> - Method in class org.apache.velocity.runtime.visitor.<a href="org/apache/velocity/runtime/visitor/BaseVisitor.html" title="class in org.apache.velocity.runtime.visitor">BaseVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/visitor/BaseVisitor.html#visit-org.apache.velocity.runtime.parser.node.ASTprocess-java.lang.Object-">visit(ASTprocess, Object)</a></span> - Method in class org.apache.velocity.runtime.visitor.<a href="org/apache/velocity/runtime/visitor/BaseVisitor.html" title="class in org.apache.velocity.runtime.visitor">BaseVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/visitor/BaseVisitor.html#visit-org.apache.velocity.runtime.parser.node.ASTExpression-java.lang.Object-">visit(ASTExpression, Object)</a></span> - Method in class org.apache.velocity.runtime.visitor.<a href="org/apache/velocity/runtime/visitor/BaseVisitor.html" title="class in org.apache.velocity.runtime.visitor">BaseVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/visitor/BaseVisitor.html#visit-org.apache.velocity.runtime.parser.node.ASTAssignment-java.lang.Object-">visit(ASTAssignment, Object)</a></span> - Method in class org.apache.velocity.runtime.visitor.<a href="org/apache/velocity/runtime/visitor/BaseVisitor.html" title="class in org.apache.velocity.runtime.visitor">BaseVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/visitor/BaseVisitor.html#visit-org.apache.velocity.runtime.parser.node.ASTOrNode-java.lang.Object-">visit(ASTOrNode, Object)</a></span> - Method in class org.apache.velocity.runtime.visitor.<a href="org/apache/velocity/runtime/visitor/BaseVisitor.html" title="class in org.apache.velocity.runtime.visitor">BaseVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/visitor/BaseVisitor.html#visit-org.apache.velocity.runtime.parser.node.ASTAndNode-java.lang.Object-">visit(ASTAndNode, Object)</a></span> - Method in class org.apache.velocity.runtime.visitor.<a href="org/apache/velocity/runtime/visitor/BaseVisitor.html" title="class in org.apache.velocity.runtime.visitor">BaseVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/visitor/BaseVisitor.html#visit-org.apache.velocity.runtime.parser.node.ASTEQNode-java.lang.Object-">visit(ASTEQNode, Object)</a></span> - Method in class org.apache.velocity.runtime.visitor.<a href="org/apache/velocity/runtime/visitor/BaseVisitor.html" title="class in org.apache.velocity.runtime.visitor">BaseVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/visitor/BaseVisitor.html#visit-org.apache.velocity.runtime.parser.node.ASTNENode-java.lang.Object-">visit(ASTNENode, Object)</a></span> - Method in class org.apache.velocity.runtime.visitor.<a href="org/apache/velocity/runtime/visitor/BaseVisitor.html" title="class in org.apache.velocity.runtime.visitor">BaseVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/visitor/BaseVisitor.html#visit-org.apache.velocity.runtime.parser.node.ASTLTNode-java.lang.Object-">visit(ASTLTNode, Object)</a></span> - Method in class org.apache.velocity.runtime.visitor.<a href="org/apache/velocity/runtime/visitor/BaseVisitor.html" title="class in org.apache.velocity.runtime.visitor">BaseVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/visitor/BaseVisitor.html#visit-org.apache.velocity.runtime.parser.node.ASTGTNode-java.lang.Object-">visit(ASTGTNode, Object)</a></span> - Method in class org.apache.velocity.runtime.visitor.<a href="org/apache/velocity/runtime/visitor/BaseVisitor.html" title="class in org.apache.velocity.runtime.visitor">BaseVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/visitor/BaseVisitor.html#visit-org.apache.velocity.runtime.parser.node.ASTLENode-java.lang.Object-">visit(ASTLENode, Object)</a></span> - Method in class org.apache.velocity.runtime.visitor.<a href="org/apache/velocity/runtime/visitor/BaseVisitor.html" title="class in org.apache.velocity.runtime.visitor">BaseVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/visitor/BaseVisitor.html#visit-org.apache.velocity.runtime.parser.node.ASTGENode-java.lang.Object-">visit(ASTGENode, Object)</a></span> - Method in class org.apache.velocity.runtime.visitor.<a href="org/apache/velocity/runtime/visitor/BaseVisitor.html" title="class in org.apache.velocity.runtime.visitor">BaseVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/visitor/BaseVisitor.html#visit-org.apache.velocity.runtime.parser.node.ASTAddNode-java.lang.Object-">visit(ASTAddNode, Object)</a></span> - Method in class org.apache.velocity.runtime.visitor.<a href="org/apache/velocity/runtime/visitor/BaseVisitor.html" title="class in org.apache.velocity.runtime.visitor">BaseVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/visitor/BaseVisitor.html#visit-org.apache.velocity.runtime.parser.node.ASTSubtractNode-java.lang.Object-">visit(ASTSubtractNode, Object)</a></span> - Method in class org.apache.velocity.runtime.visitor.<a href="org/apache/velocity/runtime/visitor/BaseVisitor.html" title="class in org.apache.velocity.runtime.visitor">BaseVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/visitor/BaseVisitor.html#visit-org.apache.velocity.runtime.parser.node.ASTMulNode-java.lang.Object-">visit(ASTMulNode, Object)</a></span> - Method in class org.apache.velocity.runtime.visitor.<a href="org/apache/velocity/runtime/visitor/BaseVisitor.html" title="class in org.apache.velocity.runtime.visitor">BaseVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/visitor/BaseVisitor.html#visit-org.apache.velocity.runtime.parser.node.ASTDivNode-java.lang.Object-">visit(ASTDivNode, Object)</a></span> - Method in class org.apache.velocity.runtime.visitor.<a href="org/apache/velocity/runtime/visitor/BaseVisitor.html" title="class in org.apache.velocity.runtime.visitor">BaseVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/visitor/BaseVisitor.html#visit-org.apache.velocity.runtime.parser.node.ASTModNode-java.lang.Object-">visit(ASTModNode, Object)</a></span> - Method in class org.apache.velocity.runtime.visitor.<a href="org/apache/velocity/runtime/visitor/BaseVisitor.html" title="class in org.apache.velocity.runtime.visitor">BaseVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/visitor/BaseVisitor.html#visit-org.apache.velocity.runtime.parser.node.ASTNotNode-java.lang.Object-">visit(ASTNotNode, Object)</a></span> - Method in class org.apache.velocity.runtime.visitor.<a href="org/apache/velocity/runtime/visitor/BaseVisitor.html" title="class in org.apache.velocity.runtime.visitor">BaseVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/visitor/BaseVisitor.html#visit-org.apache.velocity.runtime.parser.node.ASTIntegerLiteral-java.lang.Object-">visit(ASTIntegerLiteral, Object)</a></span> - Method in class org.apache.velocity.runtime.visitor.<a href="org/apache/velocity/runtime/visitor/BaseVisitor.html" title="class in org.apache.velocity.runtime.visitor">BaseVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/visitor/BaseVisitor.html#visit-org.apache.velocity.runtime.parser.node.ASTFloatingPointLiteral-java.lang.Object-">visit(ASTFloatingPointLiteral, Object)</a></span> - Method in class org.apache.velocity.runtime.visitor.<a href="org/apache/velocity/runtime/visitor/BaseVisitor.html" title="class in org.apache.velocity.runtime.visitor">BaseVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/visitor/BaseVisitor.html#visit-org.apache.velocity.runtime.parser.node.ASTStringLiteral-java.lang.Object-">visit(ASTStringLiteral, Object)</a></span> - Method in class org.apache.velocity.runtime.visitor.<a href="org/apache/velocity/runtime/visitor/BaseVisitor.html" title="class in org.apache.velocity.runtime.visitor">BaseVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/visitor/BaseVisitor.html#visit-org.apache.velocity.runtime.parser.node.ASTIdentifier-java.lang.Object-">visit(ASTIdentifier, Object)</a></span> - Method in class org.apache.velocity.runtime.visitor.<a href="org/apache/velocity/runtime/visitor/BaseVisitor.html" title="class in org.apache.velocity.runtime.visitor">BaseVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/visitor/BaseVisitor.html#visit-org.apache.velocity.runtime.parser.node.ASTMethod-java.lang.Object-">visit(ASTMethod, Object)</a></span> - Method in class org.apache.velocity.runtime.visitor.<a href="org/apache/velocity/runtime/visitor/BaseVisitor.html" title="class in org.apache.velocity.runtime.visitor">BaseVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/visitor/BaseVisitor.html#visit-org.apache.velocity.runtime.parser.node.ASTIndex-java.lang.Object-">visit(ASTIndex, Object)</a></span> - Method in class org.apache.velocity.runtime.visitor.<a href="org/apache/velocity/runtime/visitor/BaseVisitor.html" title="class in org.apache.velocity.runtime.visitor">BaseVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/visitor/BaseVisitor.html#visit-org.apache.velocity.runtime.parser.node.ASTReference-java.lang.Object-">visit(ASTReference, Object)</a></span> - Method in class org.apache.velocity.runtime.visitor.<a href="org/apache/velocity/runtime/visitor/BaseVisitor.html" title="class in org.apache.velocity.runtime.visitor">BaseVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/visitor/BaseVisitor.html#visit-org.apache.velocity.runtime.parser.node.ASTTrue-java.lang.Object-">visit(ASTTrue, Object)</a></span> - Method in class org.apache.velocity.runtime.visitor.<a href="org/apache/velocity/runtime/visitor/BaseVisitor.html" title="class in org.apache.velocity.runtime.visitor">BaseVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/visitor/BaseVisitor.html#visit-org.apache.velocity.runtime.parser.node.ASTFalse-java.lang.Object-">visit(ASTFalse, Object)</a></span> - Method in class org.apache.velocity.runtime.visitor.<a href="org/apache/velocity/runtime/visitor/BaseVisitor.html" title="class in org.apache.velocity.runtime.visitor">BaseVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/visitor/BaseVisitor.html#visit-org.apache.velocity.runtime.parser.node.ASTBlock-java.lang.Object-">visit(ASTBlock, Object)</a></span> - Method in class org.apache.velocity.runtime.visitor.<a href="org/apache/velocity/runtime/visitor/BaseVisitor.html" title="class in org.apache.velocity.runtime.visitor">BaseVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/visitor/BaseVisitor.html#visit-org.apache.velocity.runtime.parser.node.ASTText-java.lang.Object-">visit(ASTText, Object)</a></span> - Method in class org.apache.velocity.runtime.visitor.<a href="org/apache/velocity/runtime/visitor/BaseVisitor.html" title="class in org.apache.velocity.runtime.visitor">BaseVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/visitor/BaseVisitor.html#visit-org.apache.velocity.runtime.parser.node.ASTIfStatement-java.lang.Object-">visit(ASTIfStatement, Object)</a></span> - Method in class org.apache.velocity.runtime.visitor.<a href="org/apache/velocity/runtime/visitor/BaseVisitor.html" title="class in org.apache.velocity.runtime.visitor">BaseVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/visitor/BaseVisitor.html#visit-org.apache.velocity.runtime.parser.node.ASTElseStatement-java.lang.Object-">visit(ASTElseStatement, Object)</a></span> - Method in class org.apache.velocity.runtime.visitor.<a href="org/apache/velocity/runtime/visitor/BaseVisitor.html" title="class in org.apache.velocity.runtime.visitor">BaseVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/visitor/BaseVisitor.html#visit-org.apache.velocity.runtime.parser.node.ASTElseIfStatement-java.lang.Object-">visit(ASTElseIfStatement, Object)</a></span> - Method in class org.apache.velocity.runtime.visitor.<a href="org/apache/velocity/runtime/visitor/BaseVisitor.html" title="class in org.apache.velocity.runtime.visitor">BaseVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/visitor/BaseVisitor.html#visit-org.apache.velocity.runtime.parser.node.ASTComment-java.lang.Object-">visit(ASTComment, Object)</a></span> - Method in class org.apache.velocity.runtime.visitor.<a href="org/apache/velocity/runtime/visitor/BaseVisitor.html" title="class in org.apache.velocity.runtime.visitor">BaseVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/visitor/BaseVisitor.html#visit-org.apache.velocity.runtime.parser.node.ASTTextblock-java.lang.Object-">visit(ASTTextblock, Object)</a></span> - Method in class org.apache.velocity.runtime.visitor.<a href="org/apache/velocity/runtime/visitor/BaseVisitor.html" title="class in org.apache.velocity.runtime.visitor">BaseVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/visitor/BaseVisitor.html#visit-org.apache.velocity.runtime.parser.node.ASTObjectArray-java.lang.Object-">visit(ASTObjectArray, Object)</a></span> - Method in class org.apache.velocity.runtime.visitor.<a href="org/apache/velocity/runtime/visitor/BaseVisitor.html" title="class in org.apache.velocity.runtime.visitor">BaseVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/visitor/BaseVisitor.html#visit-org.apache.velocity.runtime.parser.node.ASTWord-java.lang.Object-">visit(ASTWord, Object)</a></span> - Method in class org.apache.velocity.runtime.visitor.<a href="org/apache/velocity/runtime/visitor/BaseVisitor.html" title="class in org.apache.velocity.runtime.visitor">BaseVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/visitor/BaseVisitor.html#visit-org.apache.velocity.runtime.parser.node.ASTSetDirective-java.lang.Object-">visit(ASTSetDirective, Object)</a></span> - Method in class org.apache.velocity.runtime.visitor.<a href="org/apache/velocity/runtime/visitor/BaseVisitor.html" title="class in org.apache.velocity.runtime.visitor">BaseVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/visitor/BaseVisitor.html#visit-org.apache.velocity.runtime.parser.node.ASTDirectiveAssign-java.lang.Object-">visit(ASTDirectiveAssign, Object)</a></span> - Method in class org.apache.velocity.runtime.visitor.<a href="org/apache/velocity/runtime/visitor/BaseVisitor.html" title="class in org.apache.velocity.runtime.visitor">BaseVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/visitor/BaseVisitor.html#visit-org.apache.velocity.runtime.parser.node.ASTDirective-java.lang.Object-">visit(ASTDirective, Object)</a></span> - Method in class org.apache.velocity.runtime.visitor.<a href="org/apache/velocity/runtime/visitor/BaseVisitor.html" title="class in org.apache.velocity.runtime.visitor">BaseVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/visitor/BaseVisitor.html#visit-org.apache.velocity.runtime.parser.node.ASTEscapedDirective-java.lang.Object-">visit(ASTEscapedDirective, Object)</a></span> - Method in class org.apache.velocity.runtime.visitor.<a href="org/apache/velocity/runtime/visitor/BaseVisitor.html" title="class in org.apache.velocity.runtime.visitor">BaseVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/visitor/BaseVisitor.html#visit-org.apache.velocity.runtime.parser.node.ASTEscape-java.lang.Object-">visit(ASTEscape, Object)</a></span> - Method in class org.apache.velocity.runtime.visitor.<a href="org/apache/velocity/runtime/visitor/BaseVisitor.html" title="class in org.apache.velocity.runtime.visitor">BaseVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/visitor/BaseVisitor.html#visit-org.apache.velocity.runtime.parser.node.ASTMap-java.lang.Object-">visit(ASTMap, Object)</a></span> - Method in class org.apache.velocity.runtime.visitor.<a href="org/apache/velocity/runtime/visitor/BaseVisitor.html" title="class in org.apache.velocity.runtime.visitor">BaseVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/visitor/BaseVisitor.html#visit-org.apache.velocity.runtime.parser.node.ASTIntegerRange-java.lang.Object-">visit(ASTIntegerRange, Object)</a></span> - Method in class org.apache.velocity.runtime.visitor.<a href="org/apache/velocity/runtime/visitor/BaseVisitor.html" title="class in org.apache.velocity.runtime.visitor">BaseVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/visitor/NodeViewMode.html#visit-org.apache.velocity.runtime.parser.node.SimpleNode-java.lang.Object-">visit(SimpleNode, Object)</a></span> - Method in class org.apache.velocity.runtime.visitor.<a href="org/apache/velocity/runtime/visitor/NodeViewMode.html" title="class in org.apache.velocity.runtime.visitor">NodeViewMode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/visitor/NodeViewMode.html#visit-org.apache.velocity.runtime.parser.node.ASTprocess-java.lang.Object-">visit(ASTprocess, Object)</a></span> - Method in class org.apache.velocity.runtime.visitor.<a href="org/apache/velocity/runtime/visitor/NodeViewMode.html" title="class in org.apache.velocity.runtime.visitor">NodeViewMode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/visitor/NodeViewMode.html#visit-org.apache.velocity.runtime.parser.node.ASTExpression-java.lang.Object-">visit(ASTExpression, Object)</a></span> - Method in class org.apache.velocity.runtime.visitor.<a href="org/apache/velocity/runtime/visitor/NodeViewMode.html" title="class in org.apache.velocity.runtime.visitor">NodeViewMode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/visitor/NodeViewMode.html#visit-org.apache.velocity.runtime.parser.node.ASTAssignment-java.lang.Object-">visit(ASTAssignment, Object)</a></span> - Method in class org.apache.velocity.runtime.visitor.<a href="org/apache/velocity/runtime/visitor/NodeViewMode.html" title="class in org.apache.velocity.runtime.visitor">NodeViewMode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/visitor/NodeViewMode.html#visit-org.apache.velocity.runtime.parser.node.ASTOrNode-java.lang.Object-">visit(ASTOrNode, Object)</a></span> - Method in class org.apache.velocity.runtime.visitor.<a href="org/apache/velocity/runtime/visitor/NodeViewMode.html" title="class in org.apache.velocity.runtime.visitor">NodeViewMode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/visitor/NodeViewMode.html#visit-org.apache.velocity.runtime.parser.node.ASTAndNode-java.lang.Object-">visit(ASTAndNode, Object)</a></span> - Method in class org.apache.velocity.runtime.visitor.<a href="org/apache/velocity/runtime/visitor/NodeViewMode.html" title="class in org.apache.velocity.runtime.visitor">NodeViewMode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/visitor/NodeViewMode.html#visit-org.apache.velocity.runtime.parser.node.ASTEQNode-java.lang.Object-">visit(ASTEQNode, Object)</a></span> - Method in class org.apache.velocity.runtime.visitor.<a href="org/apache/velocity/runtime/visitor/NodeViewMode.html" title="class in org.apache.velocity.runtime.visitor">NodeViewMode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/visitor/NodeViewMode.html#visit-org.apache.velocity.runtime.parser.node.ASTNENode-java.lang.Object-">visit(ASTNENode, Object)</a></span> - Method in class org.apache.velocity.runtime.visitor.<a href="org/apache/velocity/runtime/visitor/NodeViewMode.html" title="class in org.apache.velocity.runtime.visitor">NodeViewMode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/visitor/NodeViewMode.html#visit-org.apache.velocity.runtime.parser.node.ASTLTNode-java.lang.Object-">visit(ASTLTNode, Object)</a></span> - Method in class org.apache.velocity.runtime.visitor.<a href="org/apache/velocity/runtime/visitor/NodeViewMode.html" title="class in org.apache.velocity.runtime.visitor">NodeViewMode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/visitor/NodeViewMode.html#visit-org.apache.velocity.runtime.parser.node.ASTGTNode-java.lang.Object-">visit(ASTGTNode, Object)</a></span> - Method in class org.apache.velocity.runtime.visitor.<a href="org/apache/velocity/runtime/visitor/NodeViewMode.html" title="class in org.apache.velocity.runtime.visitor">NodeViewMode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/visitor/NodeViewMode.html#visit-org.apache.velocity.runtime.parser.node.ASTLENode-java.lang.Object-">visit(ASTLENode, Object)</a></span> - Method in class org.apache.velocity.runtime.visitor.<a href="org/apache/velocity/runtime/visitor/NodeViewMode.html" title="class in org.apache.velocity.runtime.visitor">NodeViewMode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/visitor/NodeViewMode.html#visit-org.apache.velocity.runtime.parser.node.ASTGENode-java.lang.Object-">visit(ASTGENode, Object)</a></span> - Method in class org.apache.velocity.runtime.visitor.<a href="org/apache/velocity/runtime/visitor/NodeViewMode.html" title="class in org.apache.velocity.runtime.visitor">NodeViewMode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/visitor/NodeViewMode.html#visit-org.apache.velocity.runtime.parser.node.ASTAddNode-java.lang.Object-">visit(ASTAddNode, Object)</a></span> - Method in class org.apache.velocity.runtime.visitor.<a href="org/apache/velocity/runtime/visitor/NodeViewMode.html" title="class in org.apache.velocity.runtime.visitor">NodeViewMode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/visitor/NodeViewMode.html#visit-org.apache.velocity.runtime.parser.node.ASTSubtractNode-java.lang.Object-">visit(ASTSubtractNode, Object)</a></span> - Method in class org.apache.velocity.runtime.visitor.<a href="org/apache/velocity/runtime/visitor/NodeViewMode.html" title="class in org.apache.velocity.runtime.visitor">NodeViewMode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/visitor/NodeViewMode.html#visit-org.apache.velocity.runtime.parser.node.ASTMulNode-java.lang.Object-">visit(ASTMulNode, Object)</a></span> - Method in class org.apache.velocity.runtime.visitor.<a href="org/apache/velocity/runtime/visitor/NodeViewMode.html" title="class in org.apache.velocity.runtime.visitor">NodeViewMode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/visitor/NodeViewMode.html#visit-org.apache.velocity.runtime.parser.node.ASTDivNode-java.lang.Object-">visit(ASTDivNode, Object)</a></span> - Method in class org.apache.velocity.runtime.visitor.<a href="org/apache/velocity/runtime/visitor/NodeViewMode.html" title="class in org.apache.velocity.runtime.visitor">NodeViewMode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/visitor/NodeViewMode.html#visit-org.apache.velocity.runtime.parser.node.ASTModNode-java.lang.Object-">visit(ASTModNode, Object)</a></span> - Method in class org.apache.velocity.runtime.visitor.<a href="org/apache/velocity/runtime/visitor/NodeViewMode.html" title="class in org.apache.velocity.runtime.visitor">NodeViewMode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/visitor/NodeViewMode.html#visit-org.apache.velocity.runtime.parser.node.ASTNotNode-java.lang.Object-">visit(ASTNotNode, Object)</a></span> - Method in class org.apache.velocity.runtime.visitor.<a href="org/apache/velocity/runtime/visitor/NodeViewMode.html" title="class in org.apache.velocity.runtime.visitor">NodeViewMode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/visitor/NodeViewMode.html#visit-org.apache.velocity.runtime.parser.node.ASTFloatingPointLiteral-java.lang.Object-">visit(ASTFloatingPointLiteral, Object)</a></span> - Method in class org.apache.velocity.runtime.visitor.<a href="org/apache/velocity/runtime/visitor/NodeViewMode.html" title="class in org.apache.velocity.runtime.visitor">NodeViewMode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/visitor/NodeViewMode.html#visit-org.apache.velocity.runtime.parser.node.ASTIntegerLiteral-java.lang.Object-">visit(ASTIntegerLiteral, Object)</a></span> - Method in class org.apache.velocity.runtime.visitor.<a href="org/apache/velocity/runtime/visitor/NodeViewMode.html" title="class in org.apache.velocity.runtime.visitor">NodeViewMode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/visitor/NodeViewMode.html#visit-org.apache.velocity.runtime.parser.node.ASTStringLiteral-java.lang.Object-">visit(ASTStringLiteral, Object)</a></span> - Method in class org.apache.velocity.runtime.visitor.<a href="org/apache/velocity/runtime/visitor/NodeViewMode.html" title="class in org.apache.velocity.runtime.visitor">NodeViewMode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/visitor/NodeViewMode.html#visit-org.apache.velocity.runtime.parser.node.ASTIdentifier-java.lang.Object-">visit(ASTIdentifier, Object)</a></span> - Method in class org.apache.velocity.runtime.visitor.<a href="org/apache/velocity/runtime/visitor/NodeViewMode.html" title="class in org.apache.velocity.runtime.visitor">NodeViewMode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/visitor/NodeViewMode.html#visit-org.apache.velocity.runtime.parser.node.ASTMethod-java.lang.Object-">visit(ASTMethod, Object)</a></span> - Method in class org.apache.velocity.runtime.visitor.<a href="org/apache/velocity/runtime/visitor/NodeViewMode.html" title="class in org.apache.velocity.runtime.visitor">NodeViewMode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/visitor/NodeViewMode.html#visit-org.apache.velocity.runtime.parser.node.ASTReference-java.lang.Object-">visit(ASTReference, Object)</a></span> - Method in class org.apache.velocity.runtime.visitor.<a href="org/apache/velocity/runtime/visitor/NodeViewMode.html" title="class in org.apache.velocity.runtime.visitor">NodeViewMode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/visitor/NodeViewMode.html#visit-org.apache.velocity.runtime.parser.node.ASTTrue-java.lang.Object-">visit(ASTTrue, Object)</a></span> - Method in class org.apache.velocity.runtime.visitor.<a href="org/apache/velocity/runtime/visitor/NodeViewMode.html" title="class in org.apache.velocity.runtime.visitor">NodeViewMode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/visitor/NodeViewMode.html#visit-org.apache.velocity.runtime.parser.node.ASTFalse-java.lang.Object-">visit(ASTFalse, Object)</a></span> - Method in class org.apache.velocity.runtime.visitor.<a href="org/apache/velocity/runtime/visitor/NodeViewMode.html" title="class in org.apache.velocity.runtime.visitor">NodeViewMode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/visitor/NodeViewMode.html#visit-org.apache.velocity.runtime.parser.node.ASTBlock-java.lang.Object-">visit(ASTBlock, Object)</a></span> - Method in class org.apache.velocity.runtime.visitor.<a href="org/apache/velocity/runtime/visitor/NodeViewMode.html" title="class in org.apache.velocity.runtime.visitor">NodeViewMode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/visitor/NodeViewMode.html#visit-org.apache.velocity.runtime.parser.node.ASTText-java.lang.Object-">visit(ASTText, Object)</a></span> - Method in class org.apache.velocity.runtime.visitor.<a href="org/apache/velocity/runtime/visitor/NodeViewMode.html" title="class in org.apache.velocity.runtime.visitor">NodeViewMode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/visitor/NodeViewMode.html#visit-org.apache.velocity.runtime.parser.node.ASTIfStatement-java.lang.Object-">visit(ASTIfStatement, Object)</a></span> - Method in class org.apache.velocity.runtime.visitor.<a href="org/apache/velocity/runtime/visitor/NodeViewMode.html" title="class in org.apache.velocity.runtime.visitor">NodeViewMode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/visitor/NodeViewMode.html#visit-org.apache.velocity.runtime.parser.node.ASTElseStatement-java.lang.Object-">visit(ASTElseStatement, Object)</a></span> - Method in class org.apache.velocity.runtime.visitor.<a href="org/apache/velocity/runtime/visitor/NodeViewMode.html" title="class in org.apache.velocity.runtime.visitor">NodeViewMode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/visitor/NodeViewMode.html#visit-org.apache.velocity.runtime.parser.node.ASTElseIfStatement-java.lang.Object-">visit(ASTElseIfStatement, Object)</a></span> - Method in class org.apache.velocity.runtime.visitor.<a href="org/apache/velocity/runtime/visitor/NodeViewMode.html" title="class in org.apache.velocity.runtime.visitor">NodeViewMode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/visitor/NodeViewMode.html#visit-org.apache.velocity.runtime.parser.node.ASTObjectArray-java.lang.Object-">visit(ASTObjectArray, Object)</a></span> - Method in class org.apache.velocity.runtime.visitor.<a href="org/apache/velocity/runtime/visitor/NodeViewMode.html" title="class in org.apache.velocity.runtime.visitor">NodeViewMode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/visitor/NodeViewMode.html#visit-org.apache.velocity.runtime.parser.node.ASTDirective-java.lang.Object-">visit(ASTDirective, Object)</a></span> - Method in class org.apache.velocity.runtime.visitor.<a href="org/apache/velocity/runtime/visitor/NodeViewMode.html" title="class in org.apache.velocity.runtime.visitor">NodeViewMode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/visitor/NodeViewMode.html#visit-org.apache.velocity.runtime.parser.node.ASTWord-java.lang.Object-">visit(ASTWord, Object)</a></span> - Method in class org.apache.velocity.runtime.visitor.<a href="org/apache/velocity/runtime/visitor/NodeViewMode.html" title="class in org.apache.velocity.runtime.visitor">NodeViewMode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/visitor/NodeViewMode.html#visit-org.apache.velocity.runtime.parser.node.ASTSetDirective-java.lang.Object-">visit(ASTSetDirective, Object)</a></span> - Method in class org.apache.velocity.runtime.visitor.<a href="org/apache/velocity/runtime/visitor/NodeViewMode.html" title="class in org.apache.velocity.runtime.visitor">NodeViewMode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/visitor/NodeViewMode.html#visit-org.apache.velocity.runtime.parser.node.ASTEscapedDirective-java.lang.Object-">visit(ASTEscapedDirective, Object)</a></span> - Method in class org.apache.velocity.runtime.visitor.<a href="org/apache/velocity/runtime/visitor/NodeViewMode.html" title="class in org.apache.velocity.runtime.visitor">NodeViewMode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/visitor/NodeViewMode.html#visit-org.apache.velocity.runtime.parser.node.ASTEscape-java.lang.Object-">visit(ASTEscape, Object)</a></span> - Method in class org.apache.velocity.runtime.visitor.<a href="org/apache/velocity/runtime/visitor/NodeViewMode.html" title="class in org.apache.velocity.runtime.visitor">NodeViewMode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/visitor/NodeViewMode.html#visit-org.apache.velocity.runtime.parser.node.ASTMap-java.lang.Object-">visit(ASTMap, Object)</a></span> - Method in class org.apache.velocity.runtime.visitor.<a href="org/apache/velocity/runtime/visitor/NodeViewMode.html" title="class in org.apache.velocity.runtime.visitor">NodeViewMode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/visitor/NodeViewMode.html#visit-org.apache.velocity.runtime.parser.node.ASTIntegerRange-java.lang.Object-">visit(ASTIntegerRange, Object)</a></span> - Method in class org.apache.velocity.runtime.visitor.<a href="org/apache/velocity/runtime/visitor/NodeViewMode.html" title="class in org.apache.velocity.runtime.visitor">NodeViewMode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeConstants.html#VM_ARGUMENTS_STRICT">VM_ARGUMENTS_STRICT</a></span> - Static variable in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeConstants.html" title="interface in org.apache.velocity.runtime">RuntimeConstants</a></dt>
<dd>
<div class="block">if true, throw an exception for wrong number of arguments</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeConstants.html#VM_BODY_REFERENCE">VM_BODY_REFERENCE</a></span> - Static variable in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeConstants.html" title="interface in org.apache.velocity.runtime">RuntimeConstants</a></dt>
<dd>
<div class="block">Defines name of the reference that can be used to get the AST block passed to block macro calls.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeConstants.html#VM_ENABLE_BC_MODE">VM_ENABLE_BC_MODE</a></span> - Static variable in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeConstants.html" title="interface in org.apache.velocity.runtime">RuntimeConstants</a></dt>
<dd>
<div class="block">This flag enable the 1.7 backward compatible mode for velocimacros (defaults to false):
preserve argument literals: when displaying null or invalid non-quiet references,
use the argument literal reference instead of the one in the macro block.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeConstants.html#VM_LIBRARY">VM_LIBRARY</a></span> - Static variable in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeConstants.html" title="interface in org.apache.velocity.runtime">RuntimeConstants</a></dt>
<dd>
<div class="block">Filename of local Velocimacro library template.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeConstants.html#VM_LIBRARY_AUTORELOAD">VM_LIBRARY_AUTORELOAD</a></span> - Static variable in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeConstants.html" title="interface in org.apache.velocity.runtime">RuntimeConstants</a></dt>
<dd>
<div class="block">switch for autoloading library-sourced VMs (for development).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeConstants.html#VM_LIBRARY_DEFAULT">VM_LIBRARY_DEFAULT</a></span> - Static variable in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeConstants.html" title="interface in org.apache.velocity.runtime">RuntimeConstants</a></dt>
<dd>
<div class="block">Default Velocimacro library template.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeConstants.html#VM_MAX_DEPTH">VM_MAX_DEPTH</a></span> - Static variable in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeConstants.html" title="interface in org.apache.velocity.runtime">RuntimeConstants</a></dt>
<dd>
<div class="block">Specify the maximum depth for macro calls</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeConstants.html#VM_MESSAGES_ON">VM_MESSAGES_ON</a></span> - Static variable in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeConstants.html" title="interface in org.apache.velocity.runtime">RuntimeConstants</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">since 2.1</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeConstants.html#VM_PERM_ALLOW_INLINE">VM_PERM_ALLOW_INLINE</a></span> - Static variable in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeConstants.html" title="interface in org.apache.velocity.runtime">RuntimeConstants</a></dt>
<dd>
<div class="block">boolean (true/false) default true: allow inline (in-template) macro definitions.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeConstants.html#VM_PERM_ALLOW_INLINE_REPLACE_GLOBAL">VM_PERM_ALLOW_INLINE_REPLACE_GLOBAL</a></span> - Static variable in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeConstants.html" title="interface in org.apache.velocity.runtime">RuntimeConstants</a></dt>
<dd>
<div class="block">boolean (true/false) default false: allow inline (in-template) macro definitions to replace existing.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/RuntimeConstants.html#VM_PERM_INLINE_LOCAL">VM_PERM_INLINE_LOCAL</a></span> - Static variable in interface org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeConstants.html" title="interface in org.apache.velocity.runtime">RuntimeConstants</a></dt>
<dd>
<div class="block">Switch for forcing inline macros to be local: default false.</div>
</dd>
</dl>
<a name="I:W">
<!-- -->
</a>
<h2 class="title">W</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/velocity/example/EventExample.html#warn-java.lang.String-">warn(String)</a></span> - Method in class org.apache.velocity.example.<a href="org/apache/velocity/example/EventExample.html" title="class in org.apache.velocity.example">EventExample</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/example/EventExample.html#warn-java.lang.String-java.lang.Object-">warn(String, Object)</a></span> - Method in class org.apache.velocity.example.<a href="org/apache/velocity/example/EventExample.html" title="class in org.apache.velocity.example">EventExample</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/example/EventExample.html#warn-java.lang.String-java.lang.Object-java.lang.Object-">warn(String, Object, Object)</a></span> - Method in class org.apache.velocity.example.<a href="org/apache/velocity/example/EventExample.html" title="class in org.apache.velocity.example">EventExample</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/example/EventExample.html#warn-java.lang.String-java.lang.Object...-">warn(String, Object...)</a></span> - Method in class org.apache.velocity.example.<a href="org/apache/velocity/example/EventExample.html" title="class in org.apache.velocity.example">EventExample</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/example/EventExample.html#warn-java.lang.String-java.lang.Throwable-">warn(String, Throwable)</a></span> - Method in class org.apache.velocity.example.<a href="org/apache/velocity/example/EventExample.html" title="class in org.apache.velocity.example">EventExample</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/DeprecationAwareExtProperties.html#warnDeprecated-java.lang.String-java.lang.String-">warnDeprecated(String, String)</a></span> - Method in class org.apache.velocity.util.<a href="org/apache/velocity/util/DeprecationAwareExtProperties.html" title="class in org.apache.velocity.util">DeprecationAwareExtProperties</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Emit a warning in the log for adeprecated property name</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParserConstants.html#WHITESPACE">WHITESPACE</a></span> - Static variable in interface org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParserConstants.html" title="interface in org.apache.velocity.runtime.parser">StandardParserConstants</a></dt>
<dd>
<div class="block">RegularExpression Id.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParser.html#Word--">Word()</a></span> - Method in class org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParser.html" title="class in org.apache.velocity.runtime.parser">StandardParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParserConstants.html#WORD">WORD</a></span> - Static variable in interface org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParserConstants.html" title="interface in org.apache.velocity.runtime.parser">StandardParserConstants</a></dt>
<dd>
<div class="block">RegularExpression Id.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/introspection/AbstractChainableUberspector.html#wrap-org.apache.velocity.util.introspection.Uberspect-">wrap(Uberspect)</a></span> - Method in class org.apache.velocity.util.introspection.<a href="org/apache/velocity/util/introspection/AbstractChainableUberspector.html" title="class in org.apache.velocity.util.introspection">AbstractChainableUberspector</a></dt>
<dd>
<div class="block">Specify the decorated Uberspector</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/introspection/ChainableUberspector.html#wrap-org.apache.velocity.util.introspection.Uberspect-">wrap(Uberspect)</a></span> - Method in interface org.apache.velocity.util.introspection.<a href="org/apache/velocity/util/introspection/ChainableUberspector.html" title="interface in org.apache.velocity.util.introspection">ChainableUberspector</a></dt>
<dd>
<div class="block">Specify the decorated Uberspector</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/context/ChainedInternalContextAdapter.html#wrappedContext">wrappedContext</a></span> - Variable in class org.apache.velocity.context.<a href="org/apache/velocity/context/ChainedInternalContextAdapter.html" title="class in org.apache.velocity.context">ChainedInternalContextAdapter</a></dt>
<dd>
<div class="block">the parent context</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/node/MathUtils.html#wrapPrimitive-long-java.lang.Class-">wrapPrimitive(long, Class&lt;?&gt;)</a></span> - Static method in class org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/MathUtils.html" title="class in org.apache.velocity.runtime.parser.node">MathUtils</a></dt>
<dd>
<div class="block">Wrap the given primitive into the given class if the value is in the
range of the destination type.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/io/VelocityWriter.html#write-int-">write(int)</a></span> - Method in class org.apache.velocity.io.<a href="org/apache/velocity/io/VelocityWriter.html" title="class in org.apache.velocity.io">VelocityWriter</a></dt>
<dd>
<div class="block">Write a single character.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/io/VelocityWriter.html#write-char:A-int-int-">write(char[], int, int)</a></span> - Method in class org.apache.velocity.io.<a href="org/apache/velocity/io/VelocityWriter.html" title="class in org.apache.velocity.io">VelocityWriter</a></dt>
<dd>
<div class="block">Write a portion of an array of characters.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/io/VelocityWriter.html#write-char:A-">write(char[])</a></span> - Method in class org.apache.velocity.io.<a href="org/apache/velocity/io/VelocityWriter.html" title="class in org.apache.velocity.io">VelocityWriter</a></dt>
<dd>
<div class="block">Write an array of characters.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/io/VelocityWriter.html#write-java.lang.String-int-int-">write(String, int, int)</a></span> - Method in class org.apache.velocity.io.<a href="org/apache/velocity/io/VelocityWriter.html" title="class in org.apache.velocity.io">VelocityWriter</a></dt>
<dd>
<div class="block">Write a portion of a String.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/io/VelocityWriter.html#write-java.lang.String-">write(String)</a></span> - Method in class org.apache.velocity.io.<a href="org/apache/velocity/io/VelocityWriter.html" title="class in org.apache.velocity.io">VelocityWriter</a></dt>
<dd>
<div class="block">Write a string.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/StringBuilderWriter.html#write-java.lang.String-">write(String)</a></span> - Method in class org.apache.velocity.util.<a href="org/apache/velocity/util/StringBuilderWriter.html" title="class in org.apache.velocity.util">StringBuilderWriter</a></dt>
<dd>
<div class="block">Writes a String to the <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/StringBuilder.html?is-external=true" title="class or interface in java.lang"><code>StringBuilder</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/util/StringBuilderWriter.html#write-char:A-int-int-">write(char[], int, int)</a></span> - Method in class org.apache.velocity.util.<a href="org/apache/velocity/util/StringBuilderWriter.html" title="class in org.apache.velocity.util">StringBuilderWriter</a></dt>
<dd>
<div class="block">Writes a portion of a character array to the <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/StringBuilder.html?is-external=true" title="class or interface in java.lang"><code>StringBuilder</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/visitor/BaseVisitor.html#writer">writer</a></span> - Variable in class org.apache.velocity.runtime.visitor.<a href="org/apache/velocity/runtime/visitor/BaseVisitor.html" title="class in org.apache.velocity.runtime.visitor">BaseVisitor</a></dt>
<dd>
<div class="block">Writer used as the output sink</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/io/Filter.html#writeReference-java.lang.String-">writeReference(String)</a></span> - Method in interface org.apache.velocity.io.<a href="org/apache/velocity/io/Filter.html" title="interface in org.apache.velocity.io">Filter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/io/VelocityWriter.html#writeReference-java.lang.String-">writeReference(String)</a></span> - Method in class org.apache.velocity.io.<a href="org/apache/velocity/io/VelocityWriter.html" title="class in org.apache.velocity.io">VelocityWriter</a></dt>
<dd>
<div class="block">Send the content of a reference, e.g.; $foo, to the writer.</div>
</dd>
</dl>
<a name="I:X">
<!-- -->
</a>
<h2 class="title">X</h2>
<dl>
<dt><a href="org/apache/velocity/example/XMLTest.html" title="class in org.apache.velocity.example"><span class="typeNameLink">XMLTest</span></a> - Class in <a href="org/apache/velocity/example/package-summary.html">org.apache.velocity.example</a></dt>
<dd>
<div class="block">Example to show basic XML handling in a template.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/velocity/example/XMLTest.html#XMLTest-java.lang.String-">XMLTest(String)</a></span> - Constructor for class org.apache.velocity.example.<a href="org/apache/velocity/example/XMLTest.html" title="class in org.apache.velocity.example">XMLTest</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:Z">
<!-- -->
</a>
<h2 class="title">Z</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/velocity/runtime/parser/StandardParserConstants.html#ZERO_WIDTH_WHITESPACE">ZERO_WIDTH_WHITESPACE</a></span> - Static variable in interface org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/StandardParserConstants.html" title="interface in org.apache.velocity.runtime.parser">StandardParserConstants</a></dt>
<dd>
<div class="block">RegularExpression Id.</div>
</dd>
</dl>
<a href="#I:A">A</a>&nbsp;<a href="#I:B">B</a>&nbsp;<a href="#I:C">C</a>&nbsp;<a href="#I:D">D</a>&nbsp;<a href="#I:E">E</a>&nbsp;<a href="#I:F">F</a>&nbsp;<a href="#I:G">G</a>&nbsp;<a href="#I:H">H</a>&nbsp;<a href="#I:I">I</a>&nbsp;<a href="#I:J">J</a>&nbsp;<a href="#I:K">K</a>&nbsp;<a href="#I:L">L</a>&nbsp;<a href="#I:M">M</a>&nbsp;<a href="#I:N">N</a>&nbsp;<a href="#I:O">O</a>&nbsp;<a href="#I:P">P</a>&nbsp;<a href="#I:R">R</a>&nbsp;<a href="#I:S">S</a>&nbsp;<a href="#I:T">T</a>&nbsp;<a href="#I:U">U</a>&nbsp;<a href="#I:V">V</a>&nbsp;<a href="#I:W">W</a>&nbsp;<a href="#I:X">X</a>&nbsp;<a href="#I:Z">Z</a>&nbsp;</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="overview-summary.html">Overview</a></li>
<li>Package</li>
<li>Class</li>
<li>Use</li>
<li><a href="overview-tree.html">Tree</a></li>
<li><a href="deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</li>
<li><a href="help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="index.html?index-all.html" target="_top">Frames</a></li>
<li><a href="index-all.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2000&#x2013;2021 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
</body>
</html>