Added: velocity/site/production/tools/model/apidocs/org/apache/velocity/tools/model/config/Constants.html URL: http://svn.apache.org/viewvc/velocity/site/production/tools/model/apidocs/org/apache/velocity/tools/model/config/Constants.html?rev=1857765&view=auto ============================================================================== --- velocity/site/production/tools/model/apidocs/org/apache/velocity/tools/model/config/Constants.html (added) +++ velocity/site/production/tools/model/apidocs/org/apache/velocity/tools/model/config/Constants.html Thu Apr 18 15:55:33 2019 @@ -0,0 +1,514 @@ +<!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 Thu Apr 18 17:45:33 CEST 2019 --> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>Constants (Apache Velocity Tools - Model Tool 3.1-SNAPSHOT API)</title> +<meta name="date" content="2019-04-18"> +<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="Constants (Apache Velocity Tools - Model Tool 3.1-SNAPSHOT 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/Constants.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/tools/model/config/ConfigHelper.html" title="class in org.apache.velocity.tools.model.config"><span class="typeNameLink">Prev Class</span></a></li> +<li>Next Class</li> +</ul> +<ul class="navList"> +<li><a href="../../../../../../index.html?org/apache/velocity/tools/model/config/Constants.html" target="_top">Frames</a></li> +<li><a href="Constants.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="../../../../../../allclasses-noframe.html">All 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: </li> +<li>Nested | </li> +<li><a href="#field.summary">Field</a> | </li> +<li>Constr | </li> +<li>Method</li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li><a href="#field.detail">Field</a> | </li> +<li>Constr | </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.tools.model.config</div> +<h2 title="Interface Constants" class="title">Interface Constants</h2> +</div> +<div class="contentContainer"> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<dl> +<dt>All Known Implementing Classes:</dt> +<dd><a href="../../../../../../org/apache/velocity/tools/model/impl/BaseModel.html" title="class in org.apache.velocity.tools.model.impl">BaseModel</a>, <a href="../../../../../../org/apache/velocity/tools/model/sql/DriverInfos.html" title="class in org.apache.velocity.tools.model.sql">DriverInfos</a>, <a href="../../../../../../org/apache/velocity/tools/model/Model.html" title="class in org.apache.velocity.tools.model">Model</a>, <a href="../../../../../../org/apache/velocity/tools/model/ModelTool.html" title="class in org.apache.velocity.tools.model">ModelTool</a>, <a href="../../../../../../org/apache/velocity/tools/model/old/Velosurf.html" title="class in org.apache.velocity.tools.model.old">Velosurf</a>, <a href="../../../../../../org/apache/velocity/tools/model/old/VelosurfTool.html" title="class in org.apache.velocity.tools.model.old">VelosurfTool</a></dd> +</dl> +<hr> +<br> +<pre>public interface <span class="typeNameLabel">Constants</span></pre> +</li> +</ul> +</div> +<div class="summary"> +<ul class="blockList"> +<li class="blockList"> +<!-- =========== 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"> </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/tools/model/config/Constants.html#MODEL_CREDENTIALS_PASSWORD">MODEL_CREDENTIALS_PASSWORD</a></span></code> </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/tools/model/config/Constants.html#MODEL_CREDENTIALS_USER">MODEL_CREDENTIALS_USER</a></span></code> </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/tools/model/config/Constants.html#MODEL_DATABASE">MODEL_DATABASE</a></span></code> </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/tools/model/config/Constants.html#MODEL_DATASOURCE">MODEL_DATASOURCE</a></span></code> </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/tools/model/config/Constants.html#MODEL_DEFAULT_PATH">MODEL_DEFAULT_PATH</a></span></code> </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/tools/model/config/Constants.html#MODEL_DEFINITION">MODEL_DEFINITION</a></span></code> </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/tools/model/config/Constants.html#MODEL_FILTERS_CRYPTOGRAPH">MODEL_FILTERS_CRYPTOGRAPH</a></span></code> </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/tools/model/config/Constants.html#MODEL_FILTERS_READ">MODEL_FILTERS_READ</a></span></code> </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/tools/model/config/Constants.html#MODEL_FILTERS_WRITE">MODEL_FILTERS_WRITE</a></span></code> </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/tools/model/config/Constants.html#MODEL_IDENTIFIERS_INFLECTOR">MODEL_IDENTIFIERS_INFLECTOR</a></span></code> </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/tools/model/config/Constants.html#MODEL_IDENTIFIERS_MAPPING">MODEL_IDENTIFIERS_MAPPING</a></span></code> </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/tools/model/config/Constants.html#MODEL_INSTANCES_CLASSES">MODEL_INSTANCES_CLASSES</a></span></code> </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/tools/model/config/Constants.html#MODEL_INSTANCES_FACTORY">MODEL_INSTANCES_FACTORY</a></span></code> </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/tools/model/config/Constants.html#MODEL_LOGGER_NAME">MODEL_LOGGER_NAME</a></span></code> </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/tools/model/config/Constants.html#MODEL_NAMESPACE_URI">MODEL_NAMESPACE_URI</a></span></code> </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/tools/model/config/Constants.html#MODEL_REVERSE_MODE">MODEL_REVERSE_MODE</a></span></code> </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/tools/model/config/Constants.html#MODEL_SCHEMA">MODEL_SCHEMA</a></span></code> </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/tools/model/config/Constants.html#MODEL_WRITE_ACCESS">MODEL_WRITE_ACCESS</a></span></code> </td> +</tr> +</table> +</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="MODEL_LOGGER_NAME"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>MODEL_LOGGER_NAME</h4> +<pre>static final <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> MODEL_LOGGER_NAME</pre> +<dl> +<dt><span class="seeLabel">See Also:</span></dt> +<dd><a href="../../../../../../constant-values.html#org.apache.velocity.tools.model.config.Constants.MODEL_LOGGER_NAME">Constant Field Values</a></dd> +</dl> +</li> +</ul> +<a name="MODEL_WRITE_ACCESS"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>MODEL_WRITE_ACCESS</h4> +<pre>static final <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> MODEL_WRITE_ACCESS</pre> +<dl> +<dt><span class="seeLabel">See Also:</span></dt> +<dd><a href="../../../../../../constant-values.html#org.apache.velocity.tools.model.config.Constants.MODEL_WRITE_ACCESS">Constant Field Values</a></dd> +</dl> +</li> +</ul> +<a name="MODEL_REVERSE_MODE"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>MODEL_REVERSE_MODE</h4> +<pre>static final <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> MODEL_REVERSE_MODE</pre> +<dl> +<dt><span class="seeLabel">See Also:</span></dt> +<dd><a href="../../../../../../constant-values.html#org.apache.velocity.tools.model.config.Constants.MODEL_REVERSE_MODE">Constant Field Values</a></dd> +</dl> +</li> +</ul> +<a name="MODEL_DEFINITION"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>MODEL_DEFINITION</h4> +<pre>static final <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> MODEL_DEFINITION</pre> +<dl> +<dt><span class="seeLabel">See Also:</span></dt> +<dd><a href="../../../../../../constant-values.html#org.apache.velocity.tools.model.config.Constants.MODEL_DEFINITION">Constant Field Values</a></dd> +</dl> +</li> +</ul> +<a name="MODEL_DEFAULT_PATH"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>MODEL_DEFAULT_PATH</h4> +<pre>static final <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> MODEL_DEFAULT_PATH</pre> +<dl> +<dt><span class="seeLabel">See Also:</span></dt> +<dd><a href="../../../../../../constant-values.html#org.apache.velocity.tools.model.config.Constants.MODEL_DEFAULT_PATH">Constant Field Values</a></dd> +</dl> +</li> +</ul> +<a name="MODEL_SCHEMA"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>MODEL_SCHEMA</h4> +<pre>static final <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> MODEL_SCHEMA</pre> +<dl> +<dt><span class="seeLabel">See Also:</span></dt> +<dd><a href="../../../../../../constant-values.html#org.apache.velocity.tools.model.config.Constants.MODEL_SCHEMA">Constant Field Values</a></dd> +</dl> +</li> +</ul> +<a name="MODEL_IDENTIFIERS_INFLECTOR"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>MODEL_IDENTIFIERS_INFLECTOR</h4> +<pre>static final <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> MODEL_IDENTIFIERS_INFLECTOR</pre> +<dl> +<dt><span class="seeLabel">See Also:</span></dt> +<dd><a href="../../../../../../constant-values.html#org.apache.velocity.tools.model.config.Constants.MODEL_IDENTIFIERS_INFLECTOR">Constant Field Values</a></dd> +</dl> +</li> +</ul> +<a name="MODEL_IDENTIFIERS_MAPPING"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>MODEL_IDENTIFIERS_MAPPING</h4> +<pre>static final <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> MODEL_IDENTIFIERS_MAPPING</pre> +<dl> +<dt><span class="seeLabel">See Also:</span></dt> +<dd><a href="../../../../../../constant-values.html#org.apache.velocity.tools.model.config.Constants.MODEL_IDENTIFIERS_MAPPING">Constant Field Values</a></dd> +</dl> +</li> +</ul> +<a name="MODEL_FILTERS_READ"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>MODEL_FILTERS_READ</h4> +<pre>static final <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> MODEL_FILTERS_READ</pre> +<dl> +<dt><span class="seeLabel">See Also:</span></dt> +<dd><a href="../../../../../../constant-values.html#org.apache.velocity.tools.model.config.Constants.MODEL_FILTERS_READ">Constant Field Values</a></dd> +</dl> +</li> +</ul> +<a name="MODEL_FILTERS_WRITE"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>MODEL_FILTERS_WRITE</h4> +<pre>static final <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> MODEL_FILTERS_WRITE</pre> +<dl> +<dt><span class="seeLabel">See Also:</span></dt> +<dd><a href="../../../../../../constant-values.html#org.apache.velocity.tools.model.config.Constants.MODEL_FILTERS_WRITE">Constant Field Values</a></dd> +</dl> +</li> +</ul> +<a name="MODEL_FILTERS_CRYPTOGRAPH"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>MODEL_FILTERS_CRYPTOGRAPH</h4> +<pre>static final <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> MODEL_FILTERS_CRYPTOGRAPH</pre> +<dl> +<dt><span class="seeLabel">See Also:</span></dt> +<dd><a href="../../../../../../constant-values.html#org.apache.velocity.tools.model.config.Constants.MODEL_FILTERS_CRYPTOGRAPH">Constant Field Values</a></dd> +</dl> +</li> +</ul> +<a name="MODEL_DATASOURCE"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>MODEL_DATASOURCE</h4> +<pre>static final <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> MODEL_DATASOURCE</pre> +<dl> +<dt><span class="seeLabel">See Also:</span></dt> +<dd><a href="../../../../../../constant-values.html#org.apache.velocity.tools.model.config.Constants.MODEL_DATASOURCE">Constant Field Values</a></dd> +</dl> +</li> +</ul> +<a name="MODEL_DATABASE"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>MODEL_DATABASE</h4> +<pre>static final <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> MODEL_DATABASE</pre> +<dl> +<dt><span class="seeLabel">See Also:</span></dt> +<dd><a href="../../../../../../constant-values.html#org.apache.velocity.tools.model.config.Constants.MODEL_DATABASE">Constant Field Values</a></dd> +</dl> +</li> +</ul> +<a name="MODEL_CREDENTIALS_USER"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>MODEL_CREDENTIALS_USER</h4> +<pre>static final <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> MODEL_CREDENTIALS_USER</pre> +<dl> +<dt><span class="seeLabel">See Also:</span></dt> +<dd><a href="../../../../../../constant-values.html#org.apache.velocity.tools.model.config.Constants.MODEL_CREDENTIALS_USER">Constant Field Values</a></dd> +</dl> +</li> +</ul> +<a name="MODEL_CREDENTIALS_PASSWORD"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>MODEL_CREDENTIALS_PASSWORD</h4> +<pre>static final <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> MODEL_CREDENTIALS_PASSWORD</pre> +<dl> +<dt><span class="seeLabel">See Also:</span></dt> +<dd><a href="../../../../../../constant-values.html#org.apache.velocity.tools.model.config.Constants.MODEL_CREDENTIALS_PASSWORD">Constant Field Values</a></dd> +</dl> +</li> +</ul> +<a name="MODEL_INSTANCES_FACTORY"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>MODEL_INSTANCES_FACTORY</h4> +<pre>static final <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> MODEL_INSTANCES_FACTORY</pre> +<dl> +<dt><span class="seeLabel">See Also:</span></dt> +<dd><a href="../../../../../../constant-values.html#org.apache.velocity.tools.model.config.Constants.MODEL_INSTANCES_FACTORY">Constant Field Values</a></dd> +</dl> +</li> +</ul> +<a name="MODEL_INSTANCES_CLASSES"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>MODEL_INSTANCES_CLASSES</h4> +<pre>static final <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> MODEL_INSTANCES_CLASSES</pre> +<dl> +<dt><span class="seeLabel">See Also:</span></dt> +<dd><a href="../../../../../../constant-values.html#org.apache.velocity.tools.model.config.Constants.MODEL_INSTANCES_CLASSES">Constant Field Values</a></dd> +</dl> +</li> +</ul> +<a name="MODEL_NAMESPACE_URI"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>MODEL_NAMESPACE_URI</h4> +<pre>static final <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> MODEL_NAMESPACE_URI</pre> +<dl> +<dt><span class="seeLabel">See Also:</span></dt> +<dd><a href="../../../../../../constant-values.html#org.apache.velocity.tools.model.config.Constants.MODEL_NAMESPACE_URI">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/Constants.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/tools/model/config/ConfigHelper.html" title="class in org.apache.velocity.tools.model.config"><span class="typeNameLink">Prev Class</span></a></li> +<li>Next Class</li> +</ul> +<ul class="navList"> +<li><a href="../../../../../../index.html?org/apache/velocity/tools/model/config/Constants.html" target="_top">Frames</a></li> +<li><a href="Constants.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="../../../../../../allclasses-noframe.html">All 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: </li> +<li>Nested | </li> +<li><a href="#field.summary">Field</a> | </li> +<li>Constr | </li> +<li>Method</li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li><a href="#field.detail">Field</a> | </li> +<li>Constr | </li> +<li>Method</li> +</ul> +</div> +<a name="skip.navbar.bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +<p class="legalCopy"><small>Copyright © 2002–2019 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +</body> +</html>
Added: velocity/site/production/tools/model/apidocs/org/apache/velocity/tools/model/config/class-use/ConfigDigester.html URL: http://svn.apache.org/viewvc/velocity/site/production/tools/model/apidocs/org/apache/velocity/tools/model/config/class-use/ConfigDigester.html?rev=1857765&view=auto ============================================================================== --- velocity/site/production/tools/model/apidocs/org/apache/velocity/tools/model/config/class-use/ConfigDigester.html (added) +++ velocity/site/production/tools/model/apidocs/org/apache/velocity/tools/model/config/class-use/ConfigDigester.html Thu Apr 18 15:55:33 2019 @@ -0,0 +1,126 @@ +<!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 Thu Apr 18 17:45:33 CEST 2019 --> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>Uses of Class org.apache.velocity.tools.model.config.ConfigDigester (Apache Velocity Tools - Model Tool 3.1-SNAPSHOT API)</title> +<meta name="date" content="2019-04-18"> +<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="Uses of Class org.apache.velocity.tools.model.config.ConfigDigester (Apache Velocity Tools - Model Tool 3.1-SNAPSHOT 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><a href="../../../../../../../org/apache/velocity/tools/model/config/ConfigDigester.html" title="class in org.apache.velocity.tools.model.config">Class</a></li> +<li class="navBarCell1Rev">Use</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>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../../../../../index.html?org/apache/velocity/tools/model/config/class-use/ConfigDigester.html" target="_top">Frames</a></li> +<li><a href="ConfigDigester.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="../../../../../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_top"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +</div> +<a name="skip.navbar.top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +<div class="header"> +<h2 title="Uses of Class org.apache.velocity.tools.model.config.ConfigDigester" class="title">Uses of Class<br>org.apache.velocity.tools.model.config.ConfigDigester</h2> +</div> +<div class="classUseContainer">No usage of org.apache.velocity.tools.model.config.ConfigDigester</div> +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<div class="bottomNav"><a name="navbar.bottom"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> +<a name="navbar.bottom.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../../../../overview-summary.html">Overview</a></li> +<li><a href="../package-summary.html">Package</a></li> +<li><a href="../../../../../../../org/apache/velocity/tools/model/config/ConfigDigester.html" title="class in org.apache.velocity.tools.model.config">Class</a></li> +<li class="navBarCell1Rev">Use</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>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../../../../../index.html?org/apache/velocity/tools/model/config/class-use/ConfigDigester.html" target="_top">Frames</a></li> +<li><a href="ConfigDigester.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="../../../../../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_bottom"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +</div> +<a name="skip.navbar.bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +<p class="legalCopy"><small>Copyright © 2002–2019 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +</body> +</html> Added: velocity/site/production/tools/model/apidocs/org/apache/velocity/tools/model/config/class-use/ConfigHelper.html URL: http://svn.apache.org/viewvc/velocity/site/production/tools/model/apidocs/org/apache/velocity/tools/model/config/class-use/ConfigHelper.html?rev=1857765&view=auto ============================================================================== --- velocity/site/production/tools/model/apidocs/org/apache/velocity/tools/model/config/class-use/ConfigHelper.html (added) +++ velocity/site/production/tools/model/apidocs/org/apache/velocity/tools/model/config/class-use/ConfigHelper.html Thu Apr 18 15:55:33 2019 @@ -0,0 +1,166 @@ +<!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 Thu Apr 18 17:45:33 CEST 2019 --> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>Uses of Class org.apache.velocity.tools.model.config.ConfigHelper (Apache Velocity Tools - Model Tool 3.1-SNAPSHOT API)</title> +<meta name="date" content="2019-04-18"> +<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="Uses of Class org.apache.velocity.tools.model.config.ConfigHelper (Apache Velocity Tools - Model Tool 3.1-SNAPSHOT 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><a href="../../../../../../../org/apache/velocity/tools/model/config/ConfigHelper.html" title="class in org.apache.velocity.tools.model.config">Class</a></li> +<li class="navBarCell1Rev">Use</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>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../../../../../index.html?org/apache/velocity/tools/model/config/class-use/ConfigHelper.html" target="_top">Frames</a></li> +<li><a href="ConfigHelper.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="../../../../../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_top"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +</div> +<a name="skip.navbar.top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +<div class="header"> +<h2 title="Uses of Class org.apache.velocity.tools.model.config.ConfigHelper" class="title">Uses of Class<br>org.apache.velocity.tools.model.config.ConfigHelper</h2> +</div> +<div class="classUseContainer"> +<ul class="blockList"> +<li class="blockList"> +<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> +<caption><span>Packages that use <a href="../../../../../../../org/apache/velocity/tools/model/config/ConfigHelper.html" title="class in org.apache.velocity.tools.model.config">ConfigHelper</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Package</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><a href="#org.apache.velocity.tools.model.impl">org.apache.velocity.tools.model.impl</a></td> +<td class="colLast"> </td> +</tr> +</tbody> +</table> +</li> +<li class="blockList"> +<ul class="blockList"> +<li class="blockList"><a name="org.apache.velocity.tools.model.impl"> +<!-- --> +</a> +<h3>Uses of <a href="../../../../../../../org/apache/velocity/tools/model/config/ConfigHelper.html" title="class in org.apache.velocity.tools.model.config">ConfigHelper</a> in <a href="../../../../../../../org/apache/velocity/tools/model/impl/package-summary.html">org.apache.velocity.tools.model.impl</a></h3> +<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> +<caption><span>Methods in <a href="../../../../../../../org/apache/velocity/tools/model/impl/package-summary.html">org.apache.velocity.tools.model.impl</a> with parameters of type <a href="../../../../../../../org/apache/velocity/tools/model/config/ConfigHelper.html" title="class in org.apache.velocity.tools.model.config">ConfigHelper</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><code>protected <a href="../../../../../../../org/apache/velocity/tools/model/Model.html" title="class in org.apache.velocity.tools.model">Model</a></code></td> +<td class="colLast"><span class="typeNameLabel">BaseModel.</span><code><span class="memberNameLink"><a href="../../../../../../../org/apache/velocity/tools/model/impl/BaseModel.html#configure-org.apache.velocity.tools.model.config.ConfigHelper-">configure</a></span>(<a href="../../../../../../../org/apache/velocity/tools/model/config/ConfigHelper.html" title="class in org.apache.velocity.tools.model.config">ConfigHelper</a> config)</code> </td> +</tr> +</tbody> +</table> +</li> +</ul> +</li> +</ul> +</div> +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<div class="bottomNav"><a name="navbar.bottom"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> +<a name="navbar.bottom.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../../../../overview-summary.html">Overview</a></li> +<li><a href="../package-summary.html">Package</a></li> +<li><a href="../../../../../../../org/apache/velocity/tools/model/config/ConfigHelper.html" title="class in org.apache.velocity.tools.model.config">Class</a></li> +<li class="navBarCell1Rev">Use</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>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../../../../../index.html?org/apache/velocity/tools/model/config/class-use/ConfigHelper.html" target="_top">Frames</a></li> +<li><a href="ConfigHelper.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="../../../../../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_bottom"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +</div> +<a name="skip.navbar.bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +<p class="legalCopy"><small>Copyright © 2002–2019 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +</body> +</html> Added: velocity/site/production/tools/model/apidocs/org/apache/velocity/tools/model/config/class-use/Constants.html URL: http://svn.apache.org/viewvc/velocity/site/production/tools/model/apidocs/org/apache/velocity/tools/model/config/class-use/Constants.html?rev=1857765&view=auto ============================================================================== --- velocity/site/production/tools/model/apidocs/org/apache/velocity/tools/model/config/class-use/Constants.html (added) +++ velocity/site/production/tools/model/apidocs/org/apache/velocity/tools/model/config/class-use/Constants.html Thu Apr 18 15:55:33 2019 @@ -0,0 +1,248 @@ +<!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 Thu Apr 18 17:45:33 CEST 2019 --> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>Uses of Interface org.apache.velocity.tools.model.config.Constants (Apache Velocity Tools - Model Tool 3.1-SNAPSHOT API)</title> +<meta name="date" content="2019-04-18"> +<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="Uses of Interface org.apache.velocity.tools.model.config.Constants (Apache Velocity Tools - Model Tool 3.1-SNAPSHOT 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><a href="../../../../../../../org/apache/velocity/tools/model/config/Constants.html" title="interface in org.apache.velocity.tools.model.config">Class</a></li> +<li class="navBarCell1Rev">Use</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>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../../../../../index.html?org/apache/velocity/tools/model/config/class-use/Constants.html" target="_top">Frames</a></li> +<li><a href="Constants.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="../../../../../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_top"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +</div> +<a name="skip.navbar.top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +<div class="header"> +<h2 title="Uses of Interface org.apache.velocity.tools.model.config.Constants" class="title">Uses of Interface<br>org.apache.velocity.tools.model.config.Constants</h2> +</div> +<div class="classUseContainer"> +<ul class="blockList"> +<li class="blockList"> +<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> +<caption><span>Packages that use <a href="../../../../../../../org/apache/velocity/tools/model/config/Constants.html" title="interface in org.apache.velocity.tools.model.config">Constants</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Package</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><a href="#org.apache.velocity.tools.model">org.apache.velocity.tools.model</a></td> +<td class="colLast"> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="#org.apache.velocity.tools.model.impl">org.apache.velocity.tools.model.impl</a></td> +<td class="colLast"> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><a href="#org.apache.velocity.tools.model.old">org.apache.velocity.tools.model.old</a></td> +<td class="colLast"> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="#org.apache.velocity.tools.model.sql">org.apache.velocity.tools.model.sql</a></td> +<td class="colLast"> </td> +</tr> +</tbody> +</table> +</li> +<li class="blockList"> +<ul class="blockList"> +<li class="blockList"><a name="org.apache.velocity.tools.model"> +<!-- --> +</a> +<h3>Uses of <a href="../../../../../../../org/apache/velocity/tools/model/config/Constants.html" title="interface in org.apache.velocity.tools.model.config">Constants</a> in <a href="../../../../../../../org/apache/velocity/tools/model/package-summary.html">org.apache.velocity.tools.model</a></h3> +<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> +<caption><span>Classes in <a href="../../../../../../../org/apache/velocity/tools/model/package-summary.html">org.apache.velocity.tools.model</a> that implement <a href="../../../../../../../org/apache/velocity/tools/model/config/Constants.html" title="interface in org.apache.velocity.tools.model.config">Constants</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Class and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><code>class </code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/velocity/tools/model/Model.html" title="class in org.apache.velocity.tools.model">Model</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>class </code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/velocity/tools/model/ModelTool.html" title="class in org.apache.velocity.tools.model">ModelTool</a></span></code> +<div class="block">ModelTool</div> +</td> +</tr> +</tbody> +</table> +</li> +<li class="blockList"><a name="org.apache.velocity.tools.model.impl"> +<!-- --> +</a> +<h3>Uses of <a href="../../../../../../../org/apache/velocity/tools/model/config/Constants.html" title="interface in org.apache.velocity.tools.model.config">Constants</a> in <a href="../../../../../../../org/apache/velocity/tools/model/impl/package-summary.html">org.apache.velocity.tools.model.impl</a></h3> +<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> +<caption><span>Classes in <a href="../../../../../../../org/apache/velocity/tools/model/impl/package-summary.html">org.apache.velocity.tools.model.impl</a> that implement <a href="../../../../../../../org/apache/velocity/tools/model/config/Constants.html" title="interface in org.apache.velocity.tools.model.config">Constants</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Class and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><code>class </code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/velocity/tools/model/impl/BaseModel.html" title="class in org.apache.velocity.tools.model.impl">BaseModel</a></span></code> </td> +</tr> +</tbody> +</table> +</li> +<li class="blockList"><a name="org.apache.velocity.tools.model.old"> +<!-- --> +</a> +<h3>Uses of <a href="../../../../../../../org/apache/velocity/tools/model/config/Constants.html" title="interface in org.apache.velocity.tools.model.config">Constants</a> in <a href="../../../../../../../org/apache/velocity/tools/model/old/package-summary.html">org.apache.velocity.tools.model.old</a></h3> +<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> +<caption><span>Classes in <a href="../../../../../../../org/apache/velocity/tools/model/old/package-summary.html">org.apache.velocity.tools.model.old</a> that implement <a href="../../../../../../../org/apache/velocity/tools/model/config/Constants.html" title="interface in org.apache.velocity.tools.model.config">Constants</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Class and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><code>class </code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/velocity/tools/model/old/Velosurf.html" title="class in org.apache.velocity.tools.model.old">Velosurf</a></span></code> +<div class="block"><span class="deprecatedLabel">Deprecated.</span> </div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>class </code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/velocity/tools/model/old/VelosurfTool.html" title="class in org.apache.velocity.tools.model.old">VelosurfTool</a></span></code> +<div class="block"><span class="deprecatedLabel">Deprecated.</span> </div> +</td> +</tr> +</tbody> +</table> +</li> +<li class="blockList"><a name="org.apache.velocity.tools.model.sql"> +<!-- --> +</a> +<h3>Uses of <a href="../../../../../../../org/apache/velocity/tools/model/config/Constants.html" title="interface in org.apache.velocity.tools.model.config">Constants</a> in <a href="../../../../../../../org/apache/velocity/tools/model/sql/package-summary.html">org.apache.velocity.tools.model.sql</a></h3> +<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> +<caption><span>Classes in <a href="../../../../../../../org/apache/velocity/tools/model/sql/package-summary.html">org.apache.velocity.tools.model.sql</a> that implement <a href="../../../../../../../org/apache/velocity/tools/model/config/Constants.html" title="interface in org.apache.velocity.tools.model.config">Constants</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Class and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><code>class </code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/velocity/tools/model/sql/DriverInfos.html" title="class in org.apache.velocity.tools.model.sql">DriverInfos</a></span></code> +<div class="block">Contains specific description and behaviour of jdbc drivers.</div> +</td> +</tr> +</tbody> +</table> +</li> +</ul> +</li> +</ul> +</div> +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<div class="bottomNav"><a name="navbar.bottom"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> +<a name="navbar.bottom.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../../../../overview-summary.html">Overview</a></li> +<li><a href="../package-summary.html">Package</a></li> +<li><a href="../../../../../../../org/apache/velocity/tools/model/config/Constants.html" title="interface in org.apache.velocity.tools.model.config">Class</a></li> +<li class="navBarCell1Rev">Use</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>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../../../../../index.html?org/apache/velocity/tools/model/config/class-use/Constants.html" target="_top">Frames</a></li> +<li><a href="Constants.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="../../../../../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_bottom"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +</div> +<a name="skip.navbar.bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +<p class="legalCopy"><small>Copyright © 2002–2019 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +</body> +</html> Added: velocity/site/production/tools/model/apidocs/org/apache/velocity/tools/model/config/package-frame.html URL: http://svn.apache.org/viewvc/velocity/site/production/tools/model/apidocs/org/apache/velocity/tools/model/config/package-frame.html?rev=1857765&view=auto ============================================================================== --- velocity/site/production/tools/model/apidocs/org/apache/velocity/tools/model/config/package-frame.html (added) +++ velocity/site/production/tools/model/apidocs/org/apache/velocity/tools/model/config/package-frame.html Thu Apr 18 15:55:33 2019 @@ -0,0 +1,26 @@ +<!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 Thu Apr 18 17:45:33 CEST 2019 --> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>org.apache.velocity.tools.model.config (Apache Velocity Tools - Model Tool 3.1-SNAPSHOT API)</title> +<meta name="date" content="2019-04-18"> +<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> +<script type="text/javascript" src="../../../../../../script.js"></script> +</head> +<body> +<h1 class="bar"><a href="../../../../../../org/apache/velocity/tools/model/config/package-summary.html" target="classFrame">org.apache.velocity.tools.model.config</a></h1> +<div class="indexContainer"> +<h2 title="Interfaces">Interfaces</h2> +<ul title="Interfaces"> +<li><a href="Constants.html" title="interface in org.apache.velocity.tools.model.config" target="classFrame"><span class="interfaceName">Constants</span></a></li> +</ul> +<h2 title="Classes">Classes</h2> +<ul title="Classes"> +<li><a href="ConfigDigester.html" title="class in org.apache.velocity.tools.model.config" target="classFrame">ConfigDigester</a></li> +<li><a href="ConfigHelper.html" title="class in org.apache.velocity.tools.model.config" target="classFrame">ConfigHelper</a></li> +</ul> +</div> +</body> +</html> Added: velocity/site/production/tools/model/apidocs/org/apache/velocity/tools/model/config/package-summary.html URL: http://svn.apache.org/viewvc/velocity/site/production/tools/model/apidocs/org/apache/velocity/tools/model/config/package-summary.html?rev=1857765&view=auto ============================================================================== --- velocity/site/production/tools/model/apidocs/org/apache/velocity/tools/model/config/package-summary.html (added) +++ velocity/site/production/tools/model/apidocs/org/apache/velocity/tools/model/config/package-summary.html Thu Apr 18 15:55:33 2019 @@ -0,0 +1,165 @@ +<!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 Thu Apr 18 17:45:33 CEST 2019 --> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>org.apache.velocity.tools.model.config (Apache Velocity Tools - Model Tool 3.1-SNAPSHOT API)</title> +<meta name="date" content="2019-04-18"> +<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="org.apache.velocity.tools.model.config (Apache Velocity Tools - Model Tool 3.1-SNAPSHOT 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 class="navBarCell1Rev">Package</li> +<li>Class</li> +<li><a href="package-use.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/tools/model/package-summary.html">Prev Package</a></li> +<li><a href="../../../../../../org/apache/velocity/tools/model/filter/package-summary.html">Next Package</a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../../../index.html?org/apache/velocity/tools/model/config/package-summary.html" target="_top">Frames</a></li> +<li><a href="package-summary.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_top"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +</div> +<a name="skip.navbar.top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +<div class="header"> +<h1 title="Package" class="title">Package org.apache.velocity.tools.model.config</h1> +</div> +<div class="contentContainer"> +<ul class="blockList"> +<li class="blockList"> +<table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Interface Summary table, listing interfaces, and an explanation"> +<caption><span>Interface Summary</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Interface</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><a href="../../../../../../org/apache/velocity/tools/model/config/Constants.html" title="interface in org.apache.velocity.tools.model.config">Constants</a></td> +<td class="colLast"> </td> +</tr> +</tbody> +</table> +</li> +<li class="blockList"> +<table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Class Summary table, listing classes, and an explanation"> +<caption><span>Class Summary</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Class</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><a href="../../../../../../org/apache/velocity/tools/model/config/ConfigDigester.html" title="class in org.apache.velocity.tools.model.config">ConfigDigester</a></td> +<td class="colLast"> +<div class="block">A tailored minimalistic digester for XML configuration reading of the model tree.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="../../../../../../org/apache/velocity/tools/model/config/ConfigHelper.html" title="class in org.apache.velocity.tools.model.config">ConfigHelper</a></td> +<td class="colLast"> </td> +</tr> +</tbody> +</table> +</li> +</ul> +</div> +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<div class="bottomNav"><a name="navbar.bottom"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> +<a name="navbar.bottom.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../../../overview-summary.html">Overview</a></li> +<li class="navBarCell1Rev">Package</li> +<li>Class</li> +<li><a href="package-use.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/tools/model/package-summary.html">Prev Package</a></li> +<li><a href="../../../../../../org/apache/velocity/tools/model/filter/package-summary.html">Next Package</a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../../../index.html?org/apache/velocity/tools/model/config/package-summary.html" target="_top">Frames</a></li> +<li><a href="package-summary.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_bottom"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +</div> +<a name="skip.navbar.bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +<p class="legalCopy"><small>Copyright © 2002–2019 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +</body> +</html> Added: velocity/site/production/tools/model/apidocs/org/apache/velocity/tools/model/config/package-tree.html URL: http://svn.apache.org/viewvc/velocity/site/production/tools/model/apidocs/org/apache/velocity/tools/model/config/package-tree.html?rev=1857765&view=auto ============================================================================== --- velocity/site/production/tools/model/apidocs/org/apache/velocity/tools/model/config/package-tree.html (added) +++ velocity/site/production/tools/model/apidocs/org/apache/velocity/tools/model/config/package-tree.html Thu Apr 18 15:55:33 2019 @@ -0,0 +1,144 @@ +<!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 Thu Apr 18 17:45:33 CEST 2019 --> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>org.apache.velocity.tools.model.config Class Hierarchy (Apache Velocity Tools - Model Tool 3.1-SNAPSHOT API)</title> +<meta name="date" content="2019-04-18"> +<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="org.apache.velocity.tools.model.config Class Hierarchy (Apache Velocity Tools - Model Tool 3.1-SNAPSHOT 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</li> +<li>Use</li> +<li class="navBarCell1Rev">Tree</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/tools/model/package-tree.html">Prev</a></li> +<li><a href="../../../../../../org/apache/velocity/tools/model/filter/package-tree.html">Next</a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../../../index.html?org/apache/velocity/tools/model/config/package-tree.html" target="_top">Frames</a></li> +<li><a href="package-tree.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_top"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +</div> +<a name="skip.navbar.top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +<div class="header"> +<h1 class="title">Hierarchy For Package org.apache.velocity.tools.model.config</h1> +<span class="packageHierarchyLabel">Package Hierarchies:</span> +<ul class="horizontal"> +<li><a href="../../../../../../overview-tree.html">All Packages</a></li> +</ul> +</div> +<div class="contentContainer"> +<h2 title="Class Hierarchy">Class Hierarchy</h2> +<ul> +<li type="circle">java.lang.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang"><span class="typeNameLink">Object</span></a> +<ul> +<li type="circle">org.apache.velocity.tools.model.config.<a href="../../../../../../org/apache/velocity/tools/model/config/ConfigDigester.html" title="class in org.apache.velocity.tools.model.config"><span class="typeNameLink">ConfigDigester</span></a></li> +<li type="circle">org.apache.velocity.tools.model.config.<a href="../../../../../../org/apache/velocity/tools/model/config/ConfigHelper.html" title="class in org.apache.velocity.tools.model.config"><span class="typeNameLink">ConfigHelper</span></a></li> +</ul> +</li> +</ul> +<h2 title="Interface Hierarchy">Interface Hierarchy</h2> +<ul> +<li type="circle">org.apache.velocity.tools.model.config.<a href="../../../../../../org/apache/velocity/tools/model/config/Constants.html" title="interface in org.apache.velocity.tools.model.config"><span class="typeNameLink">Constants</span></a></li> +</ul> +</div> +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<div class="bottomNav"><a name="navbar.bottom"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> +<a name="navbar.bottom.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../../../overview-summary.html">Overview</a></li> +<li><a href="package-summary.html">Package</a></li> +<li>Class</li> +<li>Use</li> +<li class="navBarCell1Rev">Tree</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/tools/model/package-tree.html">Prev</a></li> +<li><a href="../../../../../../org/apache/velocity/tools/model/filter/package-tree.html">Next</a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../../../index.html?org/apache/velocity/tools/model/config/package-tree.html" target="_top">Frames</a></li> +<li><a href="package-tree.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_bottom"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +</div> +<a name="skip.navbar.bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +<p class="legalCopy"><small>Copyright © 2002–2019 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +</body> +</html> Added: velocity/site/production/tools/model/apidocs/org/apache/velocity/tools/model/config/package-use.html URL: http://svn.apache.org/viewvc/velocity/site/production/tools/model/apidocs/org/apache/velocity/tools/model/config/package-use.html?rev=1857765&view=auto ============================================================================== --- velocity/site/production/tools/model/apidocs/org/apache/velocity/tools/model/config/package-use.html (added) +++ velocity/site/production/tools/model/apidocs/org/apache/velocity/tools/model/config/package-use.html Thu Apr 18 15:55:33 2019 @@ -0,0 +1,219 @@ +<!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 Thu Apr 18 17:45:33 CEST 2019 --> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>Uses of Package org.apache.velocity.tools.model.config (Apache Velocity Tools - Model Tool 3.1-SNAPSHOT API)</title> +<meta name="date" content="2019-04-18"> +<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="Uses of Package org.apache.velocity.tools.model.config (Apache Velocity Tools - Model Tool 3.1-SNAPSHOT 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</li> +<li class="navBarCell1Rev">Use</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>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../../../../index.html?org/apache/velocity/tools/model/config/package-use.html" target="_top">Frames</a></li> +<li><a href="package-use.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_top"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +</div> +<a name="skip.navbar.top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +<div class="header"> +<h1 title="Uses of Package org.apache.velocity.tools.model.config" class="title">Uses of Package<br>org.apache.velocity.tools.model.config</h1> +</div> +<div class="contentContainer"> +<ul class="blockList"> +<li class="blockList"> +<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> +<caption><span>Packages that use <a href="../../../../../../org/apache/velocity/tools/model/config/package-summary.html">org.apache.velocity.tools.model.config</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Package</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><a href="#org.apache.velocity.tools.model">org.apache.velocity.tools.model</a></td> +<td class="colLast"> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="#org.apache.velocity.tools.model.impl">org.apache.velocity.tools.model.impl</a></td> +<td class="colLast"> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><a href="#org.apache.velocity.tools.model.old">org.apache.velocity.tools.model.old</a></td> +<td class="colLast"> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="#org.apache.velocity.tools.model.sql">org.apache.velocity.tools.model.sql</a></td> +<td class="colLast"> </td> +</tr> +</tbody> +</table> +</li> +<li class="blockList"><a name="org.apache.velocity.tools.model"> +<!-- --> +</a> +<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> +<caption><span>Classes in <a href="../../../../../../org/apache/velocity/tools/model/config/package-summary.html">org.apache.velocity.tools.model.config</a> used by <a href="../../../../../../org/apache/velocity/tools/model/package-summary.html">org.apache.velocity.tools.model</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colOne" scope="col">Class and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colOne"><a href="../../../../../../org/apache/velocity/tools/model/config/class-use/Constants.html#org.apache.velocity.tools.model">Constants</a> </td> +</tr> +</tbody> +</table> +</li> +<li class="blockList"><a name="org.apache.velocity.tools.model.impl"> +<!-- --> +</a> +<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> +<caption><span>Classes in <a href="../../../../../../org/apache/velocity/tools/model/config/package-summary.html">org.apache.velocity.tools.model.config</a> used by <a href="../../../../../../org/apache/velocity/tools/model/impl/package-summary.html">org.apache.velocity.tools.model.impl</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colOne" scope="col">Class and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colOne"><a href="../../../../../../org/apache/velocity/tools/model/config/class-use/ConfigHelper.html#org.apache.velocity.tools.model.impl">ConfigHelper</a> </td> +</tr> +<tr class="rowColor"> +<td class="colOne"><a href="../../../../../../org/apache/velocity/tools/model/config/class-use/Constants.html#org.apache.velocity.tools.model.impl">Constants</a> </td> +</tr> +</tbody> +</table> +</li> +<li class="blockList"><a name="org.apache.velocity.tools.model.old"> +<!-- --> +</a> +<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> +<caption><span>Classes in <a href="../../../../../../org/apache/velocity/tools/model/config/package-summary.html">org.apache.velocity.tools.model.config</a> used by <a href="../../../../../../org/apache/velocity/tools/model/old/package-summary.html">org.apache.velocity.tools.model.old</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colOne" scope="col">Class and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colOne"><a href="../../../../../../org/apache/velocity/tools/model/config/class-use/Constants.html#org.apache.velocity.tools.model.old">Constants</a> </td> +</tr> +</tbody> +</table> +</li> +<li class="blockList"><a name="org.apache.velocity.tools.model.sql"> +<!-- --> +</a> +<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> +<caption><span>Classes in <a href="../../../../../../org/apache/velocity/tools/model/config/package-summary.html">org.apache.velocity.tools.model.config</a> used by <a href="../../../../../../org/apache/velocity/tools/model/sql/package-summary.html">org.apache.velocity.tools.model.sql</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colOne" scope="col">Class and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colOne"><a href="../../../../../../org/apache/velocity/tools/model/config/class-use/Constants.html#org.apache.velocity.tools.model.sql">Constants</a> </td> +</tr> +</tbody> +</table> +</li> +</ul> +</div> +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<div class="bottomNav"><a name="navbar.bottom"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> +<a name="navbar.bottom.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../../../overview-summary.html">Overview</a></li> +<li><a href="package-summary.html">Package</a></li> +<li>Class</li> +<li class="navBarCell1Rev">Use</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>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../../../../index.html?org/apache/velocity/tools/model/config/package-use.html" target="_top">Frames</a></li> +<li><a href="package-use.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_bottom"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +</div> +<a name="skip.navbar.bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +<p class="legalCopy"><small>Copyright © 2002–2019 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +</body> +</html>
