blob: 906fda70cfcd01c28b386be5055fe5fc71972ecf [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 Wed Jan 29 19:07:50 CET 2020 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>RuntimeConstants (Apache Velocity 2.2 API)</title>
<meta name="date" content="2020-01-29">
<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="RuntimeConstants (Apache Velocity 2.2 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><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/RuntimeConstants.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../org/apache/velocity/runtime/Renderable.html" title="interface in org.apache.velocity.runtime"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../org/apache/velocity/runtime/RuntimeConstants.SpaceGobbling.html" title="enum in org.apache.velocity.runtime"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/apache/velocity/runtime/RuntimeConstants.html" target="_top">Frames</a></li>
<li><a href="RuntimeConstants.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>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li><a href="#nested.class.summary">Nested</a>&nbsp;|&nbsp;</li>
<li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li>Method</li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li>Method</li>
</ul>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">org.apache.velocity.runtime</div>
<h2 title="Interface RuntimeConstants" class="title">Interface RuntimeConstants</h2>
</div>
<div class="contentContainer">
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Superinterfaces:</dt>
<dd><a href="../../../../org/apache/velocity/runtime/DeprecatedRuntimeConstants.html" title="interface in org.apache.velocity.runtime">DeprecatedRuntimeConstants</a></dd>
</dl>
<dl>
<dt>All Known Implementing Classes:</dt>
<dd><a href="../../../../org/apache/velocity/runtime/RuntimeInstance.html" title="class in org.apache.velocity.runtime">RuntimeInstance</a>, <a href="../../../../org/apache/velocity/runtime/RuntimeSingleton.html" title="class in org.apache.velocity.runtime">RuntimeSingleton</a>, <a href="../../../../org/apache/velocity/app/Velocity.html" title="class in org.apache.velocity.app">Velocity</a>, <a href="../../../../org/apache/velocity/app/VelocityEngine.html" title="class in org.apache.velocity.app">VelocityEngine</a></dd>
</dl>
<hr>
<br>
<pre>public interface <span class="typeNameLabel">RuntimeConstants</span>
extends <a href="../../../../org/apache/velocity/runtime/DeprecatedRuntimeConstants.html" title="interface in org.apache.velocity.runtime">DeprecatedRuntimeConstants</a></pre>
<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>
<dl>
<dt><span class="simpleTagLabel">Version:</span></dt>
<dd>$Id: RuntimeConstants.java 1873244 2020-01-28 10:48:29Z cbrisson $</dd>
<dt><span class="simpleTagLabel">Author:</span></dt>
<dd><a href="mailto:jon@latchkey.com">Jon S. Stevens</a>, <a href="mailto:geirm@optonline.net">Geir Magnusson Jr.</a>, <a href="mailto:jvanzyl@apache.org">Jason van Zyl</a></dd>
</dl>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ======== NESTED CLASS SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="nested.class.summary">
<!-- -->
</a>
<h3>Nested Class Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Nested Class Summary table, listing nested classes, and an explanation">
<caption><span>Nested Classes</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Interface and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/velocity/runtime/RuntimeConstants.SpaceGobbling.html" title="enum in org.apache.velocity.runtime">RuntimeConstants.SpaceGobbling</a></span></code>
<div class="block">Space gobbling modes</div>
</td>
</tr>
</table>
</li>
</ul>
<!-- =========== FIELD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="field.summary">
<!-- -->
</a>
<h3>Field Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
<caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#CHECK_EMPTY_OBJECTS">CHECK_EMPTY_OBJECTS</a></span></code>
<div class="block">An empty object (string, collection) or zero number is false.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#CONTEXT_AUTOREFERENCE_KEY">CONTEXT_AUTOREFERENCE_KEY</a></span></code>
<div class="block">Key upon which a context should be accessible within itself</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#CONTEXT_SCOPE_CONTROL">CONTEXT_SCOPE_CONTROL</a></span></code>
<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>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#CONVERSION_HANDLER_CLASS">CONVERSION_HANDLER_CLASS</a></span></code>
<div class="block">key for Conversion Manager class</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#CONVERSION_HANDLER_INSTANCE">CONVERSION_HANDLER_INSTANCE</a></span></code>
<div class="block">key for Conversion Manager instance</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#CUSTOM_DIRECTIVES">CUSTOM_DIRECTIVES</a></span></code>
<div class="block">Vector of custom directives</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#DEFAULT_PARSER_CLASS">DEFAULT_PARSER_CLASS</a></span></code>
<div class="block">Default parser class</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#DEFAULT_RUNTIME_DIRECTIVES">DEFAULT_RUNTIME_DIRECTIVES</a></span></code>
<div class="block">Default Runtime properties.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#DEFAULT_RUNTIME_LOG_NAME">DEFAULT_RUNTIME_LOG_NAME</a></span></code>
<div class="block">externally provided logger name.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#DEFAULT_RUNTIME_PROPERTIES">DEFAULT_RUNTIME_PROPERTIES</a></span></code>
<div class="block">Default Runtime properties.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#DEFINE_DIRECTIVE_MAXDEPTH">DEFINE_DIRECTIVE_MAXDEPTH</a></span></code>
<div class="block">Maximum recursion depth allowed for the #define directive.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#DS_RESOURCE_LOADER_DATASOURCE">DS_RESOURCE_LOADER_DATASOURCE</a></span></code>
<div class="block">Datasource loader datasource url</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#DS_RESOURCE_LOADER_KEY_COLUMN">DS_RESOURCE_LOADER_KEY_COLUMN</a></span></code>
<div class="block">Datasource loader template key column</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#DS_RESOURCE_LOADER_TABLE">DS_RESOURCE_LOADER_TABLE</a></span></code>
<div class="block">Datasource loader templates table</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#DS_RESOURCE_LOADER_TEMPLATE_COLUMN">DS_RESOURCE_LOADER_TEMPLATE_COLUMN</a></span></code>
<div class="block">Datasource loader template content column</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#DS_RESOURCE_LOADER_TIMESTAMP_COLUMN">DS_RESOURCE_LOADER_TIMESTAMP_COLUMN</a></span></code>
<div class="block">Datasource loader template timestamp column</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#ENCODING_DEFAULT">ENCODING_DEFAULT</a></span></code>
<div class="block">Default Encoding is UTF-8.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#ERRORMSG_END">ERRORMSG_END</a></span></code>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
<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>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#ERRORMSG_START">ERRORMSG_START</a></span></code>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
<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>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#EVENTHANDLER_INCLUDE">EVENTHANDLER_INCLUDE</a></span></code>
<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>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#EVENTHANDLER_INVALIDREFERENCES">EVENTHANDLER_INVALIDREFERENCES</a></span></code>
<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>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#EVENTHANDLER_INVALIDREFERENCES_NULL">EVENTHANDLER_INVALIDREFERENCES_NULL</a></span></code>
<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>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#EVENTHANDLER_INVALIDREFERENCES_QUIET">EVENTHANDLER_INVALIDREFERENCES_QUIET</a></span></code>
<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>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#EVENTHANDLER_INVALIDREFERENCES_TESTED">EVENTHANDLER_INVALIDREFERENCES_TESTED</a></span></code>
<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>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#EVENTHANDLER_METHODEXCEPTION">EVENTHANDLER_METHODEXCEPTION</a></span></code>
<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>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#EVENTHANDLER_REFERENCEINSERTION">EVENTHANDLER_REFERENCEINSERTION</a></span></code>
<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>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#FILE_RESOURCE_LOADER_CACHE">FILE_RESOURCE_LOADER_CACHE</a></span></code>
<div class="block">The public handle for turning the caching on in the FileResourceLoader.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#FILE_RESOURCE_LOADER_PATH">FILE_RESOURCE_LOADER_PATH</a></span></code>
<div class="block">The public handle for setting paths in the FileResourceLoader.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#INPUT_ENCODING">INPUT_ENCODING</a></span></code>
<div class="block">The default character encoding for the templates.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#INTERPOLATE_STRINGLITERALS">INTERPOLATE_STRINGLITERALS</a></span></code>
<div class="block">Switch for the interpolation facility for string literals.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#INTROSPECTOR_RESTRICT_CLASSES">INTROSPECTOR_RESTRICT_CLASSES</a></span></code>
<div class="block">A comma separated list of classes to restrict access to in the SecureIntrospector.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#INTROSPECTOR_RESTRICT_PACKAGES">INTROSPECTOR_RESTRICT_PACKAGES</a></span></code>
<div class="block">A comma separated list of packages to restrict access to in the SecureIntrospector.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#MAX_NUMBER_LOOPS">MAX_NUMBER_LOOPS</a></span></code>
<div class="block">Maximum allowed number of loops.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#NUMBER_OF_PARSERS">NUMBER_OF_PARSERS</a></span></code>
<div class="block">The default number of parser instances to create.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#PARSE_DIRECTIVE_MAXDEPTH">PARSE_DIRECTIVE_MAXDEPTH</a></span></code>
<div class="block">Maximum recursion depth allowed for the #parse directive.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#PARSER_CLASS">PARSER_CLASS</a></span></code>
<div class="block">Property specifying the parser class to use</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#PARSER_HYPHEN_ALLOWED">PARSER_HYPHEN_ALLOWED</a></span></code>
<div class="block">Allow hyphen in identifiers (backward compatibility option)</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#PARSER_POOL_CLASS">PARSER_POOL_CLASS</a></span></code>
<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>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#PARSER_POOL_SIZE">PARSER_POOL_SIZE</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#PROVIDE_SCOPE_CONTROL">PROVIDE_SCOPE_CONTROL</a></span></code>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
<div class="block"><span class="deprecationComment">use <code>context.scope_control.&lt;scope_name&gt; = true/false</code></span></div>
</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#RESOURCE_LOADER">RESOURCE_LOADER</a></span></code>
<div class="block">Key prefix for a specific resource loader properties</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#RESOURCE_LOADER_CACHE">RESOURCE_LOADER_CACHE</a></span></code>
<div class="block">Resource loader cache property suffix</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#RESOURCE_LOADER_CHECK_INTERVAL">RESOURCE_LOADER_CHECK_INTERVAL</a></span></code>
<div class="block">Resource loader modification check interval property suffix</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#RESOURCE_LOADER_CLASS">RESOURCE_LOADER_CLASS</a></span></code>
<div class="block">Resource loader class property suffix</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#RESOURCE_LOADER_IDENTIFIER">RESOURCE_LOADER_IDENTIFIER</a></span></code>
<div class="block">token used to identify the loader internally.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#RESOURCE_LOADER_INSTANCE">RESOURCE_LOADER_INSTANCE</a></span></code>
<div class="block">Resource loader instance property suffix</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#RESOURCE_LOADER_PATHS">RESOURCE_LOADER_PATHS</a></span></code>
<div class="block">File resource loader paths property suffix</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#RESOURCE_LOADERS">RESOURCE_LOADERS</a></span></code>
<div class="block">Key used to retrieve the names of the resource loaders to be used.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#RESOURCE_MANAGER_CACHE_CLASS">RESOURCE_MANAGER_CACHE_CLASS</a></span></code>
<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>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#RESOURCE_MANAGER_CLASS">RESOURCE_MANAGER_CLASS</a></span></code>
<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>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#RESOURCE_MANAGER_DEFAULTCACHE_SIZE">RESOURCE_MANAGER_DEFAULTCACHE_SIZE</a></span></code>
<div class="block">The <code>resource.manager.cache.size</code> property specifies the cache upper bound (if relevant).</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#RESOURCE_MANAGER_INSTANCE">RESOURCE_MANAGER_INSTANCE</a></span></code>
<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>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#RESOURCE_MANAGER_LOGWHENFOUND">RESOURCE_MANAGER_LOGWHENFOUND</a></span></code>
<div class="block">controls if the finding of a resource is logged.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#RUNTIME_LOG_INSTANCE">RUNTIME_LOG_INSTANCE</a></span></code>
<div class="block">externally provided logger.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><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></code>
<div class="block">Logging of invalid method calls.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#RUNTIME_LOG_NAME">RUNTIME_LOG_NAME</a></span></code>
<div class="block">externally provided logger name.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#RUNTIME_LOG_REFERENCE_LOG_INVALID">RUNTIME_LOG_REFERENCE_LOG_INVALID</a></span></code>
<div class="block">Logging of invalid references.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#RUNTIME_LOG_TRACK_LOCATION">RUNTIME_LOG_TRACK_LOCATION</a></span></code>
<div class="block">Whether to:</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#RUNTIME_REFERENCES_STRICT">RUNTIME_REFERENCES_STRICT</a></span></code>
<div class="block">Properties referenced in the template are required to exist the object</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#RUNTIME_REFERENCES_STRICT_ESCAPE">RUNTIME_REFERENCES_STRICT_ESCAPE</a></span></code>
<div class="block">Indicates we are going to use modified escape behavior in strict mode</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#RUNTIME_STRING_INTERNING">RUNTIME_STRING_INTERNING</a></span></code>
<div class="block">Whether to use string interning.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#SKIP_INVALID_ITERATOR">SKIP_INVALID_ITERATOR</a></span></code>
<div class="block">Whether to throw an exception or just skip bad iterables.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#SPACE_GOBBLING">SPACE_GOBBLING</a></span></code>
<div class="block">Space gobbling mode</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#STRICT_MATH">STRICT_MATH</a></span></code>
<div class="block">Switch for ignoring nulls in math equations vs throwing exceptions.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#UBERSPECT_CLASSNAME">UBERSPECT_CLASSNAME</a></span></code>
<div class="block">key name for uberspector.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#VM_ARGUMENTS_STRICT">VM_ARGUMENTS_STRICT</a></span></code>
<div class="block">if true, throw an exception for wrong number of arguments</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#VM_BODY_REFERENCE">VM_BODY_REFERENCE</a></span></code>
<div class="block">Defines name of the reference that can be used to get the AST block passed to block macro calls.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#VM_ENABLE_BC_MODE">VM_ENABLE_BC_MODE</a></span></code>
<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>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#VM_LIBRARY">VM_LIBRARY</a></span></code>
<div class="block">Filename of local Velocimacro library template.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#VM_LIBRARY_AUTORELOAD">VM_LIBRARY_AUTORELOAD</a></span></code>
<div class="block">switch for autoloading library-sourced VMs (for development).</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#VM_LIBRARY_DEFAULT">VM_LIBRARY_DEFAULT</a></span></code>
<div class="block">Default Velocimacro library template.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#VM_MAX_DEPTH">VM_MAX_DEPTH</a></span></code>
<div class="block">Specify the maximum depth for macro calls</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#VM_MESSAGES_ON">VM_MESSAGES_ON</a></span></code>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
<div class="block"><span class="deprecationComment">since 2.1</span></div>
</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#VM_PERM_ALLOW_INLINE">VM_PERM_ALLOW_INLINE</a></span></code>
<div class="block">boolean (true/false) default true: allow inline (in-template) macro definitions.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><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></code>
<div class="block">boolean (true/false) default false: allow inline (in-template) macro definitions to replace existing.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#VM_PERM_INLINE_LOCAL">VM_PERM_INLINE_LOCAL</a></span></code>
<div class="block">Switch for forcing inline macros to be local: default false.</div>
</td>
</tr>
</table>
<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_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_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_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_PARSE_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="../../../../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_ENABLE_BC_MODE">OLD_VM_ENABLE_BC_MODE</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></code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ FIELD DETAIL =========== -->
<ul class="blockList">
<li class="blockList"><a name="field.detail">
<!-- -->
</a>
<h3>Field Detail</h3>
<a name="RUNTIME_LOG_INSTANCE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>RUNTIME_LOG_INSTANCE</h4>
<pre>static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> RUNTIME_LOG_INSTANCE</pre>
<div class="block">externally provided logger.</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#org.apache.velocity.runtime.RuntimeConstants.RUNTIME_LOG_INSTANCE">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="RUNTIME_LOG_NAME">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>RUNTIME_LOG_NAME</h4>
<pre>static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> RUNTIME_LOG_NAME</pre>
<div class="block">externally provided logger name.</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#org.apache.velocity.runtime.RuntimeConstants.RUNTIME_LOG_NAME">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="RUNTIME_LOG_REFERENCE_LOG_INVALID">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>RUNTIME_LOG_REFERENCE_LOG_INVALID</h4>
<pre>static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> RUNTIME_LOG_REFERENCE_LOG_INVALID</pre>
<div class="block">Logging of invalid references.</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#org.apache.velocity.runtime.RuntimeConstants.RUNTIME_LOG_REFERENCE_LOG_INVALID">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="RUNTIME_LOG_METHOD_CALL_LOG_INVALID">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>RUNTIME_LOG_METHOD_CALL_LOG_INVALID</h4>
<pre>static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> RUNTIME_LOG_METHOD_CALL_LOG_INVALID</pre>
<div class="block">Logging of invalid method calls.</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#org.apache.velocity.runtime.RuntimeConstants.RUNTIME_LOG_METHOD_CALL_LOG_INVALID">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="RUNTIME_LOG_TRACK_LOCATION">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>RUNTIME_LOG_TRACK_LOCATION</h4>
<pre>static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> RUNTIME_LOG_TRACK_LOCATION</pre>
<div class="block"><p>Whether to:</p>
<ul>
<li>populate slf4j's MDC with location in template file</li>
<li>display VTL stack trace on errors</li>
</ul></div>
<dl>
<dt><span class="simpleTagLabel">Since:</span></dt>
<dd>2.2</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#org.apache.velocity.runtime.RuntimeConstants.RUNTIME_LOG_TRACK_LOCATION">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="MAX_NUMBER_LOOPS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>MAX_NUMBER_LOOPS</h4>
<pre>static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> MAX_NUMBER_LOOPS</pre>
<div class="block">Maximum allowed number of loops.</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#org.apache.velocity.runtime.RuntimeConstants.MAX_NUMBER_LOOPS">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="SKIP_INVALID_ITERATOR">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>SKIP_INVALID_ITERATOR</h4>
<pre>static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> SKIP_INVALID_ITERATOR</pre>
<div class="block">Whether to throw an exception or just skip bad iterables. Default is true.</div>
<dl>
<dt><span class="simpleTagLabel">Since:</span></dt>
<dd>1.6</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#org.apache.velocity.runtime.RuntimeConstants.SKIP_INVALID_ITERATOR">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="CHECK_EMPTY_OBJECTS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>CHECK_EMPTY_OBJECTS</h4>
<pre>static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> CHECK_EMPTY_OBJECTS</pre>
<div class="block">An empty object (string, collection) or zero number is false.</div>
<dl>
<dt><span class="simpleTagLabel">Since:</span></dt>
<dd>2.0</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#org.apache.velocity.runtime.RuntimeConstants.CHECK_EMPTY_OBJECTS">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="ERRORMSG_START">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ERRORMSG_START</h4>
<pre>static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> ERRORMSG_START</pre>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span class="deprecationComment">if/how errors are displayed is not the concern of the engine, which should throw in all cases</span></div>
<div class="block">Starting tag for error messages triggered by passing a parameter not allowed in the #include directive. Only string literals,
and references are allowed.</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#org.apache.velocity.runtime.RuntimeConstants.ERRORMSG_START">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="ERRORMSG_END">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ERRORMSG_END</h4>
<pre>static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> ERRORMSG_END</pre>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span class="deprecationComment">if/how errors are displayed is not the concern of the engine, which should throw in all cases</span></div>
<div class="block">Ending tag for error messages triggered by passing a parameter not allowed in the #include directive. Only string literals,
and references are allowed.</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#org.apache.velocity.runtime.RuntimeConstants.ERRORMSG_END">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="PARSE_DIRECTIVE_MAXDEPTH">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>PARSE_DIRECTIVE_MAXDEPTH</h4>
<pre>static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> PARSE_DIRECTIVE_MAXDEPTH</pre>
<div class="block">Maximum recursion depth allowed for the #parse directive.</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#org.apache.velocity.runtime.RuntimeConstants.PARSE_DIRECTIVE_MAXDEPTH">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="DEFINE_DIRECTIVE_MAXDEPTH">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DEFINE_DIRECTIVE_MAXDEPTH</h4>
<pre>static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> DEFINE_DIRECTIVE_MAXDEPTH</pre>
<div class="block">Maximum recursion depth allowed for the #define directive.</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#org.apache.velocity.runtime.RuntimeConstants.DEFINE_DIRECTIVE_MAXDEPTH">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="PROVIDE_SCOPE_CONTROL">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>PROVIDE_SCOPE_CONTROL</h4>
<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Deprecated.html?is-external=true" title="class or interface in java.lang">@Deprecated</a>
static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> PROVIDE_SCOPE_CONTROL</pre>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span class="deprecationComment">use <code>context.scope_control.&lt;scope_name&gt; = true/false</code></span></div>
<div class="block">Used to suppress various scope control objects (property suffix).</div>
<dl>
<dt><span class="simpleTagLabel">Since:</span></dt>
<dd>1.7</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#CONTEXT_SCOPE_CONTROL"><code>CONTEXT_SCOPE_CONTROL</code></a>,
<a href="../../../../constant-values.html#org.apache.velocity.runtime.RuntimeConstants.PROVIDE_SCOPE_CONTROL">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="CONTEXT_SCOPE_CONTROL">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>CONTEXT_SCOPE_CONTROL</h4>
<pre>static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> CONTEXT_SCOPE_CONTROL</pre>
<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>
<dl>
<dt><span class="simpleTagLabel">Since:</span></dt>
<dd>2.1</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#org.apache.velocity.runtime.RuntimeConstants.CONTEXT_SCOPE_CONTROL">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="CUSTOM_DIRECTIVES">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>CUSTOM_DIRECTIVES</h4>
<pre>static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> CUSTOM_DIRECTIVES</pre>
<div class="block">Vector of custom directives</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#org.apache.velocity.runtime.RuntimeConstants.CUSTOM_DIRECTIVES">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="RESOURCE_MANAGER_INSTANCE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>RESOURCE_MANAGER_INSTANCE</h4>
<pre>static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> RESOURCE_MANAGER_INSTANCE</pre>
<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>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#org.apache.velocity.runtime.RuntimeConstants.RESOURCE_MANAGER_INSTANCE">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="RESOURCE_MANAGER_CLASS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>RESOURCE_MANAGER_CLASS</h4>
<pre>static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> RESOURCE_MANAGER_CLASS</pre>
<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>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#org.apache.velocity.runtime.RuntimeConstants.RESOURCE_MANAGER_CLASS">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="RESOURCE_MANAGER_CACHE_CLASS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>RESOURCE_MANAGER_CACHE_CLASS</h4>
<pre>static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> RESOURCE_MANAGER_CACHE_CLASS</pre>
<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>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#org.apache.velocity.runtime.RuntimeConstants.RESOURCE_MANAGER_CACHE_CLASS">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="RESOURCE_MANAGER_DEFAULTCACHE_SIZE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>RESOURCE_MANAGER_DEFAULTCACHE_SIZE</h4>
<pre>static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> RESOURCE_MANAGER_DEFAULTCACHE_SIZE</pre>
<div class="block">The <code>resource.manager.cache.size</code> property specifies the cache upper bound (if relevant).</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#org.apache.velocity.runtime.RuntimeConstants.RESOURCE_MANAGER_DEFAULTCACHE_SIZE">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="RESOURCE_MANAGER_LOGWHENFOUND">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>RESOURCE_MANAGER_LOGWHENFOUND</h4>
<pre>static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> RESOURCE_MANAGER_LOGWHENFOUND</pre>
<div class="block">controls if the finding of a resource is logged.</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#org.apache.velocity.runtime.RuntimeConstants.RESOURCE_MANAGER_LOGWHENFOUND">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="RESOURCE_LOADERS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>RESOURCE_LOADERS</h4>
<pre>static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> RESOURCE_LOADERS</pre>
<div class="block">Key used to retrieve the names of the resource loaders to be used. In a properties file they may appear as the following:
<p>resource.loaders = file,classpath</p></div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#org.apache.velocity.runtime.RuntimeConstants.RESOURCE_LOADERS">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="RESOURCE_LOADER">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>RESOURCE_LOADER</h4>
<pre>static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> RESOURCE_LOADER</pre>
<div class="block">Key prefix for a specific resource loader properties
<p>resource.loader.file.path = ...</p></div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#org.apache.velocity.runtime.RuntimeConstants.RESOURCE_LOADER">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="FILE_RESOURCE_LOADER_PATH">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>FILE_RESOURCE_LOADER_PATH</h4>
<pre>static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> FILE_RESOURCE_LOADER_PATH</pre>
<div class="block">The public handle for setting paths in the FileResourceLoader.
(this constant is used by test cases only)</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#org.apache.velocity.runtime.RuntimeConstants.FILE_RESOURCE_LOADER_PATH">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="FILE_RESOURCE_LOADER_CACHE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>FILE_RESOURCE_LOADER_CACHE</h4>
<pre>static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> FILE_RESOURCE_LOADER_CACHE</pre>
<div class="block">The public handle for turning the caching on in the FileResourceLoader.</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#org.apache.velocity.runtime.RuntimeConstants.FILE_RESOURCE_LOADER_CACHE">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="RESOURCE_LOADER_CLASS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>RESOURCE_LOADER_CLASS</h4>
<pre>static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> RESOURCE_LOADER_CLASS</pre>
<div class="block">Resource loader class property suffix</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#org.apache.velocity.runtime.RuntimeConstants.RESOURCE_LOADER_CLASS">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="RESOURCE_LOADER_INSTANCE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>RESOURCE_LOADER_INSTANCE</h4>
<pre>static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> RESOURCE_LOADER_INSTANCE</pre>
<div class="block">Resource loader instance property suffix</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#org.apache.velocity.runtime.RuntimeConstants.RESOURCE_LOADER_INSTANCE">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="RESOURCE_LOADER_CACHE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>RESOURCE_LOADER_CACHE</h4>
<pre>static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> RESOURCE_LOADER_CACHE</pre>
<div class="block">Resource loader cache property suffix</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#org.apache.velocity.runtime.RuntimeConstants.RESOURCE_LOADER_CACHE">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="RESOURCE_LOADER_PATHS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>RESOURCE_LOADER_PATHS</h4>
<pre>static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> RESOURCE_LOADER_PATHS</pre>
<div class="block">File resource loader paths property suffix</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#org.apache.velocity.runtime.RuntimeConstants.RESOURCE_LOADER_PATHS">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="RESOURCE_LOADER_CHECK_INTERVAL">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>RESOURCE_LOADER_CHECK_INTERVAL</h4>
<pre>static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> RESOURCE_LOADER_CHECK_INTERVAL</pre>
<div class="block">Resource loader modification check interval property suffix</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#org.apache.velocity.runtime.RuntimeConstants.RESOURCE_LOADER_CHECK_INTERVAL">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="DS_RESOURCE_LOADER_DATASOURCE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DS_RESOURCE_LOADER_DATASOURCE</h4>
<pre>static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> DS_RESOURCE_LOADER_DATASOURCE</pre>
<div class="block">Datasource loader datasource url</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#org.apache.velocity.runtime.RuntimeConstants.DS_RESOURCE_LOADER_DATASOURCE">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="DS_RESOURCE_LOADER_TABLE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DS_RESOURCE_LOADER_TABLE</h4>
<pre>static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> DS_RESOURCE_LOADER_TABLE</pre>
<div class="block">Datasource loader templates table</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#org.apache.velocity.runtime.RuntimeConstants.DS_RESOURCE_LOADER_TABLE">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="DS_RESOURCE_LOADER_KEY_COLUMN">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DS_RESOURCE_LOADER_KEY_COLUMN</h4>
<pre>static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> DS_RESOURCE_LOADER_KEY_COLUMN</pre>
<div class="block">Datasource loader template key column</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#org.apache.velocity.runtime.RuntimeConstants.DS_RESOURCE_LOADER_KEY_COLUMN">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="DS_RESOURCE_LOADER_TEMPLATE_COLUMN">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DS_RESOURCE_LOADER_TEMPLATE_COLUMN</h4>
<pre>static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> DS_RESOURCE_LOADER_TEMPLATE_COLUMN</pre>
<div class="block">Datasource loader template content column</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#org.apache.velocity.runtime.RuntimeConstants.DS_RESOURCE_LOADER_TEMPLATE_COLUMN">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="DS_RESOURCE_LOADER_TIMESTAMP_COLUMN">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DS_RESOURCE_LOADER_TIMESTAMP_COLUMN</h4>
<pre>static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> DS_RESOURCE_LOADER_TIMESTAMP_COLUMN</pre>
<div class="block">Datasource loader template timestamp column</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#org.apache.velocity.runtime.RuntimeConstants.DS_RESOURCE_LOADER_TIMESTAMP_COLUMN">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="INPUT_ENCODING">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>INPUT_ENCODING</h4>
<pre>static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> INPUT_ENCODING</pre>
<div class="block">The default character encoding for the templates. Used by the parser in processing the input streams.</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#org.apache.velocity.runtime.RuntimeConstants.INPUT_ENCODING">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="ENCODING_DEFAULT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ENCODING_DEFAULT</h4>
<pre>static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> ENCODING_DEFAULT</pre>
<div class="block">Default Encoding is UTF-8.</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#org.apache.velocity.runtime.RuntimeConstants.ENCODING_DEFAULT">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="EVENTHANDLER_REFERENCEINSERTION">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>EVENTHANDLER_REFERENCEINSERTION</h4>
<pre>static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> EVENTHANDLER_REFERENCEINSERTION</pre>
<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>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#org.apache.velocity.runtime.RuntimeConstants.EVENTHANDLER_REFERENCEINSERTION">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="EVENTHANDLER_METHODEXCEPTION">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>EVENTHANDLER_METHODEXCEPTION</h4>
<pre>static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> EVENTHANDLER_METHODEXCEPTION</pre>
<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>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#org.apache.velocity.runtime.RuntimeConstants.EVENTHANDLER_METHODEXCEPTION">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="EVENTHANDLER_INCLUDE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>EVENTHANDLER_INCLUDE</h4>
<pre>static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> EVENTHANDLER_INCLUDE</pre>
<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>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#org.apache.velocity.runtime.RuntimeConstants.EVENTHANDLER_INCLUDE">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="EVENTHANDLER_INVALIDREFERENCES">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>EVENTHANDLER_INVALIDREFERENCES</h4>
<pre>static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> EVENTHANDLER_INVALIDREFERENCES</pre>
<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>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#org.apache.velocity.runtime.RuntimeConstants.EVENTHANDLER_INVALIDREFERENCES">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="EVENTHANDLER_INVALIDREFERENCES_QUIET">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>EVENTHANDLER_INVALIDREFERENCES_QUIET</h4>
<pre>static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> EVENTHANDLER_INVALIDREFERENCES_QUIET</pre>
<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).
<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>
<dl>
<dt><span class="simpleTagLabel">Since:</span></dt>
<dd>2.2</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#org.apache.velocity.runtime.RuntimeConstants.EVENTHANDLER_INVALIDREFERENCES_QUIET">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="EVENTHANDLER_INVALIDREFERENCES_NULL">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>EVENTHANDLER_INVALIDREFERENCES_NULL</h4>
<pre>static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> EVENTHANDLER_INVALIDREFERENCES_NULL</pre>
<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).
<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>
<dl>
<dt><span class="simpleTagLabel">Since:</span></dt>
<dd>2.2</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#org.apache.velocity.runtime.RuntimeConstants.EVENTHANDLER_INVALIDREFERENCES_NULL">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="EVENTHANDLER_INVALIDREFERENCES_TESTED">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>EVENTHANDLER_INVALIDREFERENCES_TESTED</h4>
<pre>static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> EVENTHANDLER_INVALIDREFERENCES_TESTED</pre>
<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).
<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>
<dl>
<dt><span class="simpleTagLabel">Since:</span></dt>
<dd>2.2</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#org.apache.velocity.runtime.RuntimeConstants.EVENTHANDLER_INVALIDREFERENCES_TESTED">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="VM_LIBRARY">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>VM_LIBRARY</h4>
<pre>static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> VM_LIBRARY</pre>
<div class="block">Filename of local Velocimacro library template.</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#org.apache.velocity.runtime.RuntimeConstants.VM_LIBRARY">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="VM_LIBRARY_DEFAULT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>VM_LIBRARY_DEFAULT</h4>
<pre>static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> VM_LIBRARY_DEFAULT</pre>
<div class="block">Default Velocimacro library template.</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#org.apache.velocity.runtime.RuntimeConstants.VM_LIBRARY_DEFAULT">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="VM_LIBRARY_AUTORELOAD">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>VM_LIBRARY_AUTORELOAD</h4>
<pre>static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> VM_LIBRARY_AUTORELOAD</pre>
<div class="block">switch for autoloading library-sourced VMs (for development).</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#org.apache.velocity.runtime.RuntimeConstants.VM_LIBRARY_AUTORELOAD">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="VM_PERM_ALLOW_INLINE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>VM_PERM_ALLOW_INLINE</h4>
<pre>static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> VM_PERM_ALLOW_INLINE</pre>
<div class="block">boolean (true/false) default true: allow inline (in-template) macro definitions.</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#org.apache.velocity.runtime.RuntimeConstants.VM_PERM_ALLOW_INLINE">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="VM_PERM_ALLOW_INLINE_REPLACE_GLOBAL">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>VM_PERM_ALLOW_INLINE_REPLACE_GLOBAL</h4>
<pre>static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> VM_PERM_ALLOW_INLINE_REPLACE_GLOBAL</pre>
<div class="block">boolean (true/false) default false: allow inline (in-template) macro definitions to replace existing.</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#org.apache.velocity.runtime.RuntimeConstants.VM_PERM_ALLOW_INLINE_REPLACE_GLOBAL">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="VM_PERM_INLINE_LOCAL">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>VM_PERM_INLINE_LOCAL</h4>
<pre>static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> VM_PERM_INLINE_LOCAL</pre>
<div class="block">Switch for forcing inline macros to be local: default false.</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#org.apache.velocity.runtime.RuntimeConstants.VM_PERM_INLINE_LOCAL">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="VM_ARGUMENTS_STRICT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>VM_ARGUMENTS_STRICT</h4>
<pre>static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> VM_ARGUMENTS_STRICT</pre>
<div class="block">if true, throw an exception for wrong number of arguments</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#org.apache.velocity.runtime.RuntimeConstants.VM_ARGUMENTS_STRICT">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="VM_ENABLE_BC_MODE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>VM_ENABLE_BC_MODE</h4>
<pre>static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> VM_ENABLE_BC_MODE</pre>
<div class="block">This flag enable the 1.7 backward compatible mode for velocimacros (defaults to false):
<ul>
<li>
preserve argument literals: when displaying null or invalid non-quiet references,
use the argument literal reference instead of the one in the macro block. Defaults to false.
</li>
<li>
use global values for missing arguments: when calling a macro with fewer arguments than declared,
if those arguments don't have an explicit default value in the macro definition, default values will
be looked for in the global context
</li>
</ul></div>
<dl>
<dt><span class="simpleTagLabel">Since:</span></dt>
<dd>2.2</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#org.apache.velocity.runtime.RuntimeConstants.VM_ENABLE_BC_MODE">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="VM_MAX_DEPTH">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>VM_MAX_DEPTH</h4>
<pre>static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> VM_MAX_DEPTH</pre>
<div class="block">Specify the maximum depth for macro calls</div>
<dl>
<dt><span class="simpleTagLabel">Since:</span></dt>
<dd>1.6</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#org.apache.velocity.runtime.RuntimeConstants.VM_MAX_DEPTH">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="VM_BODY_REFERENCE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>VM_BODY_REFERENCE</h4>
<pre>static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> VM_BODY_REFERENCE</pre>
<div class="block">Defines name of the reference that can be used to get the AST block passed to block macro calls.</div>
<dl>
<dt><span class="simpleTagLabel">Since:</span></dt>
<dd>1.7</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#org.apache.velocity.runtime.RuntimeConstants.VM_BODY_REFERENCE">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="VM_MESSAGES_ON">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>VM_MESSAGES_ON</h4>
<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Deprecated.html?is-external=true" title="class or interface in java.lang">@Deprecated</a>
static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> VM_MESSAGES_ON</pre>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span class="deprecationComment">since 2.1</span></div>
<div class="block"><p>Switch for VM blather: default true. Unused since 2.0.</p></div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#org.apache.velocity.runtime.RuntimeConstants.VM_MESSAGES_ON">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="RUNTIME_REFERENCES_STRICT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>RUNTIME_REFERENCES_STRICT</h4>
<pre>static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> RUNTIME_REFERENCES_STRICT</pre>
<div class="block">Properties referenced in the template are required to exist the object</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#org.apache.velocity.runtime.RuntimeConstants.RUNTIME_REFERENCES_STRICT">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="RUNTIME_REFERENCES_STRICT_ESCAPE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>RUNTIME_REFERENCES_STRICT_ESCAPE</h4>
<pre>static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> RUNTIME_REFERENCES_STRICT_ESCAPE</pre>
<div class="block">Indicates we are going to use modified escape behavior in strict mode</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#org.apache.velocity.runtime.RuntimeConstants.RUNTIME_REFERENCES_STRICT_ESCAPE">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="UBERSPECT_CLASSNAME">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>UBERSPECT_CLASSNAME</h4>
<pre>static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> UBERSPECT_CLASSNAME</pre>
<div class="block">key name for uberspector. Multiple classnames can be specified,in which case uberspectors will be chained.</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#org.apache.velocity.runtime.RuntimeConstants.UBERSPECT_CLASSNAME">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="INTROSPECTOR_RESTRICT_PACKAGES">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>INTROSPECTOR_RESTRICT_PACKAGES</h4>
<pre>static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> INTROSPECTOR_RESTRICT_PACKAGES</pre>
<div class="block">A comma separated list of packages to restrict access to in the SecureIntrospector.</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#org.apache.velocity.runtime.RuntimeConstants.INTROSPECTOR_RESTRICT_PACKAGES">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="INTROSPECTOR_RESTRICT_CLASSES">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>INTROSPECTOR_RESTRICT_CLASSES</h4>
<pre>static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> INTROSPECTOR_RESTRICT_CLASSES</pre>
<div class="block">A comma separated list of classes to restrict access to in the SecureIntrospector.</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#org.apache.velocity.runtime.RuntimeConstants.INTROSPECTOR_RESTRICT_CLASSES">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="CONVERSION_HANDLER_CLASS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>CONVERSION_HANDLER_CLASS</h4>
<pre>static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> CONVERSION_HANDLER_CLASS</pre>
<div class="block">key for Conversion Manager class</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#org.apache.velocity.runtime.RuntimeConstants.CONVERSION_HANDLER_CLASS">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="CONVERSION_HANDLER_INSTANCE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>CONVERSION_HANDLER_INSTANCE</h4>
<pre>static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> CONVERSION_HANDLER_INSTANCE</pre>
<div class="block">key for Conversion Manager instance</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#org.apache.velocity.runtime.RuntimeConstants.CONVERSION_HANDLER_INSTANCE">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="PARSER_CLASS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>PARSER_CLASS</h4>
<pre>static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> PARSER_CLASS</pre>
<div class="block">Property specifying the parser class to use</div>
<dl>
<dt><span class="simpleTagLabel">Since:</span></dt>
<dd>2.2</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#org.apache.velocity.runtime.RuntimeConstants.PARSER_CLASS">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="DEFAULT_PARSER_CLASS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DEFAULT_PARSER_CLASS</h4>
<pre>static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> DEFAULT_PARSER_CLASS</pre>
<div class="block">Default parser class</div>
<dl>
<dt><span class="simpleTagLabel">Since:</span></dt>
<dd>2.2</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#org.apache.velocity.runtime.RuntimeConstants.DEFAULT_PARSER_CLASS">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="PARSER_POOL_CLASS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>PARSER_POOL_CLASS</h4>
<pre>static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> PARSER_POOL_CLASS</pre>
<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>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#org.apache.velocity.runtime.RuntimeConstants.PARSER_POOL_CLASS">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="PARSER_POOL_SIZE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>PARSER_POOL_SIZE</h4>
<pre>static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> PARSER_POOL_SIZE</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#NUMBER_OF_PARSERS"><code>NUMBER_OF_PARSERS</code></a>,
<a href="../../../../constant-values.html#org.apache.velocity.runtime.RuntimeConstants.PARSER_POOL_SIZE">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="PARSER_HYPHEN_ALLOWED">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>PARSER_HYPHEN_ALLOWED</h4>
<pre>static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> PARSER_HYPHEN_ALLOWED</pre>
<div class="block">Allow hyphen in identifiers (backward compatibility option)</div>
<dl>
<dt><span class="simpleTagLabel">Since:</span></dt>
<dd>2.1</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#org.apache.velocity.runtime.RuntimeConstants.PARSER_HYPHEN_ALLOWED">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="RUNTIME_STRING_INTERNING">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>RUNTIME_STRING_INTERNING</h4>
<pre>static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> RUNTIME_STRING_INTERNING</pre>
<div class="block">Whether to use string interning.</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#org.apache.velocity.runtime.RuntimeConstants.RUNTIME_STRING_INTERNING">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="INTERPOLATE_STRINGLITERALS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>INTERPOLATE_STRINGLITERALS</h4>
<pre>static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> INTERPOLATE_STRINGLITERALS</pre>
<div class="block">Switch for the interpolation facility for string literals.</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#org.apache.velocity.runtime.RuntimeConstants.INTERPOLATE_STRINGLITERALS">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="STRICT_MATH">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>STRICT_MATH</h4>
<pre>static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> STRICT_MATH</pre>
<div class="block">Switch for ignoring nulls in math equations vs throwing exceptions.</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#org.apache.velocity.runtime.RuntimeConstants.STRICT_MATH">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="CONTEXT_AUTOREFERENCE_KEY">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>CONTEXT_AUTOREFERENCE_KEY</h4>
<pre>static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> CONTEXT_AUTOREFERENCE_KEY</pre>
<div class="block">Key upon which a context should be accessible within itself</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#org.apache.velocity.runtime.RuntimeConstants.CONTEXT_AUTOREFERENCE_KEY">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="SPACE_GOBBLING">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>SPACE_GOBBLING</h4>
<pre>static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> SPACE_GOBBLING</pre>
<div class="block">Space gobbling mode</div>
<dl>
<dt><span class="simpleTagLabel">Since:</span></dt>
<dd>2.0</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#org.apache.velocity.runtime.RuntimeConstants.SPACE_GOBBLING">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="DEFAULT_RUNTIME_PROPERTIES">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DEFAULT_RUNTIME_PROPERTIES</h4>
<pre>static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> DEFAULT_RUNTIME_PROPERTIES</pre>
<div class="block">Default Runtime properties.</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#org.apache.velocity.runtime.RuntimeConstants.DEFAULT_RUNTIME_PROPERTIES">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="DEFAULT_RUNTIME_DIRECTIVES">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DEFAULT_RUNTIME_DIRECTIVES</h4>
<pre>static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> DEFAULT_RUNTIME_DIRECTIVES</pre>
<div class="block">Default Runtime properties.</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#org.apache.velocity.runtime.RuntimeConstants.DEFAULT_RUNTIME_DIRECTIVES">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="DEFAULT_RUNTIME_LOG_NAME">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DEFAULT_RUNTIME_LOG_NAME</h4>
<pre>static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> DEFAULT_RUNTIME_LOG_NAME</pre>
<div class="block">externally provided logger name.</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#org.apache.velocity.runtime.RuntimeConstants.DEFAULT_RUNTIME_LOG_NAME">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="RESOURCE_LOADER_IDENTIFIER">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>RESOURCE_LOADER_IDENTIFIER</h4>
<pre>static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> RESOURCE_LOADER_IDENTIFIER</pre>
<div class="block">token used to identify the loader internally.</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#org.apache.velocity.runtime.RuntimeConstants.RESOURCE_LOADER_IDENTIFIER">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="NUMBER_OF_PARSERS">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>NUMBER_OF_PARSERS</h4>
<pre>static final&nbsp;int NUMBER_OF_PARSERS</pre>
<div class="block">The default number of parser instances to create. Configurable via the parameter named by the <a href="../../../../org/apache/velocity/runtime/RuntimeConstants.html#PARSER_POOL_SIZE"><code>PARSER_POOL_SIZE</code></a>
constant.</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#org.apache.velocity.runtime.RuntimeConstants.NUMBER_OF_PARSERS">Constant Field Values</a></dd>
</dl>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= 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><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/RuntimeConstants.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../org/apache/velocity/runtime/Renderable.html" title="interface in org.apache.velocity.runtime"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../org/apache/velocity/runtime/RuntimeConstants.SpaceGobbling.html" title="enum in org.apache.velocity.runtime"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/apache/velocity/runtime/RuntimeConstants.html" target="_top">Frames</a></li>
<li><a href="RuntimeConstants.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>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li><a href="#nested.class.summary">Nested</a>&nbsp;|&nbsp;</li>
<li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li>Method</li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li>Method</li>
</ul>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2000&#x2013;2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
</body>
</html>