You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@velocity.apache.org by cb...@apache.org on 2019/12/16 18:44:09 UTC

svn commit: r1871674 [20/21] - in /velocity/site: cms/trunk/content/engine/2.2/apidocs/ cms/trunk/content/engine/2.2/apidocs/org/apache/velocity/ cms/trunk/content/engine/2.2/apidocs/org/apache/velocity/app/ cms/trunk/content/engine/2.2/apidocs/org/apa...

Modified: velocity/site/production/engine/2.2/apidocs/org/apache/velocity/util/introspection/class-use/Info.html
URL: http://svn.apache.org/viewvc/velocity/site/production/engine/2.2/apidocs/org/apache/velocity/util/introspection/class-use/Info.html?rev=1871674&r1=1871673&r2=1871674&view=diff
==============================================================================
--- velocity/site/production/engine/2.2/apidocs/org/apache/velocity/util/introspection/class-use/Info.html (original)
+++ velocity/site/production/engine/2.2/apidocs/org/apache/velocity/util/introspection/class-use/Info.html Mon Dec 16 18:44:00 2019
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_191) on Sun Sep 08 19:07:45 CEST 2019 -->
+<!-- Generated by javadoc (1.8.0_191) on Mon Dec 16 19:05:26 CET 2019 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.velocity.util.introspection.Info (Apache Velocity 2.2 API)</title>
-<meta name="date" content="2019-09-08">
+<meta name="date" content="2019-12-16">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -355,6 +355,33 @@
 <tbody>
 <tr class="altColor">
 <td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td>
+<td class="colLast"><span class="typeNameLabel">EventExample.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/velocity/example/EventExample.html#invalidGetMethod-org.apache.velocity.context.Context-java.lang.String-java.lang.Object-java.lang.String-org.apache.velocity.util.introspection.Info-">invalidGetMethod</a></span>(<a href="../../../../../../org/apache/velocity/context/Context.html" title="interface in org.apache.velocity.context">Context</a>&nbsp;context,
+                <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>&nbsp;reference,
+                <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;object,
+                <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>&nbsp;property,
+                <a href="../../../../../../org/apache/velocity/util/introspection/Info.html" title="class in org.apache.velocity.util.introspection">Info</a>&nbsp;info)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td>
+<td class="colLast"><span class="typeNameLabel">EventExample.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/velocity/example/EventExample.html#invalidMethod-org.apache.velocity.context.Context-java.lang.String-java.lang.Object-java.lang.String-org.apache.velocity.util.introspection.Info-">invalidMethod</a></span>(<a href="../../../../../../org/apache/velocity/context/Context.html" title="interface in org.apache.velocity.context">Context</a>&nbsp;context,
+             <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>&nbsp;reference,
+             <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;object,
+             <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>&nbsp;method,
+             <a href="../../../../../../org/apache/velocity/util/introspection/Info.html" title="class in org.apache.velocity.util.introspection">Info</a>&nbsp;info)</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><span class="typeNameLabel">EventExample.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/velocity/example/EventExample.html#invalidSetMethod-org.apache.velocity.context.Context-java.lang.String-java.lang.String-org.apache.velocity.util.introspection.Info-">invalidSetMethod</a></span>(<a href="../../../../../../org/apache/velocity/context/Context.html" title="interface in org.apache.velocity.context">Context</a>&nbsp;context,
+                <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>&nbsp;leftreference,
+                <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>&nbsp;rightreference,
+                <a href="../../../../../../org/apache/velocity/util/introspection/Info.html" title="class in org.apache.velocity.util.introspection">Info</a>&nbsp;info)</code>
+<div class="block">Event handler for when the right hand side of
+  a #set() directive is null, which results in
+  a log message.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td>
 <td class="colLast"><span class="typeNameLabel">EventExample.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/velocity/example/EventExample.html#methodException-org.apache.velocity.context.Context-java.lang.Class-java.lang.String-java.lang.Exception-org.apache.velocity.util.introspection.Info-">methodException</a></span>(<a href="../../../../../../org/apache/velocity/context/Context.html" title="interface in org.apache.velocity.context">Context</a>&nbsp;context,
                <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&nbsp;claz,
                <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>&nbsp;method,

Modified: velocity/site/production/engine/2.2/apidocs/org/apache/velocity/util/introspection/class-use/IntrospectionCacheData.html
URL: http://svn.apache.org/viewvc/velocity/site/production/engine/2.2/apidocs/org/apache/velocity/util/introspection/class-use/IntrospectionCacheData.html?rev=1871674&r1=1871673&r2=1871674&view=diff
==============================================================================
--- velocity/site/production/engine/2.2/apidocs/org/apache/velocity/util/introspection/class-use/IntrospectionCacheData.html (original)
+++ velocity/site/production/engine/2.2/apidocs/org/apache/velocity/util/introspection/class-use/IntrospectionCacheData.html Mon Dec 16 18:44:00 2019
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_191) on Sun Sep 08 19:07:45 CEST 2019 -->
+<!-- Generated by javadoc (1.8.0_191) on Mon Dec 16 19:05:26 CET 2019 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.velocity.util.introspection.IntrospectionCacheData (Apache Velocity 2.2 API)</title>
-<meta name="date" content="2019-09-08">
+<meta name="date" content="2019-12-16">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>

Modified: velocity/site/production/engine/2.2/apidocs/org/apache/velocity/util/introspection/class-use/IntrospectionUtils.html
URL: http://svn.apache.org/viewvc/velocity/site/production/engine/2.2/apidocs/org/apache/velocity/util/introspection/class-use/IntrospectionUtils.html?rev=1871674&r1=1871673&r2=1871674&view=diff
==============================================================================
--- velocity/site/production/engine/2.2/apidocs/org/apache/velocity/util/introspection/class-use/IntrospectionUtils.html (original)
+++ velocity/site/production/engine/2.2/apidocs/org/apache/velocity/util/introspection/class-use/IntrospectionUtils.html Mon Dec 16 18:44:00 2019
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_191) on Sun Sep 08 19:07:45 CEST 2019 -->
+<!-- Generated by javadoc (1.8.0_191) on Mon Dec 16 19:05:26 CET 2019 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.velocity.util.introspection.IntrospectionUtils (Apache Velocity 2.2 API)</title>
-<meta name="date" content="2019-09-08">
+<meta name="date" content="2019-12-16">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>

Modified: velocity/site/production/engine/2.2/apidocs/org/apache/velocity/util/introspection/class-use/Introspector.html
URL: http://svn.apache.org/viewvc/velocity/site/production/engine/2.2/apidocs/org/apache/velocity/util/introspection/class-use/Introspector.html?rev=1871674&r1=1871673&r2=1871674&view=diff
==============================================================================
--- velocity/site/production/engine/2.2/apidocs/org/apache/velocity/util/introspection/class-use/Introspector.html (original)
+++ velocity/site/production/engine/2.2/apidocs/org/apache/velocity/util/introspection/class-use/Introspector.html Mon Dec 16 18:44:00 2019
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_191) on Sun Sep 08 19:07:45 CEST 2019 -->
+<!-- Generated by javadoc (1.8.0_191) on Mon Dec 16 19:05:26 CET 2019 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.velocity.util.introspection.Introspector (Apache Velocity 2.2 API)</title>
-<meta name="date" content="2019-09-08">
+<meta name="date" content="2019-12-16">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>

Modified: velocity/site/production/engine/2.2/apidocs/org/apache/velocity/util/introspection/class-use/IntrospectorBase.html
URL: http://svn.apache.org/viewvc/velocity/site/production/engine/2.2/apidocs/org/apache/velocity/util/introspection/class-use/IntrospectorBase.html?rev=1871674&r1=1871673&r2=1871674&view=diff
==============================================================================
--- velocity/site/production/engine/2.2/apidocs/org/apache/velocity/util/introspection/class-use/IntrospectorBase.html (original)
+++ velocity/site/production/engine/2.2/apidocs/org/apache/velocity/util/introspection/class-use/IntrospectorBase.html Mon Dec 16 18:44:00 2019
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_191) on Sun Sep 08 19:07:45 CEST 2019 -->
+<!-- Generated by javadoc (1.8.0_191) on Mon Dec 16 19:05:26 CET 2019 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.velocity.util.introspection.IntrospectorBase (Apache Velocity 2.2 API)</title>
-<meta name="date" content="2019-09-08">
+<meta name="date" content="2019-12-16">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>

Modified: velocity/site/production/engine/2.2/apidocs/org/apache/velocity/util/introspection/class-use/IntrospectorCache.html
URL: http://svn.apache.org/viewvc/velocity/site/production/engine/2.2/apidocs/org/apache/velocity/util/introspection/class-use/IntrospectorCache.html?rev=1871674&r1=1871673&r2=1871674&view=diff
==============================================================================
--- velocity/site/production/engine/2.2/apidocs/org/apache/velocity/util/introspection/class-use/IntrospectorCache.html (original)
+++ velocity/site/production/engine/2.2/apidocs/org/apache/velocity/util/introspection/class-use/IntrospectorCache.html Mon Dec 16 18:44:00 2019
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_191) on Sun Sep 08 19:07:45 CEST 2019 -->
+<!-- Generated by javadoc (1.8.0_191) on Mon Dec 16 19:05:26 CET 2019 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.velocity.util.introspection.IntrospectorCache (Apache Velocity 2.2 API)</title>
-<meta name="date" content="2019-09-08">
+<meta name="date" content="2019-12-16">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>

Modified: velocity/site/production/engine/2.2/apidocs/org/apache/velocity/util/introspection/class-use/LinkingUberspector.html
URL: http://svn.apache.org/viewvc/velocity/site/production/engine/2.2/apidocs/org/apache/velocity/util/introspection/class-use/LinkingUberspector.html?rev=1871674&r1=1871673&r2=1871674&view=diff
==============================================================================
--- velocity/site/production/engine/2.2/apidocs/org/apache/velocity/util/introspection/class-use/LinkingUberspector.html (original)
+++ velocity/site/production/engine/2.2/apidocs/org/apache/velocity/util/introspection/class-use/LinkingUberspector.html Mon Dec 16 18:44:00 2019
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_191) on Sun Sep 08 19:07:45 CEST 2019 -->
+<!-- Generated by javadoc (1.8.0_191) on Mon Dec 16 19:05:26 CET 2019 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.velocity.util.introspection.LinkingUberspector (Apache Velocity 2.2 API)</title>
-<meta name="date" content="2019-09-08">
+<meta name="date" content="2019-12-16">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>

Modified: velocity/site/production/engine/2.2/apidocs/org/apache/velocity/util/introspection/class-use/MethodMap.AmbiguousException.html
URL: http://svn.apache.org/viewvc/velocity/site/production/engine/2.2/apidocs/org/apache/velocity/util/introspection/class-use/MethodMap.AmbiguousException.html?rev=1871674&r1=1871673&r2=1871674&view=diff
==============================================================================
--- velocity/site/production/engine/2.2/apidocs/org/apache/velocity/util/introspection/class-use/MethodMap.AmbiguousException.html (original)
+++ velocity/site/production/engine/2.2/apidocs/org/apache/velocity/util/introspection/class-use/MethodMap.AmbiguousException.html Mon Dec 16 18:44:00 2019
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_191) on Sun Sep 08 19:07:45 CEST 2019 -->
+<!-- Generated by javadoc (1.8.0_191) on Mon Dec 16 19:05:26 CET 2019 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.velocity.util.introspection.MethodMap.AmbiguousException (Apache Velocity 2.2 API)</title>
-<meta name="date" content="2019-09-08">
+<meta name="date" content="2019-12-16">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>

Modified: velocity/site/production/engine/2.2/apidocs/org/apache/velocity/util/introspection/class-use/MethodMap.html
URL: http://svn.apache.org/viewvc/velocity/site/production/engine/2.2/apidocs/org/apache/velocity/util/introspection/class-use/MethodMap.html?rev=1871674&r1=1871673&r2=1871674&view=diff
==============================================================================
--- velocity/site/production/engine/2.2/apidocs/org/apache/velocity/util/introspection/class-use/MethodMap.html (original)
+++ velocity/site/production/engine/2.2/apidocs/org/apache/velocity/util/introspection/class-use/MethodMap.html Mon Dec 16 18:44:00 2019
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_191) on Sun Sep 08 19:07:45 CEST 2019 -->
+<!-- Generated by javadoc (1.8.0_191) on Mon Dec 16 19:05:26 CET 2019 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.velocity.util.introspection.MethodMap (Apache Velocity 2.2 API)</title>
-<meta name="date" content="2019-09-08">
+<meta name="date" content="2019-12-16">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>

Modified: velocity/site/production/engine/2.2/apidocs/org/apache/velocity/util/introspection/class-use/SecureIntrospectorControl.html
URL: http://svn.apache.org/viewvc/velocity/site/production/engine/2.2/apidocs/org/apache/velocity/util/introspection/class-use/SecureIntrospectorControl.html?rev=1871674&r1=1871673&r2=1871674&view=diff
==============================================================================
--- velocity/site/production/engine/2.2/apidocs/org/apache/velocity/util/introspection/class-use/SecureIntrospectorControl.html (original)
+++ velocity/site/production/engine/2.2/apidocs/org/apache/velocity/util/introspection/class-use/SecureIntrospectorControl.html Mon Dec 16 18:44:00 2019
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_191) on Sun Sep 08 19:07:45 CEST 2019 -->
+<!-- Generated by javadoc (1.8.0_191) on Mon Dec 16 19:05:26 CET 2019 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Interface org.apache.velocity.util.introspection.SecureIntrospectorControl (Apache Velocity 2.2 API)</title>
-<meta name="date" content="2019-09-08">
+<meta name="date" content="2019-12-16">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>

Modified: velocity/site/production/engine/2.2/apidocs/org/apache/velocity/util/introspection/class-use/SecureIntrospectorImpl.html
URL: http://svn.apache.org/viewvc/velocity/site/production/engine/2.2/apidocs/org/apache/velocity/util/introspection/class-use/SecureIntrospectorImpl.html?rev=1871674&r1=1871673&r2=1871674&view=diff
==============================================================================
--- velocity/site/production/engine/2.2/apidocs/org/apache/velocity/util/introspection/class-use/SecureIntrospectorImpl.html (original)
+++ velocity/site/production/engine/2.2/apidocs/org/apache/velocity/util/introspection/class-use/SecureIntrospectorImpl.html Mon Dec 16 18:44:00 2019
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_191) on Sun Sep 08 19:07:45 CEST 2019 -->
+<!-- Generated by javadoc (1.8.0_191) on Mon Dec 16 19:05:26 CET 2019 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.velocity.util.introspection.SecureIntrospectorImpl (Apache Velocity 2.2 API)</title>
-<meta name="date" content="2019-09-08">
+<meta name="date" content="2019-12-16">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>

Modified: velocity/site/production/engine/2.2/apidocs/org/apache/velocity/util/introspection/class-use/SecureUberspector.html
URL: http://svn.apache.org/viewvc/velocity/site/production/engine/2.2/apidocs/org/apache/velocity/util/introspection/class-use/SecureUberspector.html?rev=1871674&r1=1871673&r2=1871674&view=diff
==============================================================================
--- velocity/site/production/engine/2.2/apidocs/org/apache/velocity/util/introspection/class-use/SecureUberspector.html (original)
+++ velocity/site/production/engine/2.2/apidocs/org/apache/velocity/util/introspection/class-use/SecureUberspector.html Mon Dec 16 18:44:00 2019
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_191) on Sun Sep 08 19:07:45 CEST 2019 -->
+<!-- Generated by javadoc (1.8.0_191) on Mon Dec 16 19:05:26 CET 2019 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.velocity.util.introspection.SecureUberspector (Apache Velocity 2.2 API)</title>
-<meta name="date" content="2019-09-08">
+<meta name="date" content="2019-12-16">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>

Modified: velocity/site/production/engine/2.2/apidocs/org/apache/velocity/util/introspection/class-use/TypeConversionHandler.html
URL: http://svn.apache.org/viewvc/velocity/site/production/engine/2.2/apidocs/org/apache/velocity/util/introspection/class-use/TypeConversionHandler.html?rev=1871674&r1=1871673&r2=1871674&view=diff
==============================================================================
--- velocity/site/production/engine/2.2/apidocs/org/apache/velocity/util/introspection/class-use/TypeConversionHandler.html (original)
+++ velocity/site/production/engine/2.2/apidocs/org/apache/velocity/util/introspection/class-use/TypeConversionHandler.html Mon Dec 16 18:44:00 2019
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_191) on Sun Sep 08 19:07:45 CEST 2019 -->
+<!-- Generated by javadoc (1.8.0_191) on Mon Dec 16 19:05:26 CET 2019 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Interface org.apache.velocity.util.introspection.TypeConversionHandler (Apache Velocity 2.2 API)</title>
-<meta name="date" content="2019-09-08">
+<meta name="date" content="2019-12-16">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>

Modified: velocity/site/production/engine/2.2/apidocs/org/apache/velocity/util/introspection/class-use/TypeConversionHandlerImpl.html
URL: http://svn.apache.org/viewvc/velocity/site/production/engine/2.2/apidocs/org/apache/velocity/util/introspection/class-use/TypeConversionHandlerImpl.html?rev=1871674&r1=1871673&r2=1871674&view=diff
==============================================================================
--- velocity/site/production/engine/2.2/apidocs/org/apache/velocity/util/introspection/class-use/TypeConversionHandlerImpl.html (original)
+++ velocity/site/production/engine/2.2/apidocs/org/apache/velocity/util/introspection/class-use/TypeConversionHandlerImpl.html Mon Dec 16 18:44:00 2019
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_191) on Sun Sep 08 19:07:45 CEST 2019 -->
+<!-- Generated by javadoc (1.8.0_191) on Mon Dec 16 19:05:26 CET 2019 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.velocity.util.introspection.TypeConversionHandlerImpl (Apache Velocity 2.2 API)</title>
-<meta name="date" content="2019-09-08">
+<meta name="date" content="2019-12-16">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>

Modified: velocity/site/production/engine/2.2/apidocs/org/apache/velocity/util/introspection/class-use/Uberspect.html
URL: http://svn.apache.org/viewvc/velocity/site/production/engine/2.2/apidocs/org/apache/velocity/util/introspection/class-use/Uberspect.html?rev=1871674&r1=1871673&r2=1871674&view=diff
==============================================================================
--- velocity/site/production/engine/2.2/apidocs/org/apache/velocity/util/introspection/class-use/Uberspect.html (original)
+++ velocity/site/production/engine/2.2/apidocs/org/apache/velocity/util/introspection/class-use/Uberspect.html Mon Dec 16 18:44:00 2019
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_191) on Sun Sep 08 19:07:45 CEST 2019 -->
+<!-- Generated by javadoc (1.8.0_191) on Mon Dec 16 19:05:26 CET 2019 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Interface org.apache.velocity.util.introspection.Uberspect (Apache Velocity 2.2 API)</title>
-<meta name="date" content="2019-09-08">
+<meta name="date" content="2019-12-16">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>

Modified: velocity/site/production/engine/2.2/apidocs/org/apache/velocity/util/introspection/class-use/UberspectImpl.VelGetterImpl.html
URL: http://svn.apache.org/viewvc/velocity/site/production/engine/2.2/apidocs/org/apache/velocity/util/introspection/class-use/UberspectImpl.VelGetterImpl.html?rev=1871674&r1=1871673&r2=1871674&view=diff
==============================================================================
--- velocity/site/production/engine/2.2/apidocs/org/apache/velocity/util/introspection/class-use/UberspectImpl.VelGetterImpl.html (original)
+++ velocity/site/production/engine/2.2/apidocs/org/apache/velocity/util/introspection/class-use/UberspectImpl.VelGetterImpl.html Mon Dec 16 18:44:00 2019
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_191) on Sun Sep 08 19:07:45 CEST 2019 -->
+<!-- Generated by javadoc (1.8.0_191) on Mon Dec 16 19:05:26 CET 2019 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.velocity.util.introspection.UberspectImpl.VelGetterImpl (Apache Velocity 2.2 API)</title>
-<meta name="date" content="2019-09-08">
+<meta name="date" content="2019-12-16">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>

Modified: velocity/site/production/engine/2.2/apidocs/org/apache/velocity/util/introspection/class-use/UberspectImpl.VelMethodImpl.html
URL: http://svn.apache.org/viewvc/velocity/site/production/engine/2.2/apidocs/org/apache/velocity/util/introspection/class-use/UberspectImpl.VelMethodImpl.html?rev=1871674&r1=1871673&r2=1871674&view=diff
==============================================================================
--- velocity/site/production/engine/2.2/apidocs/org/apache/velocity/util/introspection/class-use/UberspectImpl.VelMethodImpl.html (original)
+++ velocity/site/production/engine/2.2/apidocs/org/apache/velocity/util/introspection/class-use/UberspectImpl.VelMethodImpl.html Mon Dec 16 18:44:00 2019
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_191) on Sun Sep 08 19:07:45 CEST 2019 -->
+<!-- Generated by javadoc (1.8.0_191) on Mon Dec 16 19:05:26 CET 2019 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.velocity.util.introspection.UberspectImpl.VelMethodImpl (Apache Velocity 2.2 API)</title>
-<meta name="date" content="2019-09-08">
+<meta name="date" content="2019-12-16">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>

Modified: velocity/site/production/engine/2.2/apidocs/org/apache/velocity/util/introspection/class-use/UberspectImpl.VelSetterImpl.html
URL: http://svn.apache.org/viewvc/velocity/site/production/engine/2.2/apidocs/org/apache/velocity/util/introspection/class-use/UberspectImpl.VelSetterImpl.html?rev=1871674&r1=1871673&r2=1871674&view=diff
==============================================================================
--- velocity/site/production/engine/2.2/apidocs/org/apache/velocity/util/introspection/class-use/UberspectImpl.VelSetterImpl.html (original)
+++ velocity/site/production/engine/2.2/apidocs/org/apache/velocity/util/introspection/class-use/UberspectImpl.VelSetterImpl.html Mon Dec 16 18:44:00 2019
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_191) on Sun Sep 08 19:07:45 CEST 2019 -->
+<!-- Generated by javadoc (1.8.0_191) on Mon Dec 16 19:05:26 CET 2019 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.velocity.util.introspection.UberspectImpl.VelSetterImpl (Apache Velocity 2.2 API)</title>
-<meta name="date" content="2019-09-08">
+<meta name="date" content="2019-12-16">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>

Modified: velocity/site/production/engine/2.2/apidocs/org/apache/velocity/util/introspection/class-use/UberspectImpl.html
URL: http://svn.apache.org/viewvc/velocity/site/production/engine/2.2/apidocs/org/apache/velocity/util/introspection/class-use/UberspectImpl.html?rev=1871674&r1=1871673&r2=1871674&view=diff
==============================================================================
--- velocity/site/production/engine/2.2/apidocs/org/apache/velocity/util/introspection/class-use/UberspectImpl.html (original)
+++ velocity/site/production/engine/2.2/apidocs/org/apache/velocity/util/introspection/class-use/UberspectImpl.html Mon Dec 16 18:44:00 2019
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_191) on Sun Sep 08 19:07:45 CEST 2019 -->
+<!-- Generated by javadoc (1.8.0_191) on Mon Dec 16 19:05:26 CET 2019 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.velocity.util.introspection.UberspectImpl (Apache Velocity 2.2 API)</title>
-<meta name="date" content="2019-09-08">
+<meta name="date" content="2019-12-16">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>

Modified: velocity/site/production/engine/2.2/apidocs/org/apache/velocity/util/introspection/class-use/UberspectPublicFields.html
URL: http://svn.apache.org/viewvc/velocity/site/production/engine/2.2/apidocs/org/apache/velocity/util/introspection/class-use/UberspectPublicFields.html?rev=1871674&r1=1871673&r2=1871674&view=diff
==============================================================================
--- velocity/site/production/engine/2.2/apidocs/org/apache/velocity/util/introspection/class-use/UberspectPublicFields.html (original)
+++ velocity/site/production/engine/2.2/apidocs/org/apache/velocity/util/introspection/class-use/UberspectPublicFields.html Mon Dec 16 18:44:00 2019
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_191) on Sun Sep 08 19:07:45 CEST 2019 -->
+<!-- Generated by javadoc (1.8.0_191) on Mon Dec 16 19:05:26 CET 2019 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.velocity.util.introspection.UberspectPublicFields (Apache Velocity 2.2 API)</title>
-<meta name="date" content="2019-09-08">
+<meta name="date" content="2019-12-16">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>

Modified: velocity/site/production/engine/2.2/apidocs/org/apache/velocity/util/introspection/class-use/VelMethod.html
URL: http://svn.apache.org/viewvc/velocity/site/production/engine/2.2/apidocs/org/apache/velocity/util/introspection/class-use/VelMethod.html?rev=1871674&r1=1871673&r2=1871674&view=diff
==============================================================================
--- velocity/site/production/engine/2.2/apidocs/org/apache/velocity/util/introspection/class-use/VelMethod.html (original)
+++ velocity/site/production/engine/2.2/apidocs/org/apache/velocity/util/introspection/class-use/VelMethod.html Mon Dec 16 18:44:00 2019
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_191) on Sun Sep 08 19:07:45 CEST 2019 -->
+<!-- Generated by javadoc (1.8.0_191) on Mon Dec 16 19:05:26 CET 2019 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Interface org.apache.velocity.util.introspection.VelMethod (Apache Velocity 2.2 API)</title>
-<meta name="date" content="2019-09-08">
+<meta name="date" content="2019-12-16">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>

Modified: velocity/site/production/engine/2.2/apidocs/org/apache/velocity/util/introspection/class-use/VelPropertyGet.html
URL: http://svn.apache.org/viewvc/velocity/site/production/engine/2.2/apidocs/org/apache/velocity/util/introspection/class-use/VelPropertyGet.html?rev=1871674&r1=1871673&r2=1871674&view=diff
==============================================================================
--- velocity/site/production/engine/2.2/apidocs/org/apache/velocity/util/introspection/class-use/VelPropertyGet.html (original)
+++ velocity/site/production/engine/2.2/apidocs/org/apache/velocity/util/introspection/class-use/VelPropertyGet.html Mon Dec 16 18:44:00 2019
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_191) on Sun Sep 08 19:07:45 CEST 2019 -->
+<!-- Generated by javadoc (1.8.0_191) on Mon Dec 16 19:05:26 CET 2019 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Interface org.apache.velocity.util.introspection.VelPropertyGet (Apache Velocity 2.2 API)</title>
-<meta name="date" content="2019-09-08">
+<meta name="date" content="2019-12-16">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>

Modified: velocity/site/production/engine/2.2/apidocs/org/apache/velocity/util/introspection/class-use/VelPropertySet.html
URL: http://svn.apache.org/viewvc/velocity/site/production/engine/2.2/apidocs/org/apache/velocity/util/introspection/class-use/VelPropertySet.html?rev=1871674&r1=1871673&r2=1871674&view=diff
==============================================================================
--- velocity/site/production/engine/2.2/apidocs/org/apache/velocity/util/introspection/class-use/VelPropertySet.html (original)
+++ velocity/site/production/engine/2.2/apidocs/org/apache/velocity/util/introspection/class-use/VelPropertySet.html Mon Dec 16 18:44:00 2019
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_191) on Sun Sep 08 19:07:45 CEST 2019 -->
+<!-- Generated by javadoc (1.8.0_191) on Mon Dec 16 19:05:26 CET 2019 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Interface org.apache.velocity.util.introspection.VelPropertySet (Apache Velocity 2.2 API)</title>
-<meta name="date" content="2019-09-08">
+<meta name="date" content="2019-12-16">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>

Modified: velocity/site/production/engine/2.2/apidocs/org/apache/velocity/util/introspection/package-frame.html
URL: http://svn.apache.org/viewvc/velocity/site/production/engine/2.2/apidocs/org/apache/velocity/util/introspection/package-frame.html?rev=1871674&r1=1871673&r2=1871674&view=diff
==============================================================================
--- velocity/site/production/engine/2.2/apidocs/org/apache/velocity/util/introspection/package-frame.html (original)
+++ velocity/site/production/engine/2.2/apidocs/org/apache/velocity/util/introspection/package-frame.html Mon Dec 16 18:44:00 2019
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_191) on Sun Sep 08 19:07:45 CEST 2019 -->
+<!-- Generated by javadoc (1.8.0_191) on Mon Dec 16 19:05:26 CET 2019 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.apache.velocity.util.introspection (Apache Velocity 2.2 API)</title>
-<meta name="date" content="2019-09-08">
+<meta name="date" content="2019-12-16">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

Modified: velocity/site/production/engine/2.2/apidocs/org/apache/velocity/util/introspection/package-summary.html
URL: http://svn.apache.org/viewvc/velocity/site/production/engine/2.2/apidocs/org/apache/velocity/util/introspection/package-summary.html?rev=1871674&r1=1871673&r2=1871674&view=diff
==============================================================================
--- velocity/site/production/engine/2.2/apidocs/org/apache/velocity/util/introspection/package-summary.html (original)
+++ velocity/site/production/engine/2.2/apidocs/org/apache/velocity/util/introspection/package-summary.html Mon Dec 16 18:44:00 2019
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_191) on Sun Sep 08 19:07:45 CEST 2019 -->
+<!-- Generated by javadoc (1.8.0_191) on Mon Dec 16 19:05:26 CET 2019 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.apache.velocity.util.introspection (Apache Velocity 2.2 API)</title>
-<meta name="date" content="2019-09-08">
+<meta name="date" content="2019-12-16">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

Modified: velocity/site/production/engine/2.2/apidocs/org/apache/velocity/util/introspection/package-tree.html
URL: http://svn.apache.org/viewvc/velocity/site/production/engine/2.2/apidocs/org/apache/velocity/util/introspection/package-tree.html?rev=1871674&r1=1871673&r2=1871674&view=diff
==============================================================================
--- velocity/site/production/engine/2.2/apidocs/org/apache/velocity/util/introspection/package-tree.html (original)
+++ velocity/site/production/engine/2.2/apidocs/org/apache/velocity/util/introspection/package-tree.html Mon Dec 16 18:44:00 2019
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_191) on Sun Sep 08 19:07:45 CEST 2019 -->
+<!-- Generated by javadoc (1.8.0_191) on Mon Dec 16 19:05:26 CET 2019 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.apache.velocity.util.introspection Class Hierarchy (Apache Velocity 2.2 API)</title>
-<meta name="date" content="2019-09-08">
+<meta name="date" content="2019-12-16">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

Modified: velocity/site/production/engine/2.2/apidocs/org/apache/velocity/util/introspection/package-use.html
URL: http://svn.apache.org/viewvc/velocity/site/production/engine/2.2/apidocs/org/apache/velocity/util/introspection/package-use.html?rev=1871674&r1=1871673&r2=1871674&view=diff
==============================================================================
--- velocity/site/production/engine/2.2/apidocs/org/apache/velocity/util/introspection/package-use.html (original)
+++ velocity/site/production/engine/2.2/apidocs/org/apache/velocity/util/introspection/package-use.html Mon Dec 16 18:44:00 2019
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_191) on Sun Sep 08 19:07:45 CEST 2019 -->
+<!-- Generated by javadoc (1.8.0_191) on Mon Dec 16 19:05:26 CET 2019 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Package org.apache.velocity.util.introspection (Apache Velocity 2.2 API)</title>
-<meta name="date" content="2019-09-08">
+<meta name="date" content="2019-12-16">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

Modified: velocity/site/production/engine/2.2/apidocs/org/apache/velocity/util/package-frame.html
URL: http://svn.apache.org/viewvc/velocity/site/production/engine/2.2/apidocs/org/apache/velocity/util/package-frame.html?rev=1871674&r1=1871673&r2=1871674&view=diff
==============================================================================
--- velocity/site/production/engine/2.2/apidocs/org/apache/velocity/util/package-frame.html (original)
+++ velocity/site/production/engine/2.2/apidocs/org/apache/velocity/util/package-frame.html Mon Dec 16 18:44:00 2019
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_191) on Sun Sep 08 19:07:45 CEST 2019 -->
+<!-- Generated by javadoc (1.8.0_191) on Mon Dec 16 19:05:26 CET 2019 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.apache.velocity.util (Apache Velocity 2.2 API)</title>
-<meta name="date" content="2019-09-08">
+<meta name="date" content="2019-12-16">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>

Modified: velocity/site/production/engine/2.2/apidocs/org/apache/velocity/util/package-summary.html
URL: http://svn.apache.org/viewvc/velocity/site/production/engine/2.2/apidocs/org/apache/velocity/util/package-summary.html?rev=1871674&r1=1871673&r2=1871674&view=diff
==============================================================================
--- velocity/site/production/engine/2.2/apidocs/org/apache/velocity/util/package-summary.html (original)
+++ velocity/site/production/engine/2.2/apidocs/org/apache/velocity/util/package-summary.html Mon Dec 16 18:44:00 2019
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_191) on Sun Sep 08 19:07:45 CEST 2019 -->
+<!-- Generated by javadoc (1.8.0_191) on Mon Dec 16 19:05:26 CET 2019 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.apache.velocity.util (Apache Velocity 2.2 API)</title>
-<meta name="date" content="2019-09-08">
+<meta name="date" content="2019-12-16">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>

Modified: velocity/site/production/engine/2.2/apidocs/org/apache/velocity/util/package-tree.html
URL: http://svn.apache.org/viewvc/velocity/site/production/engine/2.2/apidocs/org/apache/velocity/util/package-tree.html?rev=1871674&r1=1871673&r2=1871674&view=diff
==============================================================================
--- velocity/site/production/engine/2.2/apidocs/org/apache/velocity/util/package-tree.html (original)
+++ velocity/site/production/engine/2.2/apidocs/org/apache/velocity/util/package-tree.html Mon Dec 16 18:44:00 2019
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_191) on Sun Sep 08 19:07:45 CEST 2019 -->
+<!-- Generated by javadoc (1.8.0_191) on Mon Dec 16 19:05:26 CET 2019 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.apache.velocity.util Class Hierarchy (Apache Velocity 2.2 API)</title>
-<meta name="date" content="2019-09-08">
+<meta name="date" content="2019-12-16">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>

Modified: velocity/site/production/engine/2.2/apidocs/org/apache/velocity/util/package-use.html
URL: http://svn.apache.org/viewvc/velocity/site/production/engine/2.2/apidocs/org/apache/velocity/util/package-use.html?rev=1871674&r1=1871673&r2=1871674&view=diff
==============================================================================
--- velocity/site/production/engine/2.2/apidocs/org/apache/velocity/util/package-use.html (original)
+++ velocity/site/production/engine/2.2/apidocs/org/apache/velocity/util/package-use.html Mon Dec 16 18:44:00 2019
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_191) on Sun Sep 08 19:07:45 CEST 2019 -->
+<!-- Generated by javadoc (1.8.0_191) on Mon Dec 16 19:05:26 CET 2019 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Package org.apache.velocity.util (Apache Velocity 2.2 API)</title>
-<meta name="date" content="2019-09-08">
+<meta name="date" content="2019-12-16">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>

Modified: velocity/site/production/engine/2.2/apidocs/overview-frame.html
URL: http://svn.apache.org/viewvc/velocity/site/production/engine/2.2/apidocs/overview-frame.html?rev=1871674&r1=1871673&r2=1871674&view=diff
==============================================================================
--- velocity/site/production/engine/2.2/apidocs/overview-frame.html (original)
+++ velocity/site/production/engine/2.2/apidocs/overview-frame.html Mon Dec 16 18:44:00 2019
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_191) on Sun Sep 08 19:07:45 CEST 2019 -->
+<!-- Generated by javadoc (1.8.0_191) on Mon Dec 16 19:05:26 CET 2019 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Overview List (Apache Velocity 2.2 API)</title>
-<meta name="date" content="2019-09-08">
+<meta name="date" content="2019-12-16">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>

Modified: velocity/site/production/engine/2.2/apidocs/overview-summary.html
URL: http://svn.apache.org/viewvc/velocity/site/production/engine/2.2/apidocs/overview-summary.html?rev=1871674&r1=1871673&r2=1871674&view=diff
==============================================================================
--- velocity/site/production/engine/2.2/apidocs/overview-summary.html (original)
+++ velocity/site/production/engine/2.2/apidocs/overview-summary.html Mon Dec 16 18:44:00 2019
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_191) on Sun Sep 08 19:07:45 CEST 2019 -->
+<!-- Generated by javadoc (1.8.0_191) on Mon Dec 16 19:05:26 CET 2019 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Overview (Apache Velocity 2.2 API)</title>
-<meta name="date" content="2019-09-08">
+<meta name="date" content="2019-12-16">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>

Modified: velocity/site/production/engine/2.2/apidocs/overview-tree.html
URL: http://svn.apache.org/viewvc/velocity/site/production/engine/2.2/apidocs/overview-tree.html?rev=1871674&r1=1871673&r2=1871674&view=diff
==============================================================================
--- velocity/site/production/engine/2.2/apidocs/overview-tree.html (original)
+++ velocity/site/production/engine/2.2/apidocs/overview-tree.html Mon Dec 16 18:44:00 2019
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_191) on Sun Sep 08 19:07:45 CEST 2019 -->
+<!-- Generated by javadoc (1.8.0_191) on Mon Dec 16 19:05:26 CET 2019 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Class Hierarchy (Apache Velocity 2.2 API)</title>
-<meta name="date" content="2019-09-08">
+<meta name="date" content="2019-12-16">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>
@@ -254,7 +254,7 @@
 <li type="circle">org.apache.velocity.runtime.directive.<a href="org/apache/velocity/runtime/directive/Macro.MacroArg.html" title="class in org.apache.velocity.runtime.directive"><span class="typeNameLink">Macro.MacroArg</span></a></li>
 <li type="circle">org.slf4j.helpers.MarkerIgnoringBase (implements org.slf4j.Logger)
 <ul>
-<li type="circle">org.apache.velocity.example.<a href="org/apache/velocity/example/EventExample.html" title="class in org.apache.velocity.example"><span class="typeNameLink">EventExample</span></a> (implements org.apache.velocity.app.event.<a href="org/apache/velocity/app/event/MethodExceptionEventHandler.html" title="interface in org.apache.velocity.app.event">MethodExceptionEventHandler</a>, org.apache.velocity.app.event.<a href="org/apache/velocity/app/event/ReferenceInsertionEventHandler.html" title="interface in org.apache.velocity.app.event">ReferenceInsertionEventHandler</a>)</li>
+<li type="circle">org.apache.velocity.example.<a href="org/apache/velocity/example/EventExample.html" title="class in org.apache.velocity.example"><span class="typeNameLink">EventExample</span></a> (implements org.apache.velocity.app.event.<a href="org/apache/velocity/app/event/InvalidReferenceEventHandler.html" title="interface in org.apache.velocity.app.event">InvalidReferenceEventHandler</a>, org.apache.velocity.app.event.<a href="org/apache/velocity/app/event/MethodExceptionEventHandler.html" title="interface in org.apache.velocity.app.event">MethodExceptionEventHandler</a>, org.apache.velocity.app.event.<a href="org/apache/velocity/app/event/ReferenceInsertionEventHandler.html" title="interface in org.apache.velocity.app.event">ReferenceInsertionEventHandler</a>)</li>
 </ul>
 </li>
 <li type="circle">org.apache.velocity.runtime.parser.node.<a href="org/apache/velocity/runtime/parser/node/MathUtils.html" title="class in org.apache.velocity.runtime.parser.node"><span class="typeNameLink">MathUtils</span></a></li>
@@ -431,6 +431,7 @@
 <li type="circle">org.apache.velocity.app.<a href="org/apache/velocity/app/Velocity.html" title="class in org.apache.velocity.app"><span class="typeNameLink">Velocity</span></a> (implements org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeConstants.html" title="interface in org.apache.velocity.runtime">RuntimeConstants</a>)</li>
 <li type="circle">org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/VelocityCharStream.html" title="class in org.apache.velocity.runtime.parser"><span class="typeNameLink">VelocityCharStream</span></a> (implements org.apache.velocity.runtime.parser.<a href="org/apache/velocity/runtime/parser/CharStream.html" title="interface in org.apache.velocity.runtime.parser">CharStream</a>)</li>
 <li type="circle">org.apache.velocity.app.<a href="org/apache/velocity/app/VelocityEngine.html" title="class in org.apache.velocity.app"><span class="typeNameLink">VelocityEngine</span></a> (implements org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/RuntimeConstants.html" title="interface in org.apache.velocity.runtime">RuntimeConstants</a>)</li>
+<li type="circle">org.apache.velocity.runtime.<a href="org/apache/velocity/runtime/VelocityEngineVersion.html" title="class in org.apache.velocity.runtime"><span class="typeNameLink">VelocityEngineVersion</span></a></li>
 <li type="circle">org.apache.velocity.script.<a href="org/apache/velocity/script/VelocityScriptEngineFactory.html" title="class in org.apache.velocity.script"><span class="typeNameLink">VelocityScriptEngineFactory</span></a> (implements javax.script.<a href="https://docs.oracle.com/javase/8/docs/api/javax/script/ScriptEngineFactory.html?is-external=true" title="class or interface in javax.script">ScriptEngineFactory</a>)</li>
 <li type="circle">java.io.<a href="https://docs.oracle.com/javase/8/docs/api/java/io/Writer.html?is-external=true" title="class or interface in java.io"><span class="typeNameLink">Writer</span></a> (implements java.lang.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Appendable.html?is-external=true" title="class or interface in java.lang">Appendable</a>, java.io.<a href="https://docs.oracle.com/javase/8/docs/api/java/io/Closeable.html?is-external=true" title="class or interface in java.io">Closeable</a>, java.io.<a href="https://docs.oracle.com/javase/8/docs/api/java/io/Flushable.html?is-external=true" title="class or interface in java.io">Flushable</a>)
 <ul>

Modified: velocity/site/production/engine/2.2/apidocs/serialized-form.html
URL: http://svn.apache.org/viewvc/velocity/site/production/engine/2.2/apidocs/serialized-form.html?rev=1871674&r1=1871673&r2=1871674&view=diff
==============================================================================
--- velocity/site/production/engine/2.2/apidocs/serialized-form.html (original)
+++ velocity/site/production/engine/2.2/apidocs/serialized-form.html Mon Dec 16 18:44:00 2019
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_191) on Sun Sep 08 19:07:45 CEST 2019 -->
+<!-- Generated by javadoc (1.8.0_191) on Mon Dec 16 19:05:26 CET 2019 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Serialized Form (Apache Velocity 2.2 API)</title>
-<meta name="date" content="2019-09-08">
+<meta name="date" content="2019-12-16">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>

Modified: velocity/site/production/engine/2.2/build.html
URL: http://svn.apache.org/viewvc/velocity/site/production/engine/2.2/build.html?rev=1871674&r1=1871673&r2=1871674&view=diff
==============================================================================
--- velocity/site/production/engine/2.2/build.html (original)
+++ velocity/site/production/engine/2.2/build.html Mon Dec 16 18:44:00 2019
@@ -224,7 +224,7 @@ h2:hover > .headerlink, h3:hover > .head
 }
 h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, dt:hover > .elementid-permalink { visibility: visible }</style>
 <h2 id="installation">Installation<a class="headerlink" href="#installation" title="Permanent link">&para;</a></h2>
-<p>Velocity runs on a variety of platforms that have installed the Java Virtual Machine. A Java Development Kit version 1.7+ is required to compile Velocity from its source code (as it is to run it).</p>
+<p>Velocity runs on a variety of platforms that have installed the Java Virtual Machine. A Java Development Kit version 1.8+ is required to compile Velocity from its source code (as it is to run it).</p>
 <p>Everything required to build Velocity comes with the distribution, which can be obtained from <a href="http://svn.apache.org/repos/asf/velocity/engine/">Subversion</a> or from the <a href="/download.cgi#engine">main distribution</a>. However, you will need to install <a href="http://maven.apache.org/">Maven</a> to build the Velocity sources.</p>
 <p><a href="http://maven.apache.org/">Maven</a> is also an Apache project. To build Apache Velocity, you need at least Version 3.0.5 of Apache Maven.</p>
 <h2 id="required-tools">Required Tools<a class="headerlink" href="#required-tools" title="Permanent link">&para;</a></h2>
@@ -238,9 +238,10 @@ mvn install
 
 
 <p>Executing this script will create a <strong>target</strong> directory within the velocity directory. Each subdirectory containing a module of Velocity will contain a "target" directory too, containing all built jars.</p>
-<p>Refer to Maven documentation for all phases you can invoke.</p>
+<p>After a successful build with the above command, your Velocity build will be available in your local Maven repository.</p>
+<p>Refer to Maven documentation for alternate commands you can invoke.</p>
 <p>If you find a problem, do not hesitate to ask the Velocity community
-via our <a href="/contact.html">mail lists</a>.</p></div></div>
+via our <a href="/contact.html">email lists</a>.</p></div></div>
         <hr/>
         <div id="copyright">
           Copyright &#169; 2016 The Apache Software Foundation, Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.<br/>Apache and the Apache feather logo are trademarks of The Apache Software Foundation.

Modified: velocity/site/production/engine/2.2/changes.html
URL: http://svn.apache.org/viewvc/velocity/site/production/engine/2.2/changes.html?rev=1871674&r1=1871673&r2=1871674&view=diff
==============================================================================
--- velocity/site/production/engine/2.2/changes.html (original)
+++ velocity/site/production/engine/2.2/changes.html Mon Dec 16 18:44:00 2019
@@ -325,9 +325,16 @@ h2:hover > .headerlink, h3:hover > .head
     <tbody>
       <tr>
         <td>
+          <img src="images/add.png"/>
+        </td>
+        <td> Added BigInteger and BigDecimal implicit conversions . </td>
+        <td>cbrisson</td>
+      </tr>
+      <tr>
+        <td>
           <img src="images/fix.png"/>
         </td>
-        <td> Fix abnormal suppression of zero-width whitespaces . Fixes <a href="https://issues.apache.org/jira/browse/VELOCITY-919">VELOCITY-919</a>. </td>
+        <td> Fixed abnormal suppression of zero-width whitespaces . Fixes <a href="https://issues.apache.org/jira/browse/VELOCITY-919">VELOCITY-919</a>. </td>
         <td>cbrisson</td>
       </tr>
       <tr>

Modified: velocity/site/production/engine/2.2/configuration-property-changes-in-2.1.html
URL: http://svn.apache.org/viewvc/velocity/site/production/engine/2.2/configuration-property-changes-in-2.1.html?rev=1871674&r1=1871673&r2=1871674&view=diff
==============================================================================
--- velocity/site/production/engine/2.2/configuration-property-changes-in-2.1.html (original)
+++ velocity/site/production/engine/2.2/configuration-property-changes-in-2.1.html Mon Dec 16 18:44:00 2019
@@ -231,7 +231,7 @@ h2:hover > .headerlink, h3:hover > .head
 <thead>
 <tr>
 <th>2.0 property name</th>
-<th>2.1 property name</th>
+<th>2.1+ property name</th>
 <th>Property purpose</th>
 </tr>
 </thead>

Modified: velocity/site/production/engine/2.2/configuration.html
URL: http://svn.apache.org/viewvc/velocity/site/production/engine/2.2/configuration.html?rev=1871674&r1=1871673&r2=1871674&view=diff
==============================================================================
--- velocity/site/production/engine/2.2/configuration.html (original)
+++ velocity/site/production/engine/2.2/configuration.html Mon Dec 16 18:44:00 2019
@@ -420,11 +420,11 @@ Defines the beginning and ending tags fo
 </blockquote>
 <p><strong><code>resource.manager.instance = null</code></strong></p>
 <blockquote>
-<p>Living Java instance, that must implement the interface org.apache.velocity.runtime.resource.ResourceManager. This property can only be set programmatically, and takes precedence over the next property. It is otherwise used by Velocity to store its actual resource manager once instanciated.</p>
+<p>Living Java instance, that must implement the <code>org.apache.velocity.runtime.resource.ResourceManager</code> interface. This property can only be set programmatically, and takes precedence over the next property. It is otherwise used by Velocity to store its actual resource manager once instanciated.</p>
 </blockquote>
 <p><strong><code>resource.manager.class = org.apache.velocity.runtime.resource.ResourceManagerImpl</code></strong></p>
 <blockquote>
-<p>Replace the Velocity default Resource Manager class. A resource manager implementation must implement the (<code>org.apache.velocity.runtime.resource.ResourceManager</code>)[apidocs/org/apache/velocity/runtime/resource/ResourceManager.html] interface. A description of the requirements of a resource manager is out of scope for this document. Implementors are encouraged to review the default implementation.</p>
+<p>Replace the Velocity default Resource Manager class. A resource manager implementation must implement the <a href="apidocs/org/apache/velocity/runtime/resource/ResourceManager.html"><code>org.apache.velocity.runtime.resource.ResourceManager</code></a> interface. A description of the requirements of a resource manager is out of scope for this document. Implementors are encouraged to review the default implementation.</p>
 </blockquote>
 <p>The following resource management configuration keys only apply to the default Resource Manager.</p>
 <p><strong><code>resource.manager.log_when_found = true</code></strong></p>
@@ -433,7 +433,7 @@ Defines the beginning and ending tags fo
 </blockquote>
 <p><strong><code>resource.manager.cache.class = org.apache.velocity.runtime.resource.ResourceCacheImpl</code></strong></p>
 <blockquote>
-<p>Replace the Velocity default Resource Cache class. A resource cache implementation must implement the (<code>org.apache.velocity.runtime.resource.ResourceCache</code>)[apidocs/org/apache/velocity/runtime/resource/ResourceCache.html] interface As with the resource manager. A description of the requirements of a resource manager is out of scope for this document.  Implementors are encouraged to review the default implementation.</p>
+<p>Replace the Velocity default Resource Cache class. A resource cache implementation must implement the <a href="apidocs/org/apache/velocity/runtime/resource/ResourceCache.html"><code>org.apache.velocity.runtime.resource.ResourceCache</code></a> interface As with the resource manager. A description of the requirements of a resource manager is out of scope for this document.  Implementors are encouraged to review the default implementation.</p>
 </blockquote>
 <p><strong><code>resource.manager.cache.default_size = 89</code></strong></p>
 <blockquote>
@@ -632,7 +632,7 @@ Defines the beginning and ending tags fo
 <h2 id="string-interning">String Interning<a class="headerlink" href="#string-interning" title="Permanent link">&para;</a></h2>
 <p><strong><code>runtime.string_interning = true</code></strong></p>
 <blockquote>
-<p>This property specifies whether to use Java (String interning)[https://en.wikipedia.org/wiki/String_interning] on identifiers. This may save some memory when set to true, and run a little bit faster when set to false.</p>
+<p>This property specifies whether to use Java <a href="https://en.wikipedia.org/wiki/String_interning">String interning</a> on identifiers. This may save some memory when set to true, and run a little bit faster when set to false.</p>
 </blockquote>
 <h2 id="space-gobbling">Space Gobbling<a class="headerlink" href="#space-gobbling" title="Permanent link">&para;</a></h2>
 <p><strong><code>parser.space_gobbling = lines</code></strong></p>

Modified: velocity/site/production/engine/2.2/dependencies.html
URL: http://svn.apache.org/viewvc/velocity/site/production/engine/2.2/dependencies.html?rev=1871674&r1=1871673&r2=1871674&view=diff
==============================================================================
--- velocity/site/production/engine/2.2/dependencies.html (original)
+++ velocity/site/production/engine/2.2/dependencies.html Mon Dec 16 18:44:00 2019
@@ -241,7 +241,7 @@ h2:hover > .headerlink, h3:hover > .head
 <tbody>
 <tr>
 <td>slf4j-api</td>
-<td>1.7.26</td>
+<td>1.7.28</td>
 <td>Yes</td>
 <td>Yes</td>
 <td>Yes</td>
@@ -265,7 +265,7 @@ h2:hover > .headerlink, h3:hover > .head
 </tr>
 <tr>
 <td>hsqldb</td>
-<td>2.3.4</td>
+<td>2.5.0</td>
 <td>No</td>
 <td>Yes</td>
 <td>No</td>
@@ -281,7 +281,7 @@ h2:hover > .headerlink, h3:hover > .head
 </tr>
 <tr>
 <td>slf4j-simple</td>
-<td>1.7.26</td>
+<td>1.7.28</td>
 <td>No</td>
 <td>Yes</td>
 <td>No</td>