Modified: velocity/site/production/engine/devel/apidocs/index-all.html
URL: 
http://svn.apache.org/viewvc/velocity/site/production/engine/devel/apidocs/index-all.html?rev=1855189&r1=1855188&r2=1855189&view=diff
==============================================================================
--- velocity/site/production/engine/devel/apidocs/index-all.html (original)
+++ velocity/site/production/engine/devel/apidocs/index-all.html Mon Mar 11 
00:49:33 2019
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_191) on Wed Mar 06 16:10:22 CET 2019 -->
+<!-- Generated by javadoc (1.8.0_191) on Mon Mar 11 01:36:32 CET 2019 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Index (Apache Velocity 2.1-SNAPSHOT API)</title>
-<meta name="date" content="2019-03-06">
+<meta name="date" content="2019-03-11">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>
@@ -1434,6 +1434,26 @@
 <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<Type>() convention for rendering 
(String), evaluating (Boolean)
@@ -1554,18 +1574,24 @@
 <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">Ending tag for error messages triggered by passing a 
parameter not allowed in the #include directive.</div>
+<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">Starting tag for error messages triggered by passing a 
parameter not allowed in the #include directive.</div>
+<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>
@@ -1578,6 +1604,7 @@
 </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/Parser.html#Escape--">Escape()</a></span>
 - Method in class org.apache.velocity.runtime.parser.<a 
href="org/apache/velocity/runtime/parser/Parser.html" title="class in 
org.apache.velocity.runtime.parser">Parser</a></dt>
@@ -1601,16 +1628,24 @@
 </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">Escape all HTML entities.</div>
+<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>&nbsp;</dd>
+<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">Escapes the characters in a String to be suitable for use 
in JavaScript.</div>
+<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>&nbsp;</dd>
+<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>
@@ -1625,10 +1660,14 @@
 <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">Escape all XML entities, suitable for placing the output 
inside an XML (1.0) text node or attribute value.</div>
+<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>&nbsp;</dd>
+<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>
@@ -1756,24 +1795,24 @@
 </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>eventhandler.include.class</code> property 
specifies a list of the
+<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>eventhandler.invalidreferences.class</code> 
property specifies a list of the
+<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_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>eventhandler.methodexception.class</code> 
property specifies a list of the
+<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>eventhandler.referenceinsertion.class</code> 
property specifies a list of the
+<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>
@@ -2889,9 +2928,13 @@
 <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>&nbsp;</dd>
+<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>&nbsp;</dd>
+<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
@@ -2900,7 +2943,9 @@
 <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>&nbsp;</dd>
+<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>
@@ -4195,7 +4240,7 @@
 </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 character encoding for the templates.</div>
+<div class="block">The default character encoding for the templates.</div>
 </dd>
 <dt><span class="memberNameLink"><a 
href="org/apache/velocity/runtime/parser/ParserTokenManager.html#input_stream">input_stream</a></span>
 - Variable in class org.apache.velocity.runtime.parser.<a 
href="org/apache/velocity/runtime/parser/ParserTokenManager.html" title="class 
in org.apache.velocity.runtime.parser">ParserTokenManager</a></dt>
 <dd>&nbsp;</dd>
@@ -5045,7 +5090,7 @@
 <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 runtime.introspection.uberspect configuration property contains 
several
+ 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>
@@ -5559,12 +5604,6 @@
 <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_CLASS"><code>RuntimeConstants.CONVERSION_HANDLER_CLASS</code></a></span></div>
-</div>
-</dd>
-<dt><span class="memberNameLink"><a 
href="org/apache/velocity/runtime/DeprecatedRuntimeConstants.html#OLD_CONVERSION_HANDLER_INSTANCE">OLD_CONVERSION_HANDLER_INSTANCE</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>
@@ -5580,6 +5619,30 @@
 <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>
@@ -5636,6 +5699,12 @@
 <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>
@@ -5654,12 +5723,6 @@
 <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/DeprecatedRuntimeConstants.html#OLD_PARSER_HYPHEN_ALLOWED">OLD_PARSER_HYPHEN_ALLOWED</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#PARSER_HYPHEN_ALLOWED"><code>RuntimeConstants.PARSER_HYPHEN_ALLOWED</code></a></span></div>
-</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>
@@ -5767,12 +5830,6 @@
 <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/DeprecatedRuntimeConstants.html#OLD_VM_PRESERVE_ARGUMENTS_LITERALS">OLD_VM_PRESERVE_ARGUMENTS_LITERALS</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_PRESERVE_ARGUMENTS_LITERALS"><code>RuntimeConstants.VM_PRESERVE_ARGUMENTS_LITERALS</code></a></span></div>
-</div>
-</dd>
 <dt><span class="memberNameLink"><a 
href="org/apache/velocity/runtime/parser/node/JJTParserState.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/JJTParserState.html" title="class 
in org.apache.velocity.runtime.parser.node">JJTParserState</a></dt>
 <dd>&nbsp;</dd>
 <dt><a href="org/apache/velocity/package-summary.html">org.apache.velocity</a> 
- package org.apache.velocity</dt>

Modified: velocity/site/production/engine/devel/apidocs/index.html
URL: 
http://svn.apache.org/viewvc/velocity/site/production/engine/devel/apidocs/index.html?rev=1855189&r1=1855188&r2=1855189&view=diff
==============================================================================
--- velocity/site/production/engine/devel/apidocs/index.html (original)
+++ velocity/site/production/engine/devel/apidocs/index.html Mon Mar 11 
00:49:33 2019
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_191) on Wed Mar 06 16:10:22 CET 2019 -->
+<!-- Generated by javadoc (1.8.0_191) on Mon Mar 11 01:36:33 CET 2019 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Apache Velocity 2.1-SNAPSHOT API</title>
 <script type="text/javascript">

Modified: 
velocity/site/production/engine/devel/apidocs/org/apache/velocity/Template.html
URL: 
http://svn.apache.org/viewvc/velocity/site/production/engine/devel/apidocs/org/apache/velocity/Template.html?rev=1855189&r1=1855188&r2=1855189&view=diff
==============================================================================
--- 
velocity/site/production/engine/devel/apidocs/org/apache/velocity/Template.html 
(original)
+++ 
velocity/site/production/engine/devel/apidocs/org/apache/velocity/Template.html 
Mon Mar 11 00:49:33 2019
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_191) on Wed Mar 06 16:10:20 CET 2019 -->
+<!-- Generated by javadoc (1.8.0_191) on Mon Mar 11 01:36:31 CET 2019 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Template (Apache Velocity 2.1-SNAPSHOT API)</title>
-<meta name="date" content="2019-03-06">
+<meta name="date" content="2019-03-11">
 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../script.js"></script>
 </head>
@@ -135,7 +135,7 @@ extends <a href="../../../org/apache/vel
  </pre></div>
 <dl>
 <dt><span class="simpleTagLabel">Version:</span></dt>
-<dd>$Id: Template.java 1783725 2017-02-20 08:41:00Z cbrisson $</dd>
+<dd>$Id: Template.java 1855186 2019-03-11 00:34:05Z cbrisson $</dd>
 <dt><span class="simpleTagLabel">Author:</span></dt>
 <dd><a href="mailto:[email protected]";>Jason van Zyl</a>, <a 
href="mailto:[email protected]";>Geir Magnusson Jr.</a></dd>
 </dl>

Modified: 
velocity/site/production/engine/devel/apidocs/org/apache/velocity/VelocityContext.html
URL: 
http://svn.apache.org/viewvc/velocity/site/production/engine/devel/apidocs/org/apache/velocity/VelocityContext.html?rev=1855189&r1=1855188&r2=1855189&view=diff
==============================================================================
--- 
velocity/site/production/engine/devel/apidocs/org/apache/velocity/VelocityContext.html
 (original)
+++ 
velocity/site/production/engine/devel/apidocs/org/apache/velocity/VelocityContext.html
 Mon Mar 11 00:49:33 2019
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_191) on Wed Mar 06 16:10:20 CET 2019 -->
+<!-- Generated by javadoc (1.8.0_191) on Mon Mar 11 01:36:31 CET 2019 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>VelocityContext (Apache Velocity 2.1-SNAPSHOT API)</title>
-<meta name="date" content="2019-03-06">
+<meta name="date" content="2019-03-11">
 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../script.js"></script>
 </head>

Modified: 
velocity/site/production/engine/devel/apidocs/org/apache/velocity/app/FieldMethodizer.html
URL: 
http://svn.apache.org/viewvc/velocity/site/production/engine/devel/apidocs/org/apache/velocity/app/FieldMethodizer.html?rev=1855189&r1=1855188&r2=1855189&view=diff
==============================================================================
--- 
velocity/site/production/engine/devel/apidocs/org/apache/velocity/app/FieldMethodizer.html
 (original)
+++ 
velocity/site/production/engine/devel/apidocs/org/apache/velocity/app/FieldMethodizer.html
 Mon Mar 11 00:49:33 2019
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_191) on Wed Mar 06 16:10:20 CET 2019 -->
+<!-- Generated by javadoc (1.8.0_191) on Mon Mar 11 01:36:31 CET 2019 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>FieldMethodizer (Apache Velocity 2.1-SNAPSHOT API)</title>
-<meta name="date" content="2019-03-06">
+<meta name="date" content="2019-03-11">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>

Modified: 
velocity/site/production/engine/devel/apidocs/org/apache/velocity/app/Velocity.html
URL: 
http://svn.apache.org/viewvc/velocity/site/production/engine/devel/apidocs/org/apache/velocity/app/Velocity.html?rev=1855189&r1=1855188&r2=1855189&view=diff
==============================================================================
--- 
velocity/site/production/engine/devel/apidocs/org/apache/velocity/app/Velocity.html
 (original)
+++ 
velocity/site/production/engine/devel/apidocs/org/apache/velocity/app/Velocity.html
 Mon Mar 11 00:49:33 2019
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_191) on Wed Mar 06 16:10:20 CET 2019 -->
+<!-- Generated by javadoc (1.8.0_191) on Mon Mar 11 01:36:31 CET 2019 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Velocity (Apache Velocity 2.1-SNAPSHOT API)</title>
-<meta name="date" content="2019-03-06">
+<meta name="date" content="2019-03-11">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -174,14 +174,14 @@ implements <a href="../../../../org/apac
 <!--   -->
 </a>
 <h3>Fields inherited from interface&nbsp;org.apache.velocity.runtime.<a 
href="../../../../org/apache/velocity/runtime/RuntimeConstants.html" 
title="interface in org.apache.velocity.runtime">RuntimeConstants</a></h3>
-<code><a 
href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#CHECK_EMPTY_OBJECTS">CHECK_EMPTY_OBJECTS</a>,
 <a 
href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#CONTEXT_AUTOREFERENCE_KEY">CONTEXT_AUTOREFERENCE_KEY</a>,
 <a 
href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#CONTEXT_SCOPE_CONTROL">CONTEXT_SCOPE_CONTROL</a>,
 <a 
href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#CONVERSION_HANDLER_CLASS">CONVERSION_HANDLER_CLASS</a>,
 <a 
href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#CONVERSION_HANDLER_INSTANCE">CONVERSION_HANDLER_INSTANCE</a>,
 <a 
href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#CUSTOM_DIRECTIVES">CUSTOM_DIRECTIVES</a>,
 <a 
href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#DEFAULT_RUNTIME_DIRECTIVES">DEFAULT_RUNTIME_DIRECTIVES</a>,
 <a 
href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#DEFAULT_RUNTIME_LOG_NAME">DEFAULT_RUNTIME_LOG_NAM
 E</a>, <a 
href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#DEFAULT_RUNTIME_PROPERTIES">DEFAULT_RUNTIME_PROPERTIES</a>,
 <a 
href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#DEFINE_DIRECTIVE_MAXDEPTH">DEFINE_DIRECTIVE_MAXDEPTH</a>,
 <a 
href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#ENCODING_DEFAULT">ENCODING_DEFAULT</a>,
 <a 
href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#ERRORMSG_END">ERRORMSG_END</a>,
 <a 
href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#ERRORMSG_START">ERRORMSG_START</a>,
 <a 
href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#EVENTHANDLER_INCLUDE">EVENTHANDLER_INCLUDE</a>,
 <a 
href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#EVENTHANDLER_INVALIDREFERENCES">EVENTHANDLER_INVALIDREFERENCES</a>,
 <a 
href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#EVENTHANDLER_METHODEXCEPTION">EVENTHANDLER_METHODEXCEPTION</a>,
 <a href="../../.
 
./../org/apache/velocity/runtime/RuntimeConstants.html#EVENTHANDLER_REFERENCEINSERTION">EVENTHANDLER_REFERENCEINSERTION</a>,
 <a 
href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#FILE_RESOURCE_LOADER_CACHE">FILE_RESOURCE_LOADER_CACHE</a>,
 <a 
href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#FILE_RESOURCE_LOADER_PATH">FILE_RESOURCE_LOADER_PATH</a>,
 <a 
href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#INPUT_ENCODING">INPUT_ENCODING</a>,
 <a 
href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#INTERPOLATE_STRINGLITERALS">INTERPOLATE_STRINGLITERALS</a>,
 <a 
href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#INTROSPECTOR_RESTRICT_CLASSES">INTROSPECTOR_RESTRICT_CLASSES</a>,
 <a 
href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#INTROSPECTOR_RESTRICT_PACKAGES">INTROSPECTOR_RESTRICT_PACKAGES</a>,
 <a 
href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#MAX_NUMBER_LOOPS">MAX_NUMBE
 R_LOOPS</a>, <a 
href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#NUMBER_OF_PARSERS">NUMBER_OF_PARSERS</a>,
 <a 
href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#PARSE_DIRECTIVE_MAXDEPTH">PARSE_DIRECTIVE_MAXDEPTH</a>,
 <a 
href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#PARSER_HYPHEN_ALLOWED">PARSER_HYPHEN_ALLOWED</a>,
 <a 
href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#PARSER_POOL_CLASS">PARSER_POOL_CLASS</a>,
 <a 
href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#PARSER_POOL_SIZE">PARSER_POOL_SIZE</a>,
 <a 
href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#PROVIDE_SCOPE_CONTROL">PROVIDE_SCOPE_CONTROL</a>,
 <a 
href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#RESOURCE_LOADER">RESOURCE_LOADER</a>,
 <a 
href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#RESOURCE_LOADER_CACHE">RESOURCE_LOADER_CACHE</a>,
 <a href="../../../../org/apache/velocity/runtime
 
/RuntimeConstants.html#RESOURCE_LOADER_CHECK_INTERVAL">RESOURCE_LOADER_CHECK_INTERVAL</a>,
 <a 
href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#RESOURCE_LOADER_CLASS">RESOURCE_LOADER_CLASS</a>,
 <a 
href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#RESOURCE_LOADER_IDENTIFIER">RESOURCE_LOADER_IDENTIFIER</a>,
 <a 
href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#RESOURCE_LOADER_INSTANCE">RESOURCE_LOADER_INSTANCE</a>,
 <a 
href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#RESOURCE_LOADER_PATHS">RESOURCE_LOADER_PATHS</a>,
 <a 
href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#RESOURCE_LOADERS">RESOURCE_LOADERS</a>,
 <a 
href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#RESOURCE_MANAGER_CACHE_CLASS">RESOURCE_MANAGER_CACHE_CLASS</a>,
 <a 
href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#RESOURCE_MANAGER_CLASS">RESOURCE_MANAGER_CLASS</a>,
 <a href="../../../../org/apache/veloc
 
ity/runtime/RuntimeConstants.html#RESOURCE_MANAGER_DEFAULTCACHE_SIZE">RESOURCE_MANAGER_DEFAULTCACHE_SIZE</a>,
 <a 
href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#RESOURCE_MANAGER_INSTANCE">RESOURCE_MANAGER_INSTANCE</a>,
 <a 
href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#RESOURCE_MANAGER_LOGWHENFOUND">RESOURCE_MANAGER_LOGWHENFOUND</a>,
 <a 
href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#RUNTIME_LOG_INSTANCE">RUNTIME_LOG_INSTANCE</a>,
 <a 
href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#RUNTIME_LOG_METHOD_CALL_LOG_INVALID">RUNTIME_LOG_METHOD_CALL_LOG_INVALID</a>,
 <a 
href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#RUNTIME_LOG_NAME">RUNTIME_LOG_NAME</a>,
 <a 
href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#RUNTIME_LOG_REFERENCE_LOG_INVALID">RUNTIME_LOG_REFERENCE_LOG_INVALID</a>,
 <a 
href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#RUNTIME_REFERENCES_STRICT"
 >RUNTIME_REFERENCES_STRICT</a>, <a 
 >href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#RUNTIME_REFERENCES_STRICT_ESCAPE">RUNTIME_REFERENCES_STRICT_ESCAPE</a>,
 > <a 
 >href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#RUNTIME_STRING_INTERNING">RUNTIME_STRING_INTERNING</a>,
 > <a 
 >href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#SKIP_INVALID_ITERATOR">SKIP_INVALID_ITERATOR</a>,
 > <a 
 >href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#SPACE_GOBBLING">SPACE_GOBBLING</a>,
 > <a 
 >href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#STRICT_MATH">STRICT_MATH</a>,
 > <a 
 >href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#UBERSPECT_CLASSNAME">UBERSPECT_CLASSNAME</a>,
 > <a 
 >href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#VM_ARGUMENTS_STRICT">VM_ARGUMENTS_STRICT</a>,
 > <a 
 >href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#VM_BODY_REFERENCE">VM_BODY_REFERENCE</a>,
 > <a href="../../../.
 
./org/apache/velocity/runtime/RuntimeConstants.html#VM_LIBRARY">VM_LIBRARY</a>, 
<a 
href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#VM_LIBRARY_AUTORELOAD">VM_LIBRARY_AUTORELOAD</a>,
 <a 
href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#VM_LIBRARY_DEFAULT">VM_LIBRARY_DEFAULT</a>,
 <a 
href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#VM_MAX_DEPTH">VM_MAX_DEPTH</a>,
 <a 
href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#VM_PERM_ALLOW_INLINE">VM_PERM_ALLOW_INLINE</a>,
 <a 
href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#VM_PERM_ALLOW_INLINE_REPLACE_GLOBAL">VM_PERM_ALLOW_INLINE_REPLACE_GLOBAL</a>,
 <a 
href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#VM_PERM_INLINE_LOCAL">VM_PERM_INLINE_LOCAL</a>,
 <a 
href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#VM_PRESERVE_ARGUMENTS_LITERALS">VM_PRESERVE_ARGUMENTS_LITERALS</a></code></li>
+<code><a 
href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#CHECK_EMPTY_OBJECTS">CHECK_EMPTY_OBJECTS</a>,
 <a 
href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#CONTEXT_AUTOREFERENCE_KEY">CONTEXT_AUTOREFERENCE_KEY</a>,
 <a 
href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#CONTEXT_SCOPE_CONTROL">CONTEXT_SCOPE_CONTROL</a>,
 <a 
href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#CONVERSION_HANDLER_CLASS">CONVERSION_HANDLER_CLASS</a>,
 <a 
href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#CONVERSION_HANDLER_INSTANCE">CONVERSION_HANDLER_INSTANCE</a>,
 <a 
href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#CUSTOM_DIRECTIVES">CUSTOM_DIRECTIVES</a>,
 <a 
href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#DEFAULT_RUNTIME_DIRECTIVES">DEFAULT_RUNTIME_DIRECTIVES</a>,
 <a 
href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#DEFAULT_RUNTIME_LOG_NAME">DEFAULT_RUNTIME_LOG_NAM
 E</a>, <a 
href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#DEFAULT_RUNTIME_PROPERTIES">DEFAULT_RUNTIME_PROPERTIES</a>,
 <a 
href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#DEFINE_DIRECTIVE_MAXDEPTH">DEFINE_DIRECTIVE_MAXDEPTH</a>,
 <a 
href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#DS_RESOURCE_LOADER_DATASOURCE">DS_RESOURCE_LOADER_DATASOURCE</a>,
 <a 
href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#DS_RESOURCE_LOADER_KEY_COLUMN">DS_RESOURCE_LOADER_KEY_COLUMN</a>,
 <a 
href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#DS_RESOURCE_LOADER_TABLE">DS_RESOURCE_LOADER_TABLE</a>,
 <a 
href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#DS_RESOURCE_LOADER_TEMPLATE_COLUMN">DS_RESOURCE_LOADER_TEMPLATE_COLUMN</a>,
 <a 
href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#DS_RESOURCE_LOADER_TIMESTAMP_COLUMN">DS_RESOURCE_LOADER_TIMESTAMP_COLUMN</a>,
 <a href="../../../../org/apache/v
 elocity/runtime/RuntimeConstants.html#ENCODING_DEFAULT">ENCODING_DEFAULT</a>, 
<a 
href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#ERRORMSG_END">ERRORMSG_END</a>,
 <a 
href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#ERRORMSG_START">ERRORMSG_START</a>,
 <a 
href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#EVENTHANDLER_INCLUDE">EVENTHANDLER_INCLUDE</a>,
 <a 
href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#EVENTHANDLER_INVALIDREFERENCES">EVENTHANDLER_INVALIDREFERENCES</a>,
 <a 
href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#EVENTHANDLER_METHODEXCEPTION">EVENTHANDLER_METHODEXCEPTION</a>,
 <a 
href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#EVENTHANDLER_REFERENCEINSERTION">EVENTHANDLER_REFERENCEINSERTION</a>,
 <a 
href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#FILE_RESOURCE_LOADER_CACHE">FILE_RESOURCE_LOADER_CACHE</a>,
 <a href="../../../../org/apache/velocity/run
 
time/RuntimeConstants.html#FILE_RESOURCE_LOADER_PATH">FILE_RESOURCE_LOADER_PATH</a>,
 <a 
href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#INPUT_ENCODING">INPUT_ENCODING</a>,
 <a 
href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#INTERPOLATE_STRINGLITERALS">INTERPOLATE_STRINGLITERALS</a>,
 <a 
href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#INTROSPECTOR_RESTRICT_CLASSES">INTROSPECTOR_RESTRICT_CLASSES</a>,
 <a 
href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#INTROSPECTOR_RESTRICT_PACKAGES">INTROSPECTOR_RESTRICT_PACKAGES</a>,
 <a 
href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#MAX_NUMBER_LOOPS">MAX_NUMBER_LOOPS</a>,
 <a 
href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#NUMBER_OF_PARSERS">NUMBER_OF_PARSERS</a>,
 <a 
href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#PARSE_DIRECTIVE_MAXDEPTH">PARSE_DIRECTIVE_MAXDEPTH</a>,
 <a href="../../../../org/apache/velocity/runtim
 e/RuntimeConstants.html#PARSER_HYPHEN_ALLOWED">PARSER_HYPHEN_ALLOWED</a>, <a 
href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#PARSER_POOL_CLASS">PARSER_POOL_CLASS</a>,
 <a 
href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#PARSER_POOL_SIZE">PARSER_POOL_SIZE</a>,
 <a 
href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#PROVIDE_SCOPE_CONTROL">PROVIDE_SCOPE_CONTROL</a>,
 <a 
href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#RESOURCE_LOADER">RESOURCE_LOADER</a>,
 <a 
href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#RESOURCE_LOADER_CACHE">RESOURCE_LOADER_CACHE</a>,
 <a 
href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#RESOURCE_LOADER_CHECK_INTERVAL">RESOURCE_LOADER_CHECK_INTERVAL</a>,
 <a 
href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#RESOURCE_LOADER_CLASS">RESOURCE_LOADER_CLASS</a>,
 <a 
href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#RESOURCE_LOADER_I
 DENTIFIER">RESOURCE_LOADER_IDENTIFIER</a>, <a 
href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#RESOURCE_LOADER_INSTANCE">RESOURCE_LOADER_INSTANCE</a>,
 <a 
href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#RESOURCE_LOADER_PATHS">RESOURCE_LOADER_PATHS</a>,
 <a 
href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#RESOURCE_LOADERS">RESOURCE_LOADERS</a>,
 <a 
href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#RESOURCE_MANAGER_CACHE_CLASS">RESOURCE_MANAGER_CACHE_CLASS</a>,
 <a 
href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#RESOURCE_MANAGER_CLASS">RESOURCE_MANAGER_CLASS</a>,
 <a 
href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#RESOURCE_MANAGER_DEFAULTCACHE_SIZE">RESOURCE_MANAGER_DEFAULTCACHE_SIZE</a>,
 <a 
href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#RESOURCE_MANAGER_INSTANCE">RESOURCE_MANAGER_INSTANCE</a>,
 <a href="../../../../org/apache/velocity/runtime/RuntimeConst
 ants.html#RESOURCE_MANAGER_LOGWHENFOUND">RESOURCE_MANAGER_LOGWHENFOUND</a>, <a 
href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#RUNTIME_LOG_INSTANCE">RUNTIME_LOG_INSTANCE</a>,
 <a 
href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#RUNTIME_LOG_METHOD_CALL_LOG_INVALID">RUNTIME_LOG_METHOD_CALL_LOG_INVALID</a>,
 <a 
href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#RUNTIME_LOG_NAME">RUNTIME_LOG_NAME</a>,
 <a 
href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#RUNTIME_LOG_REFERENCE_LOG_INVALID">RUNTIME_LOG_REFERENCE_LOG_INVALID</a>,
 <a 
href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#RUNTIME_REFERENCES_STRICT">RUNTIME_REFERENCES_STRICT</a>,
 <a 
href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#RUNTIME_REFERENCES_STRICT_ESCAPE">RUNTIME_REFERENCES_STRICT_ESCAPE</a>,
 <a 
href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#RUNTIME_STRING_INTERNING">RUNTIME_STRING_INTERNING</a>
 , <a 
href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#SKIP_INVALID_ITERATOR">SKIP_INVALID_ITERATOR</a>,
 <a 
href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#SPACE_GOBBLING">SPACE_GOBBLING</a>,
 <a 
href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#STRICT_MATH">STRICT_MATH</a>,
 <a 
href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#UBERSPECT_CLASSNAME">UBERSPECT_CLASSNAME</a>,
 <a 
href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#VM_ARGUMENTS_STRICT">VM_ARGUMENTS_STRICT</a>,
 <a 
href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#VM_BODY_REFERENCE">VM_BODY_REFERENCE</a>,
 <a 
href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#VM_LIBRARY">VM_LIBRARY</a>,
 <a 
href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#VM_LIBRARY_AUTORELOAD">VM_LIBRARY_AUTORELOAD</a>,
 <a 
href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#VM_LIBRARY_DEFAULT">VM_LIBRA
 RY_DEFAULT</a>, <a 
href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#VM_MAX_DEPTH">VM_MAX_DEPTH</a>,
 <a 
href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#VM_PERM_ALLOW_INLINE">VM_PERM_ALLOW_INLINE</a>,
 <a 
href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#VM_PERM_ALLOW_INLINE_REPLACE_GLOBAL">VM_PERM_ALLOW_INLINE_REPLACE_GLOBAL</a>,
 <a 
href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#VM_PERM_INLINE_LOCAL">VM_PERM_INLINE_LOCAL</a>,
 <a 
href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#VM_PRESERVE_ARGUMENTS_LITERALS">VM_PRESERVE_ARGUMENTS_LITERALS</a></code></li>
 </ul>
 <ul class="blockList">
 <li class="blockList"><a 
name="fields.inherited.from.class.org.apache.velocity.runtime.DeprecatedRuntimeConstants">
 <!--   -->
 </a>
 <h3>Fields inherited from interface&nbsp;org.apache.velocity.runtime.<a 
href="../../../../org/apache/velocity/runtime/DeprecatedRuntimeConstants.html" 
title="interface in 
org.apache.velocity.runtime">DeprecatedRuntimeConstants</a></h3>
-<code><a 
href="../../../../org/apache/velocity/runtime/DeprecatedRuntimeConstants.html#OLD_CHECK_EMPTY_OBJECTS">OLD_CHECK_EMPTY_OBJECTS</a>,
 <a 
href="../../../../org/apache/velocity/runtime/DeprecatedRuntimeConstants.html#OLD_CONTEXT_AUTOREFERENCE_KEY">OLD_CONTEXT_AUTOREFERENCE_KEY</a>,
 <a 
href="../../../../org/apache/velocity/runtime/DeprecatedRuntimeConstants.html#OLD_CONVERSION_HANDLER_CLASS">OLD_CONVERSION_HANDLER_CLASS</a>,
 <a 
href="../../../../org/apache/velocity/runtime/DeprecatedRuntimeConstants.html#OLD_CONVERSION_HANDLER_INSTANCE">OLD_CONVERSION_HANDLER_INSTANCE</a>,
 <a 
href="../../../../org/apache/velocity/runtime/DeprecatedRuntimeConstants.html#OLD_CUSTOM_DIRECTIVES">OLD_CUSTOM_DIRECTIVES</a>,
 <a 
href="../../../../org/apache/velocity/runtime/DeprecatedRuntimeConstants.html#OLD_DEFINE_DIRECTIVE_MAXDEPTH">OLD_DEFINE_DIRECTIVE_MAXDEPTH</a>,
 <a 
href="../../../../org/apache/velocity/runtime/DeprecatedRuntimeConstants.html#OLD_ERRORMSG_END">OLD_ERRORMSG_END</a>,
 <a href="../..
 
/../../org/apache/velocity/runtime/DeprecatedRuntimeConstants.html#OLD_ERRORMSG_START">OLD_ERRORMSG_START</a>,
 <a 
href="../../../../org/apache/velocity/runtime/DeprecatedRuntimeConstants.html#OLD_EVENTHANDLER_INCLUDE">OLD_EVENTHANDLER_INCLUDE</a>,
 <a 
href="../../../../org/apache/velocity/runtime/DeprecatedRuntimeConstants.html#OLD_EVENTHANDLER_INVALIDREFERENCES">OLD_EVENTHANDLER_INVALIDREFERENCES</a>,
 <a 
href="../../../../org/apache/velocity/runtime/DeprecatedRuntimeConstants.html#OLD_EVENTHANDLER_METHODEXCEPTION">OLD_EVENTHANDLER_METHODEXCEPTION</a>,
 <a 
href="../../../../org/apache/velocity/runtime/DeprecatedRuntimeConstants.html#OLD_EVENTHANDLER_REFERENCEINSERTION">OLD_EVENTHANDLER_REFERENCEINSERTION</a>,
 <a 
href="../../../../org/apache/velocity/runtime/DeprecatedRuntimeConstants.html#OLD_FILE_RESOURCE_LOADER_CACHE">OLD_FILE_RESOURCE_LOADER_CACHE</a>,
 <a 
href="../../../../org/apache/velocity/runtime/DeprecatedRuntimeConstants.html#OLD_FILE_RESOURCE_LOADER_PATH">OLD_FILE_RESOURCE_L
 OADER_PATH</a>, <a 
href="../../../../org/apache/velocity/runtime/DeprecatedRuntimeConstants.html#OLD_INTERPOLATE_STRINGLITERALS">OLD_INTERPOLATE_STRINGLITERALS</a>,
 <a 
href="../../../../org/apache/velocity/runtime/DeprecatedRuntimeConstants.html#OLD_MAX_NUMBER_LOOPS">OLD_MAX_NUMBER_LOOPS</a>,
 <a 
href="../../../../org/apache/velocity/runtime/DeprecatedRuntimeConstants.html#OLD_PARSE_DIRECTIVE_MAXDEPTH">OLD_PARSE_DIRECTIVE_MAXDEPTH</a>,
 <a 
href="../../../../org/apache/velocity/runtime/DeprecatedRuntimeConstants.html#OLD_PARSER_HYPHEN_ALLOWED">OLD_PARSER_HYPHEN_ALLOWED</a>,
 <a 
href="../../../../org/apache/velocity/runtime/DeprecatedRuntimeConstants.html#OLD_RESOURCE_LOADER_CHECK_INTERVAL">OLD_RESOURCE_LOADER_CHECK_INTERVAL</a>,
 <a 
href="../../../../org/apache/velocity/runtime/DeprecatedRuntimeConstants.html#OLD_RESOURCE_LOADERS">OLD_RESOURCE_LOADERS</a>,
 <a 
href="../../../../org/apache/velocity/runtime/DeprecatedRuntimeConstants.html#OLD_RESOURCE_MANAGER_DEFAULTCACHE_SIZE">OLD_RESOURCE
 _MANAGER_DEFAULTCACHE_SIZE</a>, <a 
href="../../../../org/apache/velocity/runtime/DeprecatedRuntimeConstants.html#OLD_RESOURCE_MANAGER_LOGWHENFOUND">OLD_RESOURCE_MANAGER_LOGWHENFOUND</a>,
 <a 
href="../../../../org/apache/velocity/runtime/DeprecatedRuntimeConstants.html#OLD_RUNTIME_LOG_REFERENCE_LOG_INVALID">OLD_RUNTIME_LOG_REFERENCE_LOG_INVALID</a>,
 <a 
href="../../../../org/apache/velocity/runtime/DeprecatedRuntimeConstants.html#OLD_RUNTIME_REFERENCES_STRICT">OLD_RUNTIME_REFERENCES_STRICT</a>,
 <a 
href="../../../../org/apache/velocity/runtime/DeprecatedRuntimeConstants.html#OLD_RUNTIME_REFERENCES_STRICT_ESCAPE">OLD_RUNTIME_REFERENCES_STRICT_ESCAPE</a>,
 <a 
href="../../../../org/apache/velocity/runtime/DeprecatedRuntimeConstants.html#OLD_SKIP_INVALID_ITERATOR">OLD_SKIP_INVALID_ITERATOR</a>,
 <a 
href="../../../../org/apache/velocity/runtime/DeprecatedRuntimeConstants.html#OLD_SPACE_GOBBLING">OLD_SPACE_GOBBLING</a>,
 <a href="../../../../org/apache/velocity/runtime/DeprecatedRuntimeConstants
 .html#OLD_STRICT_MATH">OLD_STRICT_MATH</a>, <a 
href="../../../../org/apache/velocity/runtime/DeprecatedRuntimeConstants.html#OLD_UBERSPECT_CLASSNAME">OLD_UBERSPECT_CLASSNAME</a>,
 <a 
href="../../../../org/apache/velocity/runtime/DeprecatedRuntimeConstants.html#OLD_VM_BODY_REFERENCE">OLD_VM_BODY_REFERENCE</a>,
 <a 
href="../../../../org/apache/velocity/runtime/DeprecatedRuntimeConstants.html#OLD_VM_LIBRARY">OLD_VM_LIBRARY</a>,
 <a 
href="../../../../org/apache/velocity/runtime/DeprecatedRuntimeConstants.html#OLD_VM_LIBRARY_DEFAULT">OLD_VM_LIBRARY_DEFAULT</a>,
 <a 
href="../../../../org/apache/velocity/runtime/DeprecatedRuntimeConstants.html#OLD_VM_MAX_DEPTH">OLD_VM_MAX_DEPTH</a>,
 <a 
href="../../../../org/apache/velocity/runtime/DeprecatedRuntimeConstants.html#OLD_VM_PERM_ALLOW_INLINE">OLD_VM_PERM_ALLOW_INLINE</a>,
 <a 
href="../../../../org/apache/velocity/runtime/DeprecatedRuntimeConstants.html#OLD_VM_PERM_ALLOW_INLINE_REPLACE_GLOBAL">OLD_VM_PERM_ALLOW_INLINE_REPLACE_GLOBAL</a>,
 <a href="../
 
../../../org/apache/velocity/runtime/DeprecatedRuntimeConstants.html#OLD_VM_PERM_INLINE_LOCAL">OLD_VM_PERM_INLINE_LOCAL</a>,
 <a 
href="../../../../org/apache/velocity/runtime/DeprecatedRuntimeConstants.html#OLD_VM_PRESERVE_ARGUMENTS_LITERALS">OLD_VM_PRESERVE_ARGUMENTS_LITERALS</a></code></li>
+<code><a 
href="../../../../org/apache/velocity/runtime/DeprecatedRuntimeConstants.html#OLD_CHECK_EMPTY_OBJECTS">OLD_CHECK_EMPTY_OBJECTS</a>,
 <a 
href="../../../../org/apache/velocity/runtime/DeprecatedRuntimeConstants.html#OLD_CONTEXT_AUTOREFERENCE_KEY">OLD_CONTEXT_AUTOREFERENCE_KEY</a>,
 <a 
href="../../../../org/apache/velocity/runtime/DeprecatedRuntimeConstants.html#OLD_CONVERSION_HANDLER_CLASS">OLD_CONVERSION_HANDLER_CLASS</a>,
 <a 
href="../../../../org/apache/velocity/runtime/DeprecatedRuntimeConstants.html#OLD_CUSTOM_DIRECTIVES">OLD_CUSTOM_DIRECTIVES</a>,
 <a 
href="../../../../org/apache/velocity/runtime/DeprecatedRuntimeConstants.html#OLD_DEFINE_DIRECTIVE_MAXDEPTH">OLD_DEFINE_DIRECTIVE_MAXDEPTH</a>,
 <a 
href="../../../../org/apache/velocity/runtime/DeprecatedRuntimeConstants.html#OLD_DS_RESOURCE_LOADER_DATASOURCE">OLD_DS_RESOURCE_LOADER_DATASOURCE</a>,
 <a 
href="../../../../org/apache/velocity/runtime/DeprecatedRuntimeConstants.html#OLD_DS_RESOURCE_LOADER_KEY_COLUMN">OLD_DS_RESOURCE
 _LOADER_KEY_COLUMN</a>, <a 
href="../../../../org/apache/velocity/runtime/DeprecatedRuntimeConstants.html#OLD_DS_RESOURCE_LOADER_TEMPLATE_COLUMN">OLD_DS_RESOURCE_LOADER_TEMPLATE_COLUMN</a>,
 <a 
href="../../../../org/apache/velocity/runtime/DeprecatedRuntimeConstants.html#OLD_DS_RESOURCE_LOADER_TIMESTAMP_COLUMN">OLD_DS_RESOURCE_LOADER_TIMESTAMP_COLUMN</a>,
 <a 
href="../../../../org/apache/velocity/runtime/DeprecatedRuntimeConstants.html#OLD_ERRORMSG_END">OLD_ERRORMSG_END</a>,
 <a 
href="../../../../org/apache/velocity/runtime/DeprecatedRuntimeConstants.html#OLD_ERRORMSG_START">OLD_ERRORMSG_START</a>,
 <a 
href="../../../../org/apache/velocity/runtime/DeprecatedRuntimeConstants.html#OLD_EVENTHANDLER_INCLUDE">OLD_EVENTHANDLER_INCLUDE</a>,
 <a 
href="../../../../org/apache/velocity/runtime/DeprecatedRuntimeConstants.html#OLD_EVENTHANDLER_INVALIDREFERENCES">OLD_EVENTHANDLER_INVALIDREFERENCES</a>,
 <a 
href="../../../../org/apache/velocity/runtime/DeprecatedRuntimeConstants.html#OLD_EVENTHANDLER_MET
 HODEXCEPTION">OLD_EVENTHANDLER_METHODEXCEPTION</a>, <a 
href="../../../../org/apache/velocity/runtime/DeprecatedRuntimeConstants.html#OLD_EVENTHANDLER_REFERENCEINSERTION">OLD_EVENTHANDLER_REFERENCEINSERTION</a>,
 <a 
href="../../../../org/apache/velocity/runtime/DeprecatedRuntimeConstants.html#OLD_FILE_RESOURCE_LOADER_CACHE">OLD_FILE_RESOURCE_LOADER_CACHE</a>,
 <a 
href="../../../../org/apache/velocity/runtime/DeprecatedRuntimeConstants.html#OLD_FILE_RESOURCE_LOADER_PATH">OLD_FILE_RESOURCE_LOADER_PATH</a>,
 <a 
href="../../../../org/apache/velocity/runtime/DeprecatedRuntimeConstants.html#OLD_INPUT_ENCODING">OLD_INPUT_ENCODING</a>,
 <a 
href="../../../../org/apache/velocity/runtime/DeprecatedRuntimeConstants.html#OLD_INTERPOLATE_STRINGLITERALS">OLD_INTERPOLATE_STRINGLITERALS</a>,
 <a 
href="../../../../org/apache/velocity/runtime/DeprecatedRuntimeConstants.html#OLD_MAX_NUMBER_LOOPS">OLD_MAX_NUMBER_LOOPS</a>,
 <a 
href="../../../../org/apache/velocity/runtime/DeprecatedRuntimeConstants.html#OLD_PA
 RSE_DIRECTIVE_MAXDEPTH">OLD_PARSE_DIRECTIVE_MAXDEPTH</a>, <a 
href="../../../../org/apache/velocity/runtime/DeprecatedRuntimeConstants.html#OLD_RESOURCE_LOADER_CHECK_INTERVAL">OLD_RESOURCE_LOADER_CHECK_INTERVAL</a>,
 <a 
href="../../../../org/apache/velocity/runtime/DeprecatedRuntimeConstants.html#OLD_RESOURCE_LOADERS">OLD_RESOURCE_LOADERS</a>,
 <a 
href="../../../../org/apache/velocity/runtime/DeprecatedRuntimeConstants.html#OLD_RESOURCE_MANAGER_DEFAULTCACHE_SIZE">OLD_RESOURCE_MANAGER_DEFAULTCACHE_SIZE</a>,
 <a 
href="../../../../org/apache/velocity/runtime/DeprecatedRuntimeConstants.html#OLD_RESOURCE_MANAGER_LOGWHENFOUND">OLD_RESOURCE_MANAGER_LOGWHENFOUND</a>,
 <a 
href="../../../../org/apache/velocity/runtime/DeprecatedRuntimeConstants.html#OLD_RUNTIME_LOG_REFERENCE_LOG_INVALID">OLD_RUNTIME_LOG_REFERENCE_LOG_INVALID</a>,
 <a 
href="../../../../org/apache/velocity/runtime/DeprecatedRuntimeConstants.html#OLD_RUNTIME_REFERENCES_STRICT">OLD_RUNTIME_REFERENCES_STRICT</a>,
 <a href="../../../../or
 
g/apache/velocity/runtime/DeprecatedRuntimeConstants.html#OLD_RUNTIME_REFERENCES_STRICT_ESCAPE">OLD_RUNTIME_REFERENCES_STRICT_ESCAPE</a>,
 <a 
href="../../../../org/apache/velocity/runtime/DeprecatedRuntimeConstants.html#OLD_SKIP_INVALID_ITERATOR">OLD_SKIP_INVALID_ITERATOR</a>,
 <a 
href="../../../../org/apache/velocity/runtime/DeprecatedRuntimeConstants.html#OLD_SPACE_GOBBLING">OLD_SPACE_GOBBLING</a>,
 <a 
href="../../../../org/apache/velocity/runtime/DeprecatedRuntimeConstants.html#OLD_STRICT_MATH">OLD_STRICT_MATH</a>,
 <a 
href="../../../../org/apache/velocity/runtime/DeprecatedRuntimeConstants.html#OLD_UBERSPECT_CLASSNAME">OLD_UBERSPECT_CLASSNAME</a>,
 <a 
href="../../../../org/apache/velocity/runtime/DeprecatedRuntimeConstants.html#OLD_VM_BODY_REFERENCE">OLD_VM_BODY_REFERENCE</a>,
 <a 
href="../../../../org/apache/velocity/runtime/DeprecatedRuntimeConstants.html#OLD_VM_LIBRARY">OLD_VM_LIBRARY</a>,
 <a 
href="../../../../org/apache/velocity/runtime/DeprecatedRuntimeConstants.html#OLD_VM_LIBRA
 RY_DEFAULT">OLD_VM_LIBRARY_DEFAULT</a>, <a 
href="../../../../org/apache/velocity/runtime/DeprecatedRuntimeConstants.html#OLD_VM_MAX_DEPTH">OLD_VM_MAX_DEPTH</a>,
 <a 
href="../../../../org/apache/velocity/runtime/DeprecatedRuntimeConstants.html#OLD_VM_PERM_ALLOW_INLINE">OLD_VM_PERM_ALLOW_INLINE</a>,
 <a 
href="../../../../org/apache/velocity/runtime/DeprecatedRuntimeConstants.html#OLD_VM_PERM_ALLOW_INLINE_REPLACE_GLOBAL">OLD_VM_PERM_ALLOW_INLINE_REPLACE_GLOBAL</a>,
 <a 
href="../../../../org/apache/velocity/runtime/DeprecatedRuntimeConstants.html#OLD_VM_PERM_INLINE_LOCAL">OLD_VM_PERM_INLINE_LOCAL</a></code></li>
 </ul>
 </li>
 </ul>


Reply via email to