Modified: velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/exception/class-use/MethodInvocationException.html URL: http://svn.apache.org/viewvc/velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/exception/class-use/MethodInvocationException.html?rev=1768390&r1=1768389&r2=1768390&view=diff ============================================================================== --- velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/exception/class-use/MethodInvocationException.html (original) +++ velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/exception/class-use/MethodInvocationException.html Sun Nov 6 21:14:47 2016 @@ -2,16 +2,16 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (version 1.7.0_51) on Tue Jul 26 17:33:02 CEST 2016 --> +<!-- Generated by javadoc (version 1.7.0_51) on Sun Nov 06 22:09:21 CET 2016 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> -<title>Uses of Class org.apache.velocity.exception.MethodInvocationException (Apache Velocity 2.0.0-SNAPSHOT API)</title> -<meta name="date" content="2016-07-26"> +<title>Uses of Class org.apache.velocity.exception.MethodInvocationException (Apache Velocity 2.0-SNAPSHOT API)</title> +<meta name="date" content="2016-11-06"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class org.apache.velocity.exception.MethodInvocationException (Apache Velocity 2.0.0-SNAPSHOT API)"; + parent.document.title="Uses of Class org.apache.velocity.exception.MethodInvocationException (Apache Velocity 2.0-SNAPSHOT API)"; } //--> </script> @@ -298,36 +298,40 @@ <tbody> <tr class="altColor"> <td class="colFirst"><code>boolean</code></td> -<td class="colLast"><span class="strong">SimpleNode.</span><code><strong><a href="../../../../../org/apache/velocity/runtime/parser/node/SimpleNode.html#evaluate(org.apache.velocity.context.InternalContextAdapter)">evaluate</a></strong>(<a href="../../../../../org/apache/velocity/context/InternalContextAdapter.html" title="interface in org.apache.velocity.context">InternalContextAdapter</a> context)</code> </td> +<td class="colLast"><span class="strong">ASTNegateNode.</span><code><strong><a href="../../../../../org/apache/velocity/runtime/parser/node/ASTNegateNode.html#evaluate(org.apache.velocity.context.InternalContextAdapter)">evaluate</a></strong>(<a href="../../../../../org/apache/velocity/context/InternalContextAdapter.html" title="interface in org.apache.velocity.context">InternalContextAdapter</a> context)</code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>boolean</code></td> -<td class="colLast"><span class="strong">ASTComparisonNode.</span><code><strong><a href="../../../../../org/apache/velocity/runtime/parser/node/ASTComparisonNode.html#evaluate(org.apache.velocity.context.InternalContextAdapter)">evaluate</a></strong>(<a href="../../../../../org/apache/velocity/context/InternalContextAdapter.html" title="interface in org.apache.velocity.context">InternalContextAdapter</a> context)</code> </td> +<td class="colLast"><span class="strong">SimpleNode.</span><code><strong><a href="../../../../../org/apache/velocity/runtime/parser/node/SimpleNode.html#evaluate(org.apache.velocity.context.InternalContextAdapter)">evaluate</a></strong>(<a href="../../../../../org/apache/velocity/context/InternalContextAdapter.html" title="interface in org.apache.velocity.context">InternalContextAdapter</a> context)</code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>boolean</code></td> -<td class="colLast"><span class="strong">Node.</span><code><strong><a href="../../../../../org/apache/velocity/runtime/parser/node/Node.html#evaluate(org.apache.velocity.context.InternalContextAdapter)">evaluate</a></strong>(<a href="../../../../../org/apache/velocity/context/InternalContextAdapter.html" title="interface in org.apache.velocity.context">InternalContextAdapter</a> context)</code> </td> +<td class="colLast"><span class="strong">ASTComparisonNode.</span><code><strong><a href="../../../../../org/apache/velocity/runtime/parser/node/ASTComparisonNode.html#evaluate(org.apache.velocity.context.InternalContextAdapter)">evaluate</a></strong>(<a href="../../../../../org/apache/velocity/context/InternalContextAdapter.html" title="interface in org.apache.velocity.context">InternalContextAdapter</a> context)</code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>boolean</code></td> -<td class="colLast"><span class="strong">ASTNENode.</span><code><strong><a href="../../../../../org/apache/velocity/runtime/parser/node/ASTNENode.html#evaluate(org.apache.velocity.context.InternalContextAdapter)">evaluate</a></strong>(<a href="../../../../../org/apache/velocity/context/InternalContextAdapter.html" title="interface in org.apache.velocity.context">InternalContextAdapter</a> context)</code></td> +<td class="colLast"><span class="strong">Node.</span><code><strong><a href="../../../../../org/apache/velocity/runtime/parser/node/Node.html#evaluate(org.apache.velocity.context.InternalContextAdapter)">evaluate</a></strong>(<a href="../../../../../org/apache/velocity/context/InternalContextAdapter.html" title="interface in org.apache.velocity.context">InternalContextAdapter</a> context)</code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>boolean</code></td> +<td class="colLast"><span class="strong">ASTNENode.</span><code><strong><a href="../../../../../org/apache/velocity/runtime/parser/node/ASTNENode.html#evaluate(org.apache.velocity.context.InternalContextAdapter)">evaluate</a></strong>(<a href="../../../../../org/apache/velocity/context/InternalContextAdapter.html" title="interface in org.apache.velocity.context">InternalContextAdapter</a> context)</code></td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>boolean</code></td> <td class="colLast"><span class="strong">ASTReference.</span><code><strong><a href="../../../../../org/apache/velocity/runtime/parser/node/ASTReference.html#evaluate(org.apache.velocity.context.InternalContextAdapter)">evaluate</a></strong>(<a href="../../../../../org/apache/velocity/context/InternalContextAdapter.html" title="interface in org.apache.velocity.context">InternalContextAdapter</a> context)</code> <div class="block">Computes boolean value of this reference Returns the actual value of reference return type boolean, and 'true' if value is not null</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><span class="strong">ASTElseIfStatement.</span><code><strong><a href="../../../../../org/apache/velocity/runtime/parser/node/ASTElseIfStatement.html#evaluate(org.apache.velocity.context.InternalContextAdapter)">evaluate</a></strong>(<a href="../../../../../org/apache/velocity/context/InternalContextAdapter.html" title="interface in org.apache.velocity.context">InternalContextAdapter</a> context)</code> <div class="block">An ASTElseStatement is true if the expression it contains evaluates to true.</div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><span class="strong">ASTOrNode.</span><code><strong><a href="../../../../../org/apache/velocity/runtime/parser/node/ASTOrNode.html#evaluate(org.apache.velocity.context.InternalContextAdapter)">evaluate</a></strong>(<a href="../../../../../org/apache/velocity/context/InternalContextAdapter.html" title="interface in org.apache.velocity.context">InternalContextAdapter</a> context)</code> <div class="block">the logical or : @@ -338,7 +342,7 @@ left || right -> left || right</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><span class="strong">ASTAndNode.</span><code><strong><a href="../../../../../org/apache/velocity/runtime/parser/node/ASTAndNode.html#evaluate(org.apache.velocity.context.InternalContextAdapter)">evaluate</a></strong>(<a href="../../../../../org/apache/velocity/context/InternalContextAdapter.html" title="interface in org.apache.velocity.context">InternalContextAdapter</a> context)</code> <div class="block">logical and : @@ -347,76 +351,76 @@ null && null = false</div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><span class="strong">ASTExpression.</span><code><strong><a href="../../../../../org/apache/velocity/runtime/parser/node/ASTExpression.html#evaluate(org.apache.velocity.context.InternalContextAdapter)">evaluate</a></strong>(<a href="../../../../../org/apache/velocity/context/InternalContextAdapter.html" title="interface in org.apache.velocity.context">InternalContextAdapter</a> context)</code> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><span class="strong">ASTNotNode.</span><code><strong><a href="../../../../../org/apache/velocity/runtime/parser/node/ASTNotNode.html#evaluate(org.apache.velocity.context.InternalContextAdapter)">evaluate</a></strong>(<a href="../../../../../org/apache/velocity/context/InternalContextAdapter.html" title="interface in org.apache.velocity.context">InternalContextAdapter</a> context)</code> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/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="strong">SimpleNode.</span><code><strong><a href="../../../../../org/apache/velocity/runtime/parser/node/SimpleNode.html#execute(java.lang.Object, org.apache.velocity.context.InternalContextAdapter)">execute</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> o, <a href="../../../../../org/apache/velocity/context/InternalContextAdapter.html" title="interface in org.apache.velocity.context">InternalContextAdapter</a> context)</code> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/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="strong">ASTMethod.</span><code><strong><a href="../../../../../org/apache/velocity/runtime/parser/node/ASTMethod.html#execute(java.lang.Object, org.apache.velocity.context.InternalContextAdapter)">execute</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> o, <a href="../../../../../org/apache/velocity/context/InternalContextAdapter.html" title="interface in org.apache.velocity.context">InternalContextAdapter</a> context)</code> <div class="block">invokes the method.</div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/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="strong">ASTIdentifier.</span><code><strong><a href="../../../../../org/apache/velocity/runtime/parser/node/ASTIdentifier.html#execute(java.lang.Object, org.apache.velocity.context.InternalContextAdapter)">execute</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> o, <a href="../../../../../org/apache/velocity/context/InternalContextAdapter.html" title="interface in org.apache.velocity.context">InternalContextAdapter</a> context)</code> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/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="strong">Node.</span><code><strong><a href="../../../../../org/apache/velocity/runtime/parser/node/Node.html#execute(java.lang.Object, org.apache.velocity.context.InternalContextAdapter)">execute</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> o, <a href="../../../../../org/apache/velocity/context/InternalContextAdapter.html" title="interface in org.apache.velocity.context">InternalContextAdapter</a> context)</code> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/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="strong">ASTIndex.</span><code><strong><a href="../../../../../org/apache/velocity/runtime/parser/node/ASTIndex.html#execute(java.lang.Object, org.apache.velocity.context.InternalContextAdapter)">execute</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> o, <a href="../../../../../org/apache/velocity/context/InternalContextAdapter.html" title="interface in org.apache.velocity.context">InternalContextAdapter</a> context)</code> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/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="strong">ASTReference.</span><code><strong><a href="../../../../../org/apache/velocity/runtime/parser/node/ASTReference.html#execute(java.lang.Object, org.apache.velocity.context.InternalContextAdapter)">execute</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> o, <a href="../../../../../org/apache/velocity/context/InternalContextAdapter.html" title="interface in org.apache.velocity.context">InternalContextAdapter</a> context)</code> <div class="block">gets an Object that 'is' the value of the reference</div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><span class="strong">SimpleNode.</span><code><strong><a href="../../../../../org/apache/velocity/runtime/parser/node/SimpleNode.html#render(org.apache.velocity.context.InternalContextAdapter, java.io.Writer)">render</a></strong>(<a href="../../../../../org/apache/velocity/context/InternalContextAdapter.html" title="interface in org.apache.velocity.context">InternalContextAdapter</a> context, <a href="http://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is-external=true" title="class or interface in java.io">Writer</a> writer)</code> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><span class="strong">ASTSetDirective.</span><code><strong><a href="../../../../../org/apache/velocity/runtime/parser/node/ASTSetDirective.html#render(org.apache.velocity.context.InternalContextAdapter, java.io.Writer)">render</a></strong>(<a href="../../../../../org/apache/velocity/context/InternalContextAdapter.html" title="interface in org.apache.velocity.context">InternalContextAdapter</a> context, <a href="http://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is-external=true" title="class or interface in java.io">Writer</a> writer)</code> <div class="block">puts the value of the RHS into the context under the key of the LHS</div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><span class="strong">ASTBlock.</span><code><strong><a href="../../../../../org/apache/velocity/runtime/parser/node/ASTBlock.html#render(org.apache.velocity.context.InternalContextAdapter, java.io.Writer)">render</a></strong>(<a href="../../../../../org/apache/velocity/context/InternalContextAdapter.html" title="interface in org.apache.velocity.context">InternalContextAdapter</a> context, <a href="http://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is-external=true" title="class or interface in java.io">Writer</a> writer)</code> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><span class="strong">ASTIfStatement.</span><code><strong><a href="../../../../../org/apache/velocity/runtime/parser/node/ASTIfStatement.html#render(org.apache.velocity.context.InternalContextAdapter, java.io.Writer)">render</a></strong>(<a href="../../../../../org/apache/velocity/context/InternalContextAdapter.html" title="interface in org.apache.velocity.context">InternalContextAdapter</a> context, <a href="http://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is-external=true" title="class or interface in java.io">Writer</a> writer)</code> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><span class="strong">Node.</span><code><strong><a href="../../../../../org/apache/velocity/runtime/parser/node/Node.html#render(org.apache.velocity.context.InternalContextAdapter, java.io.Writer)">render</a></strong>(<a href="../../../../../org/apache/velocity/context/InternalContextAdapter.html" title="interface in org.apache.velocity.context">InternalContextAdapter</a> context, <a href="http://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is-external=true" title="class or interface in java.io">Writer</a> writer)</code> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><span class="strong">ASTReference.</span><code><strong><a href="../../../../../org/apache/velocity/runtime/parser/node/ASTReference.html#render(org.apache.velocity.context.InternalContextAdapter, java.io.Writer)">render</a></strong>(<a href="../../../../../org/apache/velocity/context/InternalContextAdapter.html" title="interface in org.apache.velocity.context">InternalContextAdapter</a> context, <a href="http://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is-external=true" title="class or interface in java.io">Writer</a> writer)</code> @@ -424,22 +428,22 @@ writer.</div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><span class="strong">ASTElseIfStatement.</span><code><strong><a href="../../../../../org/apache/velocity/runtime/parser/node/ASTElseIfStatement.html#render(org.apache.velocity.context.InternalContextAdapter, java.io.Writer)">render</a></strong>(<a href="../../../../../org/apache/velocity/context/InternalContextAdapter.html" title="interface in org.apache.velocity.context">InternalContextAdapter</a> context, <a href="http://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is-external=true" title="class or interface in java.io">Writer</a> writer)</code> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><span class="strong">ASTComment.</span><code><strong><a href="../../../../../org/apache/velocity/runtime/parser/node/ASTComment.html#render(org.apache.velocity.context.InternalContextAdapter, java.io.Writer)">render</a></strong>(<a href="../../../../../org/apache/velocity/context/InternalContextAdapter.html" title="interface in org.apache.velocity.context">InternalContextAdapter</a> context, <a href="http://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is-external=true" title="class or interface in java.io">Writer</a> writer)</code> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><span class="strong">ASTDirective.</span><code><strong><a href="../../../../../org/apache/velocity/runtime/parser/node/ASTDirective.html#render(org.apache.velocity.context.InternalContextAdapter, java.io.Writer)">render</a></strong>(<a href="../../../../../org/apache/velocity/context/InternalContextAdapter.html" title="interface in org.apache.velocity.context">InternalContextAdapter</a> context, <a href="http://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is-external=true" title="class or interface in java.io">Writer</a> writer)</code> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><span class="strong">ASTReference.</span><code><strong><a href="../../../../../org/apache/velocity/runtime/parser/node/ASTReference.html#setValue(org.apache.velocity.context.InternalContextAdapter, java.lang.Object)">setValue</a></strong>(<a href="../../../../../org/apache/velocity/context/InternalContextAdapter.html" title="interface in org.apache.velocity.context">InternalContextAdapter</a> context, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> value)</code> @@ -447,6 +451,10 @@ Currently used by ASTSetReference()</div> </td> </tr> +<tr class="rowColor"> +<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/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="strong">ASTNegateNode.</span><code><strong><a href="../../../../../org/apache/velocity/runtime/parser/node/ASTNegateNode.html#value(org.apache.velocity.context.InternalContextAdapter)">value</a></strong>(<a href="../../../../../org/apache/velocity/context/InternalContextAdapter.html" title="interface in org.apache.velocity.context">InternalContextAdapter</a> context)</code> </td> +</tr> <tr class="altColor"> <td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/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="strong">ASTMathNode.</span><code><strong><a href="../../../../../org/apache/velocity/runtime/parser/node/ASTMathNode.html#value(org.apache.velocity.context.InternalContextAdapter)">value</a></strong>(<a href="../../../../../org/apache/velocity/context/InternalContextAdapter.html" title="interface in org.apache.velocity.context">InternalContextAdapter</a> context)</code> @@ -555,6 +563,6 @@ <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2000–2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2000–2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html>
Modified: velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/exception/class-use/ParseErrorException.html URL: http://svn.apache.org/viewvc/velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/exception/class-use/ParseErrorException.html?rev=1768390&r1=1768389&r2=1768390&view=diff ============================================================================== --- velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/exception/class-use/ParseErrorException.html (original) +++ velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/exception/class-use/ParseErrorException.html Sun Nov 6 21:14:47 2016 @@ -2,16 +2,16 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (version 1.7.0_51) on Tue Jul 26 17:33:02 CEST 2016 --> +<!-- Generated by javadoc (version 1.7.0_51) on Sun Nov 06 22:09:21 CET 2016 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> -<title>Uses of Class org.apache.velocity.exception.ParseErrorException (Apache Velocity 2.0.0-SNAPSHOT API)</title> -<meta name="date" content="2016-07-26"> +<title>Uses of Class org.apache.velocity.exception.ParseErrorException (Apache Velocity 2.0-SNAPSHOT API)</title> +<meta name="date" content="2016-11-06"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class org.apache.velocity.exception.ParseErrorException (Apache Velocity 2.0.0-SNAPSHOT API)"; + parent.document.title="Uses of Class org.apache.velocity.exception.ParseErrorException (Apache Velocity 2.0-SNAPSHOT API)"; } //--> </script> @@ -550,6 +550,6 @@ <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2000–2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2000–2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> Modified: velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/exception/class-use/ResourceNotFoundException.html URL: http://svn.apache.org/viewvc/velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/exception/class-use/ResourceNotFoundException.html?rev=1768390&r1=1768389&r2=1768390&view=diff ============================================================================== --- velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/exception/class-use/ResourceNotFoundException.html (original) +++ velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/exception/class-use/ResourceNotFoundException.html Sun Nov 6 21:14:47 2016 @@ -2,16 +2,16 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (version 1.7.0_51) on Tue Jul 26 17:33:02 CEST 2016 --> +<!-- Generated by javadoc (version 1.7.0_51) on Sun Nov 06 22:09:21 CET 2016 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> -<title>Uses of Class org.apache.velocity.exception.ResourceNotFoundException (Apache Velocity 2.0.0-SNAPSHOT API)</title> -<meta name="date" content="2016-07-26"> +<title>Uses of Class org.apache.velocity.exception.ResourceNotFoundException (Apache Velocity 2.0-SNAPSHOT API)</title> +<meta name="date" content="2016-11-06"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class org.apache.velocity.exception.ResourceNotFoundException (Apache Velocity 2.0.0-SNAPSHOT API)"; + parent.document.title="Uses of Class org.apache.velocity.exception.ResourceNotFoundException (Apache Velocity 2.0-SNAPSHOT API)"; } //--> </script> @@ -683,6 +683,6 @@ <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2000–2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2000–2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> Modified: velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/exception/class-use/TemplateInitException.html URL: http://svn.apache.org/viewvc/velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/exception/class-use/TemplateInitException.html?rev=1768390&r1=1768389&r2=1768390&view=diff ============================================================================== --- velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/exception/class-use/TemplateInitException.html (original) +++ velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/exception/class-use/TemplateInitException.html Sun Nov 6 21:14:47 2016 @@ -2,16 +2,16 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (version 1.7.0_51) on Tue Jul 26 17:33:02 CEST 2016 --> +<!-- Generated by javadoc (version 1.7.0_51) on Sun Nov 06 22:09:21 CET 2016 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> -<title>Uses of Class org.apache.velocity.exception.TemplateInitException (Apache Velocity 2.0.0-SNAPSHOT API)</title> -<meta name="date" content="2016-07-26"> +<title>Uses of Class org.apache.velocity.exception.TemplateInitException (Apache Velocity 2.0-SNAPSHOT API)</title> +<meta name="date" content="2016-11-06"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class org.apache.velocity.exception.TemplateInitException (Apache Velocity 2.0.0-SNAPSHOT API)"; + parent.document.title="Uses of Class org.apache.velocity.exception.TemplateInitException (Apache Velocity 2.0-SNAPSHOT API)"; } //--> </script> @@ -237,20 +237,35 @@ <tbody> <tr class="altColor"> <td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/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="strong">ASTFalse.</span><code><strong><a href="../../../../../org/apache/velocity/runtime/parser/node/ASTFalse.html#init(org.apache.velocity.context.InternalContextAdapter, java.lang.Object)">init</a></strong>(<a href="../../../../../org/apache/velocity/context/InternalContextAdapter.html" title="interface in org.apache.velocity.context">InternalContextAdapter</a> context, +<td class="colLast"><span class="strong">ASTNegateNode.</span><code><strong><a href="../../../../../org/apache/velocity/runtime/parser/node/ASTNegateNode.html#init(org.apache.velocity.context.InternalContextAdapter, java.lang.Object)">init</a></strong>(<a href="../../../../../org/apache/velocity/context/InternalContextAdapter.html" title="interface in org.apache.velocity.context">InternalContextAdapter</a> context, + <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> data)</code></td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/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="strong">ASTLogicalOperator.</span><code><strong><a href="../../../../../org/apache/velocity/runtime/parser/node/ASTLogicalOperator.html#init(org.apache.velocity.context.InternalContextAdapter, java.lang.Object)">init</a></strong>(<a href="../../../../../org/apache/velocity/context/InternalContextAdapter.html" title="interface in org.apache.velocity.context">InternalContextAdapter</a> context, + <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> data)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/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="strong">ASTBinaryOperator.</span><code><strong><a href="../../../../../org/apache/velocity/runtime/parser/node/ASTBinaryOperator.html#init(org.apache.velocity.context.InternalContextAdapter, java.lang.Object)">init</a></strong>(<a href="../../../../../org/apache/velocity/context/InternalContextAdapter.html" title="interface in org.apache.velocity.context">InternalContextAdapter</a> context, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> data)</code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/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="strong">ASTAssignment.</span><code><strong><a href="../../../../../org/apache/velocity/runtime/parser/node/ASTAssignment.html#init(org.apache.velocity.context.InternalContextAdapter, java.lang.Object)">init</a></strong>(<a href="../../../../../org/apache/velocity/context/InternalContextAdapter.html" title="interface in org.apache.velocity.context">InternalContextAdapter</a> context, +<td class="colLast"><span class="strong">ASTFalse.</span><code><strong><a href="../../../../../org/apache/velocity/runtime/parser/node/ASTFalse.html#init(org.apache.velocity.context.InternalContextAdapter, java.lang.Object)">init</a></strong>(<a href="../../../../../org/apache/velocity/context/InternalContextAdapter.html" title="interface in org.apache.velocity.context">InternalContextAdapter</a> context, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> data)</code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/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="strong">ASTAssignment.</span><code><strong><a href="../../../../../org/apache/velocity/runtime/parser/node/ASTAssignment.html#init(org.apache.velocity.context.InternalContextAdapter, java.lang.Object)">init</a></strong>(<a href="../../../../../org/apache/velocity/context/InternalContextAdapter.html" title="interface in org.apache.velocity.context">InternalContextAdapter</a> context, + <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> data)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/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="strong">ASTMathNode.</span><code><strong><a href="../../../../../org/apache/velocity/runtime/parser/node/ASTMathNode.html#init(org.apache.velocity.context.InternalContextAdapter, java.lang.Object)">init</a></strong>(<a href="../../../../../org/apache/velocity/context/InternalContextAdapter.html" title="interface in org.apache.velocity.context">InternalContextAdapter</a> context, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> data)</code></td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/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="strong">ASTFloatingPointLiteral.</span><code><strong><a href="../../../../../org/apache/velocity/runtime/parser/node/ASTFloatingPointLiteral.html#init(org.apache.velocity.context.InternalContextAdapter, java.lang.Object)">init</a></strong>(<a href="../../../../../org/apache/velocity/context/InternalContextAdapter.html" title="interface in org.apache.velocity.context">InternalContextAdapter</a> context, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> data)</code> @@ -258,44 +273,44 @@ creation.</div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/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="strong">ASTprocess.</span><code><strong><a href="../../../../../org/apache/velocity/runtime/parser/node/ASTprocess.html#init(org.apache.velocity.context.InternalContextAdapter, java.lang.Object)">init</a></strong>(<a href="../../../../../org/apache/velocity/context/InternalContextAdapter.html" title="interface in org.apache.velocity.context">InternalContextAdapter</a> context, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> data)</code> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/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="strong">SimpleNode.</span><code><strong><a href="../../../../../org/apache/velocity/runtime/parser/node/SimpleNode.html#init(org.apache.velocity.context.InternalContextAdapter, java.lang.Object)">init</a></strong>(<a href="../../../../../org/apache/velocity/context/InternalContextAdapter.html" title="interface in org.apache.velocity.context">InternalContextAdapter</a> context, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> data)</code> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/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="strong">ASTWord.</span><code><strong><a href="../../../../../org/apache/velocity/runtime/parser/node/ASTWord.html#init(org.apache.velocity.context.InternalContextAdapter, java.lang.Object)">init</a></strong>(<a href="../../../../../org/apache/velocity/context/InternalContextAdapter.html" title="interface in org.apache.velocity.context">InternalContextAdapter</a> context, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> data)</code> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/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="strong">ASTIncludeStatement.</span><code><strong><a href="../../../../../org/apache/velocity/runtime/parser/node/ASTIncludeStatement.html#init(org.apache.velocity.context.InternalContextAdapter, java.lang.Object)">init</a></strong>(<a href="../../../../../org/apache/velocity/context/InternalContextAdapter.html" title="interface in org.apache.velocity.context">InternalContextAdapter</a> context, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> data)</code> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/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="strong">ASTModNode.</span><code><strong><a href="../../../../../org/apache/velocity/runtime/parser/node/ASTModNode.html#init(org.apache.velocity.context.InternalContextAdapter, java.lang.Object)">init</a></strong>(<a href="../../../../../org/apache/velocity/context/InternalContextAdapter.html" title="interface in org.apache.velocity.context">InternalContextAdapter</a> context, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> data)</code> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/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="strong">ASTEscapedDirective.</span><code><strong><a href="../../../../../org/apache/velocity/runtime/parser/node/ASTEscapedDirective.html#init(org.apache.velocity.context.InternalContextAdapter, java.lang.Object)">init</a></strong>(<a href="../../../../../org/apache/velocity/context/InternalContextAdapter.html" title="interface in org.apache.velocity.context">InternalContextAdapter</a> context, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> data)</code> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/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="strong">ASTSetDirective.</span><code><strong><a href="../../../../../org/apache/velocity/runtime/parser/node/ASTSetDirective.html#init(org.apache.velocity.context.InternalContextAdapter, java.lang.Object)">init</a></strong>(<a href="../../../../../org/apache/velocity/context/InternalContextAdapter.html" title="interface in org.apache.velocity.context">InternalContextAdapter</a> context, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> data)</code> <div class="block">simple init.</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/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="strong">ASTMethod.</span><code><strong><a href="../../../../../org/apache/velocity/runtime/parser/node/ASTMethod.html#init(org.apache.velocity.context.InternalContextAdapter, java.lang.Object)">init</a></strong>(<a href="../../../../../org/apache/velocity/context/InternalContextAdapter.html" title="interface in org.apache.velocity.context">InternalContextAdapter</a> context, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> data)</code> @@ -303,33 +318,28 @@ the AST</div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/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="strong">ASTBlock.</span><code><strong><a href="../../../../../org/apache/velocity/runtime/parser/node/ASTBlock.html#init(org.apache.velocity.context.InternalContextAdapter, java.lang.Object)">init</a></strong>(<a href="../../../../../org/apache/velocity/context/InternalContextAdapter.html" title="interface in org.apache.velocity.context">InternalContextAdapter</a> context, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> data)</code> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/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="strong">ASTTextblock.</span><code><strong><a href="../../../../../org/apache/velocity/runtime/parser/node/ASTTextblock.html#init(org.apache.velocity.context.InternalContextAdapter, java.lang.Object)">init</a></strong>(<a href="../../../../../org/apache/velocity/context/InternalContextAdapter.html" title="interface in org.apache.velocity.context">InternalContextAdapter</a> context, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> data)</code> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/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="strong">ASTIfStatement.</span><code><strong><a href="../../../../../org/apache/velocity/runtime/parser/node/ASTIfStatement.html#init(org.apache.velocity.context.InternalContextAdapter, java.lang.Object)">init</a></strong>(<a href="../../../../../org/apache/velocity/context/InternalContextAdapter.html" title="interface in org.apache.velocity.context">InternalContextAdapter</a> context, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> data)</code> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/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="strong">ASTIdentifier.</span><code><strong><a href="../../../../../org/apache/velocity/runtime/parser/node/ASTIdentifier.html#init(org.apache.velocity.context.InternalContextAdapter, java.lang.Object)">init</a></strong>(<a href="../../../../../org/apache/velocity/context/InternalContextAdapter.html" title="interface in org.apache.velocity.context">InternalContextAdapter</a> context, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> data)</code> <div class="block">simple init - don't do anything that is context specific.</div> </td> </tr> -<tr class="altColor"> -<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/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="strong">ASTComparisonNode.</span><code><strong><a href="../../../../../org/apache/velocity/runtime/parser/node/ASTComparisonNode.html#init(org.apache.velocity.context.InternalContextAdapter, java.lang.Object)">init</a></strong>(<a href="../../../../../org/apache/velocity/context/InternalContextAdapter.html" title="interface in org.apache.velocity.context">InternalContextAdapter</a> context, - <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> data)</code> </td> -</tr> <tr class="rowColor"> <td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/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="strong">Node.</span><code><strong><a href="../../../../../org/apache/velocity/runtime/parser/node/Node.html#init(org.apache.velocity.context.InternalContextAdapter, java.lang.Object)">init</a></strong>(<a href="../../../../../org/apache/velocity/context/InternalContextAdapter.html" title="interface in org.apache.velocity.context">InternalContextAdapter</a> context, @@ -362,37 +372,27 @@ </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/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="strong">ASTOrNode.</span><code><strong><a href="../../../../../org/apache/velocity/runtime/parser/node/ASTOrNode.html#init(org.apache.velocity.context.InternalContextAdapter, java.lang.Object)">init</a></strong>(<a href="../../../../../org/apache/velocity/context/InternalContextAdapter.html" title="interface in org.apache.velocity.context">InternalContextAdapter</a> context, - <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> data)</code> </td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/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="strong">ASTIntegerLiteral.</span><code><strong><a href="../../../../../org/apache/velocity/runtime/parser/node/ASTIntegerLiteral.html#init(org.apache.velocity.context.InternalContextAdapter, java.lang.Object)">init</a></strong>(<a href="../../../../../org/apache/velocity/context/InternalContextAdapter.html" title="interface in org.apache.velocity.context">InternalContextAdapter</a> context, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> data)</code> </td> </tr> -<tr class="rowColor"> -<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/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="strong">ASTMulNode.</span><code><strong><a href="../../../../../org/apache/velocity/runtime/parser/node/ASTMulNode.html#init(org.apache.velocity.context.InternalContextAdapter, java.lang.Object)">init</a></strong>(<a href="../../../../../org/apache/velocity/context/InternalContextAdapter.html" title="interface in org.apache.velocity.context">InternalContextAdapter</a> context, - <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> data)</code> </td> -</tr> <tr class="altColor"> <td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/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="strong">ASTTrue.</span><code><strong><a href="../../../../../org/apache/velocity/runtime/parser/node/ASTTrue.html#init(org.apache.velocity.context.InternalContextAdapter, java.lang.Object)">init</a></strong>(<a href="../../../../../org/apache/velocity/context/InternalContextAdapter.html" title="interface in org.apache.velocity.context">InternalContextAdapter</a> context, +<td class="colLast"><span class="strong">ASTMulNode.</span><code><strong><a href="../../../../../org/apache/velocity/runtime/parser/node/ASTMulNode.html#init(org.apache.velocity.context.InternalContextAdapter, java.lang.Object)">init</a></strong>(<a href="../../../../../org/apache/velocity/context/InternalContextAdapter.html" title="interface in org.apache.velocity.context">InternalContextAdapter</a> context, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> data)</code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/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="strong">ASTText.</span><code><strong><a href="../../../../../org/apache/velocity/runtime/parser/node/ASTText.html#init(org.apache.velocity.context.InternalContextAdapter, java.lang.Object)">init</a></strong>(<a href="../../../../../org/apache/velocity/context/InternalContextAdapter.html" title="interface in org.apache.velocity.context">InternalContextAdapter</a> context, +<td class="colLast"><span class="strong">ASTTrue.</span><code><strong><a href="../../../../../org/apache/velocity/runtime/parser/node/ASTTrue.html#init(org.apache.velocity.context.InternalContextAdapter, java.lang.Object)">init</a></strong>(<a href="../../../../../org/apache/velocity/context/InternalContextAdapter.html" title="interface in org.apache.velocity.context">InternalContextAdapter</a> context, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> data)</code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/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="strong">ASTDirectiveAssign.</span><code><strong><a href="../../../../../org/apache/velocity/runtime/parser/node/ASTDirectiveAssign.html#init(org.apache.velocity.context.InternalContextAdapter, java.lang.Object)">init</a></strong>(<a href="../../../../../org/apache/velocity/context/InternalContextAdapter.html" title="interface in org.apache.velocity.context">InternalContextAdapter</a> context, +<td class="colLast"><span class="strong">ASTText.</span><code><strong><a href="../../../../../org/apache/velocity/runtime/parser/node/ASTText.html#init(org.apache.velocity.context.InternalContextAdapter, java.lang.Object)">init</a></strong>(<a href="../../../../../org/apache/velocity/context/InternalContextAdapter.html" title="interface in org.apache.velocity.context">InternalContextAdapter</a> context, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> data)</code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/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="strong">ASTAndNode.</span><code><strong><a href="../../../../../org/apache/velocity/runtime/parser/node/ASTAndNode.html#init(org.apache.velocity.context.InternalContextAdapter, java.lang.Object)">init</a></strong>(<a href="../../../../../org/apache/velocity/context/InternalContextAdapter.html" title="interface in org.apache.velocity.context">InternalContextAdapter</a> context, +<td class="colLast"><span class="strong">ASTDirectiveAssign.</span><code><strong><a href="../../../../../org/apache/velocity/runtime/parser/node/ASTDirectiveAssign.html#init(org.apache.velocity.context.InternalContextAdapter, java.lang.Object)">init</a></strong>(<a href="../../../../../org/apache/velocity/context/InternalContextAdapter.html" title="interface in org.apache.velocity.context">InternalContextAdapter</a> context, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> data)</code> </td> </tr> <tr class="altColor"> @@ -484,6 +484,6 @@ <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2000–2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2000–2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> Modified: velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/exception/class-use/VelocityException.html URL: http://svn.apache.org/viewvc/velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/exception/class-use/VelocityException.html?rev=1768390&r1=1768389&r2=1768390&view=diff ============================================================================== --- velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/exception/class-use/VelocityException.html (original) +++ velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/exception/class-use/VelocityException.html Sun Nov 6 21:14:47 2016 @@ -2,16 +2,16 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (version 1.7.0_51) on Tue Jul 26 17:33:02 CEST 2016 --> +<!-- Generated by javadoc (version 1.7.0_51) on Sun Nov 06 22:09:21 CET 2016 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> -<title>Uses of Class org.apache.velocity.exception.VelocityException (Apache Velocity 2.0.0-SNAPSHOT API)</title> -<meta name="date" content="2016-07-26"> +<title>Uses of Class org.apache.velocity.exception.VelocityException (Apache Velocity 2.0-SNAPSHOT API)</title> +<meta name="date" content="2016-11-06"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class org.apache.velocity.exception.VelocityException (Apache Velocity 2.0.0-SNAPSHOT API)"; + parent.document.title="Uses of Class org.apache.velocity.exception.VelocityException (Apache Velocity 2.0-SNAPSHOT API)"; } //--> </script> @@ -203,6 +203,6 @@ <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2000–2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2000–2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> Modified: velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/exception/package-frame.html URL: http://svn.apache.org/viewvc/velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/exception/package-frame.html?rev=1768390&r1=1768389&r2=1768390&view=diff ============================================================================== --- velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/exception/package-frame.html (original) +++ velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/exception/package-frame.html Sun Nov 6 21:14:47 2016 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (version 1.7.0_51) on Tue Jul 26 17:33:02 CEST 2016 --> +<!-- Generated by javadoc (version 1.7.0_51) on Sun Nov 06 22:09:20 CET 2016 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> -<title>org.apache.velocity.exception (Apache Velocity 2.0.0-SNAPSHOT API)</title> -<meta name="date" content="2016-07-26"> +<title>org.apache.velocity.exception (Apache Velocity 2.0-SNAPSHOT API)</title> +<meta name="date" content="2016-11-06"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> </head> <body> Modified: velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/exception/package-summary.html URL: http://svn.apache.org/viewvc/velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/exception/package-summary.html?rev=1768390&r1=1768389&r2=1768390&view=diff ============================================================================== --- velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/exception/package-summary.html (original) +++ velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/exception/package-summary.html Sun Nov 6 21:14:47 2016 @@ -2,16 +2,16 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (version 1.7.0_51) on Tue Jul 26 17:33:02 CEST 2016 --> +<!-- Generated by javadoc (version 1.7.0_51) on Sun Nov 06 22:09:20 CET 2016 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> -<title>org.apache.velocity.exception (Apache Velocity 2.0.0-SNAPSHOT API)</title> -<meta name="date" content="2016-07-26"> +<title>org.apache.velocity.exception (Apache Velocity 2.0-SNAPSHOT API)</title> +<meta name="date" content="2016-11-06"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="org.apache.velocity.exception (Apache Velocity 2.0.0-SNAPSHOT API)"; + parent.document.title="org.apache.velocity.exception (Apache Velocity 2.0-SNAPSHOT API)"; } //--> </script> @@ -194,6 +194,6 @@ <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2000–2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2000–2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> Modified: velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/exception/package-tree.html URL: http://svn.apache.org/viewvc/velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/exception/package-tree.html?rev=1768390&r1=1768389&r2=1768390&view=diff ============================================================================== --- velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/exception/package-tree.html (original) +++ velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/exception/package-tree.html Sun Nov 6 21:14:47 2016 @@ -2,16 +2,16 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (version 1.7.0_51) on Tue Jul 26 17:33:02 CEST 2016 --> +<!-- Generated by javadoc (version 1.7.0_51) on Sun Nov 06 22:09:20 CET 2016 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> -<title>org.apache.velocity.exception Class Hierarchy (Apache Velocity 2.0.0-SNAPSHOT API)</title> -<meta name="date" content="2016-07-26"> +<title>org.apache.velocity.exception Class Hierarchy (Apache Velocity 2.0-SNAPSHOT API)</title> +<meta name="date" content="2016-11-06"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="org.apache.velocity.exception Class Hierarchy (Apache Velocity 2.0.0-SNAPSHOT API)"; + parent.document.title="org.apache.velocity.exception Class Hierarchy (Apache Velocity 2.0-SNAPSHOT API)"; } //--> </script> @@ -150,6 +150,6 @@ <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2000–2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2000–2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> Modified: velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/exception/package-use.html URL: http://svn.apache.org/viewvc/velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/exception/package-use.html?rev=1768390&r1=1768389&r2=1768390&view=diff ============================================================================== --- velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/exception/package-use.html (original) +++ velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/exception/package-use.html Sun Nov 6 21:14:47 2016 @@ -2,16 +2,16 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (version 1.7.0_51) on Tue Jul 26 17:33:02 CEST 2016 --> +<!-- Generated by javadoc (version 1.7.0_51) on Sun Nov 06 22:09:21 CET 2016 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> -<title>Uses of Package org.apache.velocity.exception (Apache Velocity 2.0.0-SNAPSHOT API)</title> -<meta name="date" content="2016-07-26"> +<title>Uses of Package org.apache.velocity.exception (Apache Velocity 2.0-SNAPSHOT API)</title> +<meta name="date" content="2016-11-06"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Package org.apache.velocity.exception (Apache Velocity 2.0.0-SNAPSHOT API)"; + parent.document.title="Uses of Package org.apache.velocity.exception (Apache Velocity 2.0-SNAPSHOT API)"; } //--> </script> @@ -470,6 +470,6 @@ <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2000–2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2000–2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> Modified: velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/io/Filter.html URL: http://svn.apache.org/viewvc/velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/io/Filter.html?rev=1768390&r1=1768389&r2=1768390&view=diff ============================================================================== --- velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/io/Filter.html (original) +++ velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/io/Filter.html Sun Nov 6 21:14:47 2016 @@ -2,16 +2,16 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (version 1.7.0_51) on Tue Jul 26 17:33:02 CEST 2016 --> +<!-- Generated by javadoc (version 1.7.0_51) on Sun Nov 06 22:09:20 CET 2016 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> -<title>Filter (Apache Velocity 2.0.0-SNAPSHOT API)</title> -<meta name="date" content="2016-07-26"> +<title>Filter (Apache Velocity 2.0-SNAPSHOT API)</title> +<meta name="date" content="2016-11-06"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Filter (Apache Velocity 2.0.0-SNAPSHOT API)"; + parent.document.title="Filter (Apache Velocity 2.0-SNAPSHOT API)"; } //--> </script> @@ -212,6 +212,6 @@ <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2000–2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2000–2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> Modified: velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/io/UnicodeInputStream.html URL: http://svn.apache.org/viewvc/velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/io/UnicodeInputStream.html?rev=1768390&r1=1768389&r2=1768390&view=diff ============================================================================== --- velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/io/UnicodeInputStream.html (original) +++ velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/io/UnicodeInputStream.html Sun Nov 6 21:14:47 2016 @@ -2,16 +2,16 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (version 1.7.0_51) on Tue Jul 26 17:33:02 CEST 2016 --> +<!-- Generated by javadoc (version 1.7.0_51) on Sun Nov 06 22:09:20 CET 2016 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> -<title>UnicodeInputStream (Apache Velocity 2.0.0-SNAPSHOT API)</title> -<meta name="date" content="2016-07-26"> +<title>UnicodeInputStream (Apache Velocity 2.0-SNAPSHOT API)</title> +<meta name="date" content="2016-11-06"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="UnicodeInputStream (Apache Velocity 2.0.0-SNAPSHOT API)"; + parent.document.title="UnicodeInputStream (Apache Velocity 2.0-SNAPSHOT API)"; } //--> </script> @@ -648,6 +648,6 @@ extends <a href="http://docs.oracle.com/ <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2000–2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2000–2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> Modified: velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/io/VelocityWriter.html URL: http://svn.apache.org/viewvc/velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/io/VelocityWriter.html?rev=1768390&r1=1768389&r2=1768390&view=diff ============================================================================== --- velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/io/VelocityWriter.html (original) +++ velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/io/VelocityWriter.html Sun Nov 6 21:14:47 2016 @@ -2,16 +2,16 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (version 1.7.0_51) on Tue Jul 26 17:33:02 CEST 2016 --> +<!-- Generated by javadoc (version 1.7.0_51) on Sun Nov 06 22:09:20 CET 2016 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> -<title>VelocityWriter (Apache Velocity 2.0.0-SNAPSHOT API)</title> -<meta name="date" content="2016-07-26"> +<title>VelocityWriter (Apache Velocity 2.0-SNAPSHOT API)</title> +<meta name="date" content="2016-11-06"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="VelocityWriter (Apache Velocity 2.0.0-SNAPSHOT API)"; + parent.document.title="VelocityWriter (Apache Velocity 2.0-SNAPSHOT API)"; } //--> </script> @@ -666,6 +666,6 @@ implements <a href="../../../../org/apac <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2000–2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2000–2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> Modified: velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/io/class-use/Filter.html URL: http://svn.apache.org/viewvc/velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/io/class-use/Filter.html?rev=1768390&r1=1768389&r2=1768390&view=diff ============================================================================== --- velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/io/class-use/Filter.html (original) +++ velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/io/class-use/Filter.html Sun Nov 6 21:14:47 2016 @@ -2,16 +2,16 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (version 1.7.0_51) on Tue Jul 26 17:33:02 CEST 2016 --> +<!-- Generated by javadoc (version 1.7.0_51) on Sun Nov 06 22:09:21 CET 2016 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> -<title>Uses of Interface org.apache.velocity.io.Filter (Apache Velocity 2.0.0-SNAPSHOT API)</title> -<meta name="date" content="2016-07-26"> +<title>Uses of Interface org.apache.velocity.io.Filter (Apache Velocity 2.0-SNAPSHOT API)</title> +<meta name="date" content="2016-11-06"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Interface org.apache.velocity.io.Filter (Apache Velocity 2.0.0-SNAPSHOT API)"; + parent.document.title="Uses of Interface org.apache.velocity.io.Filter (Apache Velocity 2.0-SNAPSHOT API)"; } //--> </script> @@ -154,6 +154,6 @@ <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2000–2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2000–2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> Modified: velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/io/class-use/UnicodeInputStream.html URL: http://svn.apache.org/viewvc/velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/io/class-use/UnicodeInputStream.html?rev=1768390&r1=1768389&r2=1768390&view=diff ============================================================================== --- velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/io/class-use/UnicodeInputStream.html (original) +++ velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/io/class-use/UnicodeInputStream.html Sun Nov 6 21:14:47 2016 @@ -2,16 +2,16 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (version 1.7.0_51) on Tue Jul 26 17:33:02 CEST 2016 --> +<!-- Generated by javadoc (version 1.7.0_51) on Sun Nov 06 22:09:21 CET 2016 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> -<title>Uses of Class org.apache.velocity.io.UnicodeInputStream (Apache Velocity 2.0.0-SNAPSHOT API)</title> -<meta name="date" content="2016-07-26"> +<title>Uses of Class org.apache.velocity.io.UnicodeInputStream (Apache Velocity 2.0-SNAPSHOT API)</title> +<meta name="date" content="2016-11-06"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class org.apache.velocity.io.UnicodeInputStream (Apache Velocity 2.0.0-SNAPSHOT API)"; + parent.document.title="Uses of Class org.apache.velocity.io.UnicodeInputStream (Apache Velocity 2.0-SNAPSHOT API)"; } //--> </script> @@ -112,6 +112,6 @@ <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2000–2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2000–2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> Modified: velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/io/class-use/VelocityWriter.html URL: http://svn.apache.org/viewvc/velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/io/class-use/VelocityWriter.html?rev=1768390&r1=1768389&r2=1768390&view=diff ============================================================================== --- velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/io/class-use/VelocityWriter.html (original) +++ velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/io/class-use/VelocityWriter.html Sun Nov 6 21:14:47 2016 @@ -2,16 +2,16 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (version 1.7.0_51) on Tue Jul 26 17:33:02 CEST 2016 --> +<!-- Generated by javadoc (version 1.7.0_51) on Sun Nov 06 22:09:21 CET 2016 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> -<title>Uses of Class org.apache.velocity.io.VelocityWriter (Apache Velocity 2.0.0-SNAPSHOT API)</title> -<meta name="date" content="2016-07-26"> +<title>Uses of Class org.apache.velocity.io.VelocityWriter (Apache Velocity 2.0-SNAPSHOT API)</title> +<meta name="date" content="2016-11-06"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class org.apache.velocity.io.VelocityWriter (Apache Velocity 2.0.0-SNAPSHOT API)"; + parent.document.title="Uses of Class org.apache.velocity.io.VelocityWriter (Apache Velocity 2.0-SNAPSHOT API)"; } //--> </script> @@ -112,6 +112,6 @@ <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2000–2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2000–2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> Modified: velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/io/package-frame.html URL: http://svn.apache.org/viewvc/velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/io/package-frame.html?rev=1768390&r1=1768389&r2=1768390&view=diff ============================================================================== --- velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/io/package-frame.html (original) +++ velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/io/package-frame.html Sun Nov 6 21:14:47 2016 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (version 1.7.0_51) on Tue Jul 26 17:33:02 CEST 2016 --> +<!-- Generated by javadoc (version 1.7.0_51) on Sun Nov 06 22:09:20 CET 2016 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> -<title>org.apache.velocity.io (Apache Velocity 2.0.0-SNAPSHOT API)</title> -<meta name="date" content="2016-07-26"> +<title>org.apache.velocity.io (Apache Velocity 2.0-SNAPSHOT API)</title> +<meta name="date" content="2016-11-06"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> </head> <body> Modified: velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/io/package-summary.html URL: http://svn.apache.org/viewvc/velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/io/package-summary.html?rev=1768390&r1=1768389&r2=1768390&view=diff ============================================================================== --- velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/io/package-summary.html (original) +++ velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/io/package-summary.html Sun Nov 6 21:14:47 2016 @@ -2,16 +2,16 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (version 1.7.0_51) on Tue Jul 26 17:33:02 CEST 2016 --> +<!-- Generated by javadoc (version 1.7.0_51) on Sun Nov 06 22:09:20 CET 2016 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> -<title>org.apache.velocity.io (Apache Velocity 2.0.0-SNAPSHOT API)</title> -<meta name="date" content="2016-07-26"> +<title>org.apache.velocity.io (Apache Velocity 2.0-SNAPSHOT API)</title> +<meta name="date" content="2016-11-06"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="org.apache.velocity.io (Apache Velocity 2.0.0-SNAPSHOT API)"; + parent.document.title="org.apache.velocity.io (Apache Velocity 2.0-SNAPSHOT API)"; } //--> </script> @@ -156,6 +156,6 @@ <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2000–2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2000–2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> Modified: velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/io/package-tree.html URL: http://svn.apache.org/viewvc/velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/io/package-tree.html?rev=1768390&r1=1768389&r2=1768390&view=diff ============================================================================== --- velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/io/package-tree.html (original) +++ velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/io/package-tree.html Sun Nov 6 21:14:47 2016 @@ -2,16 +2,16 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (version 1.7.0_51) on Tue Jul 26 17:33:02 CEST 2016 --> +<!-- Generated by javadoc (version 1.7.0_51) on Sun Nov 06 22:09:20 CET 2016 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> -<title>org.apache.velocity.io Class Hierarchy (Apache Velocity 2.0.0-SNAPSHOT API)</title> -<meta name="date" content="2016-07-26"> +<title>org.apache.velocity.io Class Hierarchy (Apache Velocity 2.0-SNAPSHOT API)</title> +<meta name="date" content="2016-11-06"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="org.apache.velocity.io Class Hierarchy (Apache Velocity 2.0.0-SNAPSHOT API)"; + parent.document.title="org.apache.velocity.io Class Hierarchy (Apache Velocity 2.0-SNAPSHOT API)"; } //--> </script> @@ -138,6 +138,6 @@ <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2000–2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2000–2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> Modified: velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/io/package-use.html URL: http://svn.apache.org/viewvc/velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/io/package-use.html?rev=1768390&r1=1768389&r2=1768390&view=diff ============================================================================== --- velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/io/package-use.html (original) +++ velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/io/package-use.html Sun Nov 6 21:14:47 2016 @@ -2,16 +2,16 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (version 1.7.0_51) on Tue Jul 26 17:33:02 CEST 2016 --> +<!-- Generated by javadoc (version 1.7.0_51) on Sun Nov 06 22:09:21 CET 2016 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> -<title>Uses of Package org.apache.velocity.io (Apache Velocity 2.0.0-SNAPSHOT API)</title> -<meta name="date" content="2016-07-26"> +<title>Uses of Package org.apache.velocity.io (Apache Velocity 2.0-SNAPSHOT API)</title> +<meta name="date" content="2016-11-06"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Package org.apache.velocity.io (Apache Velocity 2.0.0-SNAPSHOT API)"; + parent.document.title="Uses of Package org.apache.velocity.io (Apache Velocity 2.0-SNAPSHOT API)"; } //--> </script> @@ -148,6 +148,6 @@ <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2000–2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2000–2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> Modified: velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/package-frame.html URL: http://svn.apache.org/viewvc/velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/package-frame.html?rev=1768390&r1=1768389&r2=1768390&view=diff ============================================================================== --- velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/package-frame.html (original) +++ velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/package-frame.html Sun Nov 6 21:14:47 2016 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (version 1.7.0_51) on Tue Jul 26 17:33:02 CEST 2016 --> +<!-- Generated by javadoc (version 1.7.0_51) on Sun Nov 06 22:09:20 CET 2016 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> -<title>org.apache.velocity (Apache Velocity 2.0.0-SNAPSHOT API)</title> -<meta name="date" content="2016-07-26"> +<title>org.apache.velocity (Apache Velocity 2.0-SNAPSHOT API)</title> +<meta name="date" content="2016-11-06"> <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> </head> <body> Modified: velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/package-summary.html URL: http://svn.apache.org/viewvc/velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/package-summary.html?rev=1768390&r1=1768389&r2=1768390&view=diff ============================================================================== --- velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/package-summary.html (original) +++ velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/package-summary.html Sun Nov 6 21:14:47 2016 @@ -2,16 +2,16 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (version 1.7.0_51) on Tue Jul 26 17:33:02 CEST 2016 --> +<!-- Generated by javadoc (version 1.7.0_51) on Sun Nov 06 22:09:20 CET 2016 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> -<title>org.apache.velocity (Apache Velocity 2.0.0-SNAPSHOT API)</title> -<meta name="date" content="2016-07-26"> +<title>org.apache.velocity (Apache Velocity 2.0-SNAPSHOT API)</title> +<meta name="date" content="2016-11-06"> <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="org.apache.velocity (Apache Velocity 2.0.0-SNAPSHOT API)"; + parent.document.title="org.apache.velocity (Apache Velocity 2.0-SNAPSHOT API)"; } //--> </script> @@ -140,6 +140,6 @@ <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2000–2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2000–2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html>
