http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/blob/51c3b7e5/docs/api/freemarker/ext/util/IdentityHashMap.html ---------------------------------------------------------------------- diff --git a/docs/api/freemarker/ext/util/IdentityHashMap.html b/docs/api/freemarker/ext/util/IdentityHashMap.html index b5cfd28..1d8664b 100644 --- a/docs/api/freemarker/ext/util/IdentityHashMap.html +++ b/docs/api/freemarker/ext/util/IdentityHashMap.html @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_144) on Sun Oct 15 21:19:46 EDT 2017 --> +<!-- Generated by javadoc (1.8.0_144) on Sat Nov 11 19:25:50 CET 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>IdentityHashMap (FreeMarker 2.3.27-incubating API)</title> -<meta name="date" content="2017-10-15"> +<meta name="date" content="2017-11-11"> <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../script.js"></script> </head> @@ -98,10 +98,10 @@ var activeTableTab = "activeTableTab"; </div> <div class="contentContainer"> <ul class="inheritance"> -<li><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li> +<li>java.lang.Object</li> <li> <ul class="inheritance"> -<li><a href="http://docs.oracle.com/javase/8/docs/api/java/util/AbstractMap.html?is-external=true" title="class or interface in java.util">java.util.AbstractMap</a></li> +<li>java.util.AbstractMap</li> <li> <ul class="inheritance"> <li>freemarker.ext.util.IdentityHashMap</li> @@ -115,18 +115,18 @@ var activeTableTab = "activeTableTab"; <li class="blockList"> <dl> <dt>All Implemented Interfaces:</dt> -<dd><a href="http://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Cloneable.html?is-external=true" title="class or interface in java.lang">Cloneable</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a></dd> +<dd>java.io.Serializable, java.lang.Cloneable, java.util.Map</dd> </dl> <hr> <div class="block"><span class="deprecatedLabel">Deprecated.</span> -<div class="block"><span class="deprecationComment">Use <a href="http://docs.oracle.com/javase/8/docs/api/java/util/IdentityHashMap.html?is-external=true" title="class or interface in java.util"><code>IdentityHashMap</code></a> instead.</span></div> +<div class="block"><span class="deprecationComment">Use <code>IdentityHashMap</code> instead.</span></div> </div> <br> -<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Deprecated.html?is-external=true" title="class or interface in java.lang">@Deprecated</a> +<pre>@Deprecated public class <span class="typeNameLabel">IdentityHashMap</span> -extends <a href="http://docs.oracle.com/javase/8/docs/api/java/util/AbstractMap.html?is-external=true" title="class or interface in java.util">AbstractMap</a> -implements <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Cloneable.html?is-external=true" title="class or interface in java.lang">Cloneable</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a></pre> -<div class="block">Was used instead of <a href="http://docs.oracle.com/javase/8/docs/api/java/util/IdentityHashMap.html?is-external=true" title="class or interface in java.util"><code>IdentityHashMap</code></a> before that was added to Java itself in Java 1.4.</div> +extends java.util.AbstractMap +implements java.util.Map, java.lang.Cloneable, java.io.Serializable</pre> +<div class="block">Was used instead of <code>IdentityHashMap</code> before that was added to Java itself in Java 1.4.</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../serialized-form.html#freemarker.ext.util.IdentityHashMap">Serialized Form</a></dd> @@ -147,8 +147,8 @@ implements <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Map.html? <li class="blockList"><a name="nested.classes.inherited.from.class.java.util.AbstractMap"> <!-- --> </a> -<h3>Nested classes/interfaces inherited from class java.util.<a href="http://docs.oracle.com/javase/8/docs/api/java/util/AbstractMap.html?is-external=true" title="class or interface in java.util">AbstractMap</a></h3> -<code><a href="http://docs.oracle.com/javase/8/docs/api/java/util/AbstractMap.SimpleEntry.html?is-external=true" title="class or interface in java.util">AbstractMap.SimpleEntry</a><<a href="http://docs.oracle.com/javase/8/docs/api/java/util/AbstractMap.SimpleEntry.html?is-external=true" title="class or interface in java.util">K</a>,<a href="http://docs.oracle.com/javase/8/docs/api/java/util/AbstractMap.SimpleEntry.html?is-external=true" title="class or interface in java.util">V</a>>, <a href="http://docs.oracle.com/javase/8/docs/api/java/util/AbstractMap.SimpleImmutableEntry.html?is-external=true" title="class or interface in java.util">AbstractMap.SimpleImmutableEntry</a><<a href="http://docs.oracle.com/javase/8/docs/api/java/util/AbstractMap.SimpleImmutableEntry.html?is-external=true" title="class or interface in java.util">K</a>,<a href="http://docs.oracle.com/javase/8/docs/api/java/util/AbstractMap.SimpleImmutableEntry.html?is-external=true" title="class or interface in java.util">V</a>></code></li> +<h3>Nested classes/interfaces inherited from class java.util.AbstractMap</h3> +<code>java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V></code></li> </ul> </li> </ul> @@ -207,7 +207,7 @@ implements <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Map.html? </td> </tr> <tr class="rowColor"> -<td class="colOne"><code><span class="memberNameLink"><a href="../../../freemarker/ext/util/IdentityHashMap.html#IdentityHashMap-java.util.Map-">IdentityHashMap</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a> t)</code> +<td class="colOne"><code><span class="memberNameLink"><a href="../../../freemarker/ext/util/IdentityHashMap.html#IdentityHashMap-java.util.Map-">IdentityHashMap</a></span>(java.util.Map t)</code> <div class="block"><span class="deprecatedLabel">Deprecated.</span> </div> <div class="block">Constructs a new map with the same mappings as the given map.</div> </td> @@ -235,7 +235,7 @@ implements <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Map.html? </td> </tr> <tr id="i1" class="rowColor"> -<td class="colFirst"><code><a href="http://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="colFirst"><code>java.lang.Object</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../freemarker/ext/util/IdentityHashMap.html#clone--">clone</a></span>()</code> <div class="block"><span class="deprecatedLabel">Deprecated.</span> </div> <div class="block">Returns a shallow copy of this <tt>IdentityHashMap</tt> instance: the keys and @@ -244,7 +244,7 @@ implements <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Map.html? </tr> <tr id="i2" class="altColor"> <td class="colFirst"><code>boolean</code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../freemarker/ext/util/IdentityHashMap.html#containsKey-java.lang.Object-">containsKey</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> key)</code> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../freemarker/ext/util/IdentityHashMap.html#containsKey-java.lang.Object-">containsKey</a></span>(java.lang.Object key)</code> <div class="block"><span class="deprecatedLabel">Deprecated.</span> </div> <div class="block">Returns <tt>true</tt> if this map contains a mapping for the specified key.</div> @@ -252,22 +252,22 @@ implements <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Map.html? </tr> <tr id="i3" class="rowColor"> <td class="colFirst"><code>boolean</code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../freemarker/ext/util/IdentityHashMap.html#containsValue-java.lang.Object-">containsValue</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> value)</code> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../freemarker/ext/util/IdentityHashMap.html#containsValue-java.lang.Object-">containsValue</a></span>(java.lang.Object value)</code> <div class="block"><span class="deprecatedLabel">Deprecated.</span> </div> <div class="block">Returns <tt>true</tt> if this map maps one or more keys to the specified value.</div> </td> </tr> <tr id="i4" class="altColor"> -<td class="colFirst"><code><a href="http://docs.oracle.com/javase/8/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a></code></td> +<td class="colFirst"><code>java.util.Set</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../freemarker/ext/util/IdentityHashMap.html#entrySet--">entrySet</a></span>()</code> <div class="block"><span class="deprecatedLabel">Deprecated.</span> </div> <div class="block">Returns a collection view of the mappings contained in this map.</div> </td> </tr> <tr id="i5" class="rowColor"> -<td class="colFirst"><code><a href="http://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"><code><span class="memberNameLink"><a href="../../../freemarker/ext/util/IdentityHashMap.html#get-java.lang.Object-">get</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> key)</code> +<td class="colFirst"><code>java.lang.Object</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../freemarker/ext/util/IdentityHashMap.html#get-java.lang.Object-">get</a></span>(java.lang.Object key)</code> <div class="block"><span class="deprecatedLabel">Deprecated.</span> </div> <div class="block">Returns the value to which this map maps the specified key.</div> </td> @@ -280,30 +280,30 @@ implements <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Map.html? </td> </tr> <tr id="i7" class="rowColor"> -<td class="colFirst"><code><a href="http://docs.oracle.com/javase/8/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a></code></td> +<td class="colFirst"><code>java.util.Set</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../freemarker/ext/util/IdentityHashMap.html#keySet--">keySet</a></span>()</code> <div class="block"><span class="deprecatedLabel">Deprecated.</span> </div> <div class="block">Returns a set view of the keys contained in this map.</div> </td> </tr> <tr id="i8" class="altColor"> -<td class="colFirst"><code><a href="http://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"><code><span class="memberNameLink"><a href="../../../freemarker/ext/util/IdentityHashMap.html#put-java.lang.Object-java.lang.Object-">put</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> key, - <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> value)</code> +<td class="colFirst"><code>java.lang.Object</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../freemarker/ext/util/IdentityHashMap.html#put-java.lang.Object-java.lang.Object-">put</a></span>(java.lang.Object key, + java.lang.Object value)</code> <div class="block"><span class="deprecatedLabel">Deprecated.</span> </div> <div class="block">Associates the specified value with the specified key in this map.</div> </td> </tr> <tr id="i9" class="rowColor"> <td class="colFirst"><code>void</code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../freemarker/ext/util/IdentityHashMap.html#putAll-java.util.Map-">putAll</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a> t)</code> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../freemarker/ext/util/IdentityHashMap.html#putAll-java.util.Map-">putAll</a></span>(java.util.Map t)</code> <div class="block"><span class="deprecatedLabel">Deprecated.</span> </div> <div class="block">Copies all of the mappings from the specified map to this one.</div> </td> </tr> <tr id="i10" class="altColor"> -<td class="colFirst"><code><a href="http://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"><code><span class="memberNameLink"><a href="../../../freemarker/ext/util/IdentityHashMap.html#remove-java.lang.Object-">remove</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> key)</code> +<td class="colFirst"><code>java.lang.Object</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../freemarker/ext/util/IdentityHashMap.html#remove-java.lang.Object-">remove</a></span>(java.lang.Object key)</code> <div class="block"><span class="deprecatedLabel">Deprecated.</span> </div> <div class="block">Removes the mapping for this key from this map if present.</div> </td> @@ -316,7 +316,7 @@ implements <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Map.html? </td> </tr> <tr id="i12" class="altColor"> -<td class="colFirst"><code><a href="http://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a></code></td> +<td class="colFirst"><code>java.util.Collection</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../freemarker/ext/util/IdentityHashMap.html#values--">values</a></span>()</code> <div class="block"><span class="deprecatedLabel">Deprecated.</span> </div> <div class="block">Returns a collection view of the values contained in this map.</div> @@ -327,22 +327,22 @@ implements <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Map.html? <li class="blockList"><a name="methods.inherited.from.class.java.util.AbstractMap"> <!-- --> </a> -<h3>Methods inherited from class java.util.<a href="http://docs.oracle.com/javase/8/docs/api/java/util/AbstractMap.html?is-external=true" title="class or interface in java.util">AbstractMap</a></h3> -<code><a href="http://docs.oracle.com/javase/8/docs/api/java/util/AbstractMap.html?is-external=true#equals-java.lang.Object-" title="class or interface in java.util">equals</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/util/AbstractMap.html?is-external=true#hashCode--" title="class or interface in java.util">hashCode</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/util/AbstractMap.html?is-external=true#toString--" title="class or interface in java.util">toString</a></code></li> +<h3>Methods inherited from class java.util.AbstractMap</h3> +<code>equals, hashCode, toString</code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> <!-- --> </a> -<h3>Methods inherited from class java.lang.<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3> -<code><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#finalize--" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#getClass--" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notify--" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notifyAll--" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait--" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is- external=true#wait-long-int-" title="class or interface in java.lang">wait</a></code></li> +<h3>Methods inherited from class java.lang.Object</h3> +<code>finalize, getClass, notify, notifyAll, wait, wait, wait</code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.java.util.Map"> <!-- --> </a> -<h3>Methods inherited from interface java.util.<a href="http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a></h3> -<code><a href="http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true#compute-K-java.util.function.BiFunction-" title="class or interface in java.util">compute</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true#computeIfAbsent-K-java.util.function.Function-" title="class or interface in java.util">computeIfAbsent</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true#computeIfPresent-K-java.util.function.BiFunction-" title="class or interface in java.util">computeIfPresent</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true#equals-java.lang.Object-" title="class or interface in java.util">equals</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true#forEach-java.util.function.BiConsumer-" title="class or interface in java.util">forEach</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-e xternal=true#getOrDefault-java.lang.Object-V-" title="class or interface in java.util">getOrDefault</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true#hashCode--" title="class or interface in java.util">hashCode</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true#merge-K-V-java.util.function.BiFunction-" title="class or interface in java.util">merge</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true#putIfAbsent-K-V-" title="class or interface in java.util">putIfAbsent</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true#remove-java.lang.Object-java.lang.Object-" title="class or interface in java.util">remove</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true#replace-K-V-" title="class or interface in java.util">replace</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Map.ht ml?is-external=true#replace-K-V-V-" title="class or interface in java.util">replace</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true#replaceAll-java.util.function.BiFunction-" title="class or interface in java.util">replaceAll</a></code></li> +<h3>Methods inherited from interface java.util.Map</h3> +<code>compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll</code></li> </ul> </li> </ul> @@ -396,7 +396,7 @@ implements <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Map.html? <dd><code>initialCapacity</code> - the initial capacity of the IdentityHashMap.</dd> <dd><code>loadFactor</code> - the load factor of the IdentityHashMap</dd> <dt><span class="throwsLabel">Throws:</span></dt> -<dd><code><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</a></code> - if the initial capacity is less +<dd><code>java.lang.IllegalArgumentException</code> - if the initial capacity is less than zero, or if the load factor is nonpositive.</dd> </dl> </li> @@ -415,7 +415,7 @@ implements <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Map.html? <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>initialCapacity</code> - the initial capacity of the IdentityHashMap.</dd> <dt><span class="throwsLabel">Throws:</span></dt> -<dd><code><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</a></code> - if the initial capacity is less +<dd><code>java.lang.IllegalArgumentException</code> - if the initial capacity is less than zero.</dd> </dl> </li> @@ -438,7 +438,7 @@ implements <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Map.html? <ul class="blockListLast"> <li class="blockList"> <h4>IdentityHashMap</h4> -<pre>public IdentityHashMap(<a href="http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a> t)</pre> +<pre>public IdentityHashMap(java.util.Map t)</pre> <div class="block"><span class="deprecatedLabel">Deprecated.</span> </div> <div class="block">Constructs a new map with the same mappings as the given map. The map is created with a capacity of twice the number of mappings in @@ -469,9 +469,9 @@ implements <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Map.html? <div class="block">Returns the number of key-value mappings in this map.</div> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> -<dd><code><a href="http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true#size--" title="class or interface in java.util">size</a></code> in interface <code><a href="http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a></code></dd> +<dd><code>size</code> in interface <code>java.util.Map</code></dd> <dt><span class="overrideSpecifyLabel">Overrides:</span></dt> -<dd><code><a href="http://docs.oracle.com/javase/8/docs/api/java/util/AbstractMap.html?is-external=true#size--" title="class or interface in java.util">size</a></code> in class <code><a href="http://docs.oracle.com/javase/8/docs/api/java/util/AbstractMap.html?is-external=true" title="class or interface in java.util">AbstractMap</a></code></dd> +<dd><code>size</code> in class <code>java.util.AbstractMap</code></dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>the number of key-value mappings in this map.</dd> </dl> @@ -488,9 +488,9 @@ implements <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Map.html? <div class="block">Returns <tt>true</tt> if this map contains no key-value mappings.</div> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> -<dd><code><a href="http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true#isEmpty--" title="class or interface in java.util">isEmpty</a></code> in interface <code><a href="http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a></code></dd> +<dd><code>isEmpty</code> in interface <code>java.util.Map</code></dd> <dt><span class="overrideSpecifyLabel">Overrides:</span></dt> -<dd><code><a href="http://docs.oracle.com/javase/8/docs/api/java/util/AbstractMap.html?is-external=true#isEmpty--" title="class or interface in java.util">isEmpty</a></code> in class <code><a href="http://docs.oracle.com/javase/8/docs/api/java/util/AbstractMap.html?is-external=true" title="class or interface in java.util">AbstractMap</a></code></dd> +<dd><code>isEmpty</code> in class <code>java.util.AbstractMap</code></dd> <dt><span class="returnLabel">Returns:</span></dt> <dd><tt>true</tt> if this map contains no key-value mappings.</dd> </dl> @@ -502,15 +502,15 @@ implements <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Map.html? <ul class="blockList"> <li class="blockList"> <h4>containsValue</h4> -<pre>public boolean containsValue(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> value)</pre> +<pre>public boolean containsValue(java.lang.Object value)</pre> <div class="block"><span class="deprecatedLabel">Deprecated.</span> </div> <div class="block">Returns <tt>true</tt> if this map maps one or more keys to the specified value.</div> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> -<dd><code><a href="http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true#containsValue-java.lang.Object-" title="class or interface in java.util">containsValue</a></code> in interface <code><a href="http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a></code></dd> +<dd><code>containsValue</code> in interface <code>java.util.Map</code></dd> <dt><span class="overrideSpecifyLabel">Overrides:</span></dt> -<dd><code><a href="http://docs.oracle.com/javase/8/docs/api/java/util/AbstractMap.html?is-external=true#containsValue-java.lang.Object-" title="class or interface in java.util">containsValue</a></code> in class <code><a href="http://docs.oracle.com/javase/8/docs/api/java/util/AbstractMap.html?is-external=true" title="class or interface in java.util">AbstractMap</a></code></dd> +<dd><code>containsValue</code> in class <code>java.util.AbstractMap</code></dd> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>value</code> - value whose presence in this map is to be tested.</dd> <dt><span class="returnLabel">Returns:</span></dt> @@ -525,15 +525,15 @@ implements <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Map.html? <ul class="blockList"> <li class="blockList"> <h4>containsKey</h4> -<pre>public boolean containsKey(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> key)</pre> +<pre>public boolean containsKey(java.lang.Object key)</pre> <div class="block"><span class="deprecatedLabel">Deprecated.</span> </div> <div class="block">Returns <tt>true</tt> if this map contains a mapping for the specified key.</div> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> -<dd><code><a href="http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true#containsKey-java.lang.Object-" title="class or interface in java.util">containsKey</a></code> in interface <code><a href="http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a></code></dd> +<dd><code>containsKey</code> in interface <code>java.util.Map</code></dd> <dt><span class="overrideSpecifyLabel">Overrides:</span></dt> -<dd><code><a href="http://docs.oracle.com/javase/8/docs/api/java/util/AbstractMap.html?is-external=true#containsKey-java.lang.Object-" title="class or interface in java.util">containsKey</a></code> in class <code><a href="http://docs.oracle.com/javase/8/docs/api/java/util/AbstractMap.html?is-external=true" title="class or interface in java.util">AbstractMap</a></code></dd> +<dd><code>containsKey</code> in class <code>java.util.AbstractMap</code></dd> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>key</code> - key whose presence in this Map is to be tested.</dd> <dt><span class="returnLabel">Returns:</span></dt> @@ -548,7 +548,7 @@ implements <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Map.html? <ul class="blockList"> <li class="blockList"> <h4>get</h4> -<pre>public <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> get(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> key)</pre> +<pre>public java.lang.Object get(java.lang.Object key)</pre> <div class="block"><span class="deprecatedLabel">Deprecated.</span> </div> <div class="block">Returns the value to which this map maps the specified key. Returns <tt>null</tt> if the map contains no mapping for this key. A return @@ -558,9 +558,9 @@ implements <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Map.html? operation may be used to distinguish these two cases.</div> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> -<dd><code><a href="http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true#get-java.lang.Object-" title="class or interface in java.util">get</a></code> in interface <code><a href="http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a></code></dd> +<dd><code>get</code> in interface <code>java.util.Map</code></dd> <dt><span class="overrideSpecifyLabel">Overrides:</span></dt> -<dd><code><a href="http://docs.oracle.com/javase/8/docs/api/java/util/AbstractMap.html?is-external=true#get-java.lang.Object-" title="class or interface in java.util">get</a></code> in class <code><a href="http://docs.oracle.com/javase/8/docs/api/java/util/AbstractMap.html?is-external=true" title="class or interface in java.util">AbstractMap</a></code></dd> +<dd><code>get</code> in class <code>java.util.AbstractMap</code></dd> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>key</code> - key whose associated value is to be returned.</dd> <dt><span class="returnLabel">Returns:</span></dt> @@ -574,17 +574,17 @@ implements <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Map.html? <ul class="blockList"> <li class="blockList"> <h4>put</h4> -<pre>public <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> put(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> key, - <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> value)</pre> +<pre>public java.lang.Object put(java.lang.Object key, + java.lang.Object value)</pre> <div class="block"><span class="deprecatedLabel">Deprecated.</span> </div> <div class="block">Associates the specified value with the specified key in this map. If the map previously contained a mapping for this key, the old value is replaced.</div> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> -<dd><code><a href="http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true#put-K-V-" title="class or interface in java.util">put</a></code> in interface <code><a href="http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a></code></dd> +<dd><code>put</code> in interface <code>java.util.Map</code></dd> <dt><span class="overrideSpecifyLabel">Overrides:</span></dt> -<dd><code><a href="http://docs.oracle.com/javase/8/docs/api/java/util/AbstractMap.html?is-external=true#put-K-V-" title="class or interface in java.util">put</a></code> in class <code><a href="http://docs.oracle.com/javase/8/docs/api/java/util/AbstractMap.html?is-external=true" title="class or interface in java.util">AbstractMap</a></code></dd> +<dd><code>put</code> in class <code>java.util.AbstractMap</code></dd> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>key</code> - key with which the specified value is to be associated.</dd> <dd><code>value</code> - value to be associated with the specified key.</dd> @@ -602,14 +602,14 @@ implements <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Map.html? <ul class="blockList"> <li class="blockList"> <h4>remove</h4> -<pre>public <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> remove(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> key)</pre> +<pre>public java.lang.Object remove(java.lang.Object key)</pre> <div class="block"><span class="deprecatedLabel">Deprecated.</span> </div> <div class="block">Removes the mapping for this key from this map if present.</div> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> -<dd><code><a href="http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true#remove-java.lang.Object-" title="class or interface in java.util">remove</a></code> in interface <code><a href="http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a></code></dd> +<dd><code>remove</code> in interface <code>java.util.Map</code></dd> <dt><span class="overrideSpecifyLabel">Overrides:</span></dt> -<dd><code><a href="http://docs.oracle.com/javase/8/docs/api/java/util/AbstractMap.html?is-external=true#remove-java.lang.Object-" title="class or interface in java.util">remove</a></code> in class <code><a href="http://docs.oracle.com/javase/8/docs/api/java/util/AbstractMap.html?is-external=true" title="class or interface in java.util">AbstractMap</a></code></dd> +<dd><code>remove</code> in class <code>java.util.AbstractMap</code></dd> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>key</code> - key whose mapping is to be removed from the map.</dd> <dt><span class="returnLabel">Returns:</span></dt> @@ -626,7 +626,7 @@ implements <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Map.html? <ul class="blockList"> <li class="blockList"> <h4>putAll</h4> -<pre>public void putAll(<a href="http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a> t)</pre> +<pre>public void putAll(java.util.Map t)</pre> <div class="block"><span class="deprecatedLabel">Deprecated.</span> </div> <div class="block">Copies all of the mappings from the specified map to this one. @@ -634,9 +634,9 @@ implements <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Map.html? keys currently in the specified Map.</div> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> -<dd><code><a href="http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true#putAll-java.util.Map-" title="class or interface in java.util">putAll</a></code> in interface <code><a href="http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a></code></dd> +<dd><code>putAll</code> in interface <code>java.util.Map</code></dd> <dt><span class="overrideSpecifyLabel">Overrides:</span></dt> -<dd><code><a href="http://docs.oracle.com/javase/8/docs/api/java/util/AbstractMap.html?is-external=true#putAll-java.util.Map-" title="class or interface in java.util">putAll</a></code> in class <code><a href="http://docs.oracle.com/javase/8/docs/api/java/util/AbstractMap.html?is-external=true" title="class or interface in java.util">AbstractMap</a></code></dd> +<dd><code>putAll</code> in class <code>java.util.AbstractMap</code></dd> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>t</code> - Mappings to be stored in this map.</dd> </dl> @@ -653,9 +653,9 @@ implements <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Map.html? <div class="block">Removes all mappings from this map.</div> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> -<dd><code><a href="http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true#clear--" title="class or interface in java.util">clear</a></code> in interface <code><a href="http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a></code></dd> +<dd><code>clear</code> in interface <code>java.util.Map</code></dd> <dt><span class="overrideSpecifyLabel">Overrides:</span></dt> -<dd><code><a href="http://docs.oracle.com/javase/8/docs/api/java/util/AbstractMap.html?is-external=true#clear--" title="class or interface in java.util">clear</a></code> in class <code><a href="http://docs.oracle.com/javase/8/docs/api/java/util/AbstractMap.html?is-external=true" title="class or interface in java.util">AbstractMap</a></code></dd> +<dd><code>clear</code> in class <code>java.util.AbstractMap</code></dd> </dl> </li> </ul> @@ -665,13 +665,13 @@ implements <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Map.html? <ul class="blockList"> <li class="blockList"> <h4>clone</h4> -<pre>public <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> clone()</pre> +<pre>public java.lang.Object clone()</pre> <div class="block"><span class="deprecatedLabel">Deprecated.</span> </div> <div class="block">Returns a shallow copy of this <tt>IdentityHashMap</tt> instance: the keys and values themselves are not cloned.</div> <dl> <dt><span class="overrideSpecifyLabel">Overrides:</span></dt> -<dd><code><a href="http://docs.oracle.com/javase/8/docs/api/java/util/AbstractMap.html?is-external=true#clone--" title="class or interface in java.util">clone</a></code> in class <code><a href="http://docs.oracle.com/javase/8/docs/api/java/util/AbstractMap.html?is-external=true" title="class or interface in java.util">AbstractMap</a></code></dd> +<dd><code>clone</code> in class <code>java.util.AbstractMap</code></dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>a shallow copy of this map.</dd> </dl> @@ -683,7 +683,7 @@ implements <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Map.html? <ul class="blockList"> <li class="blockList"> <h4>keySet</h4> -<pre>public <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a> keySet()</pre> +<pre>public java.util.Set keySet()</pre> <div class="block"><span class="deprecatedLabel">Deprecated.</span> </div> <div class="block">Returns a set view of the keys contained in this map. The set is backed by the map, so changes to the map are reflected in the set, and @@ -694,9 +694,9 @@ implements <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Map.html? <tt>addAll</tt> operations.</div> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> -<dd><code><a href="http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true#keySet--" title="class or interface in java.util">keySet</a></code> in interface <code><a href="http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a></code></dd> +<dd><code>keySet</code> in interface <code>java.util.Map</code></dd> <dt><span class="overrideSpecifyLabel">Overrides:</span></dt> -<dd><code><a href="http://docs.oracle.com/javase/8/docs/api/java/util/AbstractMap.html?is-external=true#keySet--" title="class or interface in java.util">keySet</a></code> in class <code><a href="http://docs.oracle.com/javase/8/docs/api/java/util/AbstractMap.html?is-external=true" title="class or interface in java.util">AbstractMap</a></code></dd> +<dd><code>keySet</code> in class <code>java.util.AbstractMap</code></dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>a set view of the keys contained in this map.</dd> </dl> @@ -708,7 +708,7 @@ implements <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Map.html? <ul class="blockList"> <li class="blockList"> <h4>values</h4> -<pre>public <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a> values()</pre> +<pre>public java.util.Collection values()</pre> <div class="block"><span class="deprecatedLabel">Deprecated.</span> </div> <div class="block">Returns a collection view of the values contained in this map. The collection is backed by the map, so changes to the map are reflected in @@ -719,9 +719,9 @@ implements <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Map.html? It does not support the <tt>add</tt> or <tt>addAll</tt> operations.</div> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> -<dd><code><a href="http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true#values--" title="class or interface in java.util">values</a></code> in interface <code><a href="http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a></code></dd> +<dd><code>values</code> in interface <code>java.util.Map</code></dd> <dt><span class="overrideSpecifyLabel">Overrides:</span></dt> -<dd><code><a href="http://docs.oracle.com/javase/8/docs/api/java/util/AbstractMap.html?is-external=true#values--" title="class or interface in java.util">values</a></code> in class <code><a href="http://docs.oracle.com/javase/8/docs/api/java/util/AbstractMap.html?is-external=true" title="class or interface in java.util">AbstractMap</a></code></dd> +<dd><code>values</code> in class <code>java.util.AbstractMap</code></dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>a collection view of the values contained in this map.</dd> </dl> @@ -733,7 +733,7 @@ implements <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Map.html? <ul class="blockListLast"> <li class="blockList"> <h4>entrySet</h4> -<pre>public <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a> entrySet()</pre> +<pre>public java.util.Set entrySet()</pre> <div class="block"><span class="deprecatedLabel">Deprecated.</span> </div> <div class="block">Returns a collection view of the mappings contained in this map. Each element in the returned collection is a <tt>Map.Entry</tt>. The @@ -745,13 +745,13 @@ implements <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Map.html? It does not support the <tt>add</tt> or <tt>addAll</tt> operations.</div> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> -<dd><code><a href="http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true#entrySet--" title="class or interface in java.util">entrySet</a></code> in interface <code><a href="http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a></code></dd> +<dd><code>entrySet</code> in interface <code>java.util.Map</code></dd> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> -<dd><code><a href="http://docs.oracle.com/javase/8/docs/api/java/util/AbstractMap.html?is-external=true#entrySet--" title="class or interface in java.util">entrySet</a></code> in class <code><a href="http://docs.oracle.com/javase/8/docs/api/java/util/AbstractMap.html?is-external=true" title="class or interface in java.util">AbstractMap</a></code></dd> +<dd><code>entrySet</code> in class <code>java.util.AbstractMap</code></dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>a collection view of the mappings contained in this map.</dd> <dt><span class="seeLabel">See Also:</span></dt> -<dd><a href="http://docs.oracle.com/javase/8/docs/api/java/util/Map.Entry.html?is-external=true" title="class or interface in java.util"><code>Map.Entry</code></a></dd> +<dd><code>Map.Entry</code></dd> </dl> </li> </ul>
http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/blob/51c3b7e5/docs/api/freemarker/ext/util/ModelCache.html ---------------------------------------------------------------------- diff --git a/docs/api/freemarker/ext/util/ModelCache.html b/docs/api/freemarker/ext/util/ModelCache.html index 8ba065d..1b1498c 100644 --- a/docs/api/freemarker/ext/util/ModelCache.html +++ b/docs/api/freemarker/ext/util/ModelCache.html @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_144) on Sun Oct 15 21:19:46 EDT 2017 --> +<!-- Generated by javadoc (1.8.0_144) on Sat Nov 11 19:25:50 CET 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>ModelCache (FreeMarker 2.3.27-incubating API)</title> -<meta name="date" content="2017-10-15"> +<meta name="date" content="2017-11-11"> <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../script.js"></script> </head> @@ -98,7 +98,7 @@ var activeTableTab = "activeTableTab"; </div> <div class="contentContainer"> <ul class="inheritance"> -<li><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li> +<li>java.lang.Object</li> <li> <ul class="inheritance"> <li>freemarker.ext.util.ModelCache</li> @@ -115,7 +115,7 @@ var activeTableTab = "activeTableTab"; <hr> <br> <pre>public abstract class <span class="typeNameLabel">ModelCache</span> -extends <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></pre> +extends java.lang.Object</pre> <div class="block">Internally used by various wrapper implementations to implement model caching.</div> </li> @@ -161,11 +161,11 @@ extends <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html? </tr> <tr id="i1" class="rowColor"> <td class="colFirst"><code>protected abstract <a href="../../../freemarker/template/TemplateModel.html" title="interface in freemarker.template">TemplateModel</a></code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../freemarker/ext/util/ModelCache.html#create-java.lang.Object-">create</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> object)</code> </td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../freemarker/ext/util/ModelCache.html#create-java.lang.Object-">create</a></span>(java.lang.Object object)</code> </td> </tr> <tr id="i2" class="altColor"> <td class="colFirst"><code><a href="../../../freemarker/template/TemplateModel.html" title="interface in freemarker.template">TemplateModel</a></code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../freemarker/ext/util/ModelCache.html#getInstance-java.lang.Object-">getInstance</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> object)</code> </td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../freemarker/ext/util/ModelCache.html#getInstance-java.lang.Object-">getInstance</a></span>(java.lang.Object object)</code> </td> </tr> <tr id="i3" class="rowColor"> <td class="colFirst"><code>boolean</code></td> @@ -173,7 +173,7 @@ extends <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html? </tr> <tr id="i4" class="altColor"> <td class="colFirst"><code>protected abstract boolean</code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../freemarker/ext/util/ModelCache.html#isCacheable-java.lang.Object-">isCacheable</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> object)</code> </td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../freemarker/ext/util/ModelCache.html#isCacheable-java.lang.Object-">isCacheable</a></span>(java.lang.Object object)</code> </td> </tr> <tr id="i5" class="rowColor"> <td class="colFirst"><code>void</code></td> @@ -186,8 +186,8 @@ extends <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html? <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> <!-- --> </a> -<h3>Methods inherited from class java.lang.<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3> -<code><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#clone--" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#finalize--" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#getClass--" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#hashCode--" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notify--" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang /Object.html?is-external=true#notifyAll--" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#toString--" title="class or interface in java.lang">toString</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait--" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-int-" title="class or interface in java.lang">wait</a></code></li> +<h3>Methods inherited from class java.lang.Object</h3> +<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> </ul> </li> </ul> @@ -251,7 +251,7 @@ extends <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>getInstance</h4> -<pre>public <a href="../../../freemarker/template/TemplateModel.html" title="interface in freemarker.template">TemplateModel</a> getInstance(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> object)</pre> +<pre>public <a href="../../../freemarker/template/TemplateModel.html" title="interface in freemarker.template">TemplateModel</a> getInstance(java.lang.Object object)</pre> </li> </ul> <a name="create-java.lang.Object-"> @@ -260,7 +260,7 @@ extends <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>create</h4> -<pre>protected abstract <a href="../../../freemarker/template/TemplateModel.html" title="interface in freemarker.template">TemplateModel</a> create(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> object)</pre> +<pre>protected abstract <a href="../../../freemarker/template/TemplateModel.html" title="interface in freemarker.template">TemplateModel</a> create(java.lang.Object object)</pre> </li> </ul> <a name="isCacheable-java.lang.Object-"> @@ -269,7 +269,7 @@ extends <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>isCacheable</h4> -<pre>protected abstract boolean isCacheable(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> object)</pre> +<pre>protected abstract boolean isCacheable(java.lang.Object object)</pre> </li> </ul> <a name="clearCache--"> http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/blob/51c3b7e5/docs/api/freemarker/ext/util/ModelFactory.html ---------------------------------------------------------------------- diff --git a/docs/api/freemarker/ext/util/ModelFactory.html b/docs/api/freemarker/ext/util/ModelFactory.html index fc26464..fda0d7c 100644 --- a/docs/api/freemarker/ext/util/ModelFactory.html +++ b/docs/api/freemarker/ext/util/ModelFactory.html @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_144) on Sun Oct 15 21:19:46 EDT 2017 --> +<!-- Generated by javadoc (1.8.0_144) on Sat Nov 11 19:25:50 CET 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>ModelFactory (FreeMarker 2.3.27-incubating API)</title> -<meta name="date" content="2017-10-15"> +<meta name="date" content="2017-11-11"> <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../script.js"></script> </head> @@ -124,7 +124,7 @@ var activeTableTab = "activeTableTab"; </tr> <tr id="i0" class="altColor"> <td class="colFirst"><code><a href="../../../freemarker/template/TemplateModel.html" title="interface in freemarker.template">TemplateModel</a></code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../freemarker/ext/util/ModelFactory.html#create-java.lang.Object-freemarker.template.ObjectWrapper-">create</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> object, +<td class="colLast"><code><span class="memberNameLink"><a href="../../../freemarker/ext/util/ModelFactory.html#create-java.lang.Object-freemarker.template.ObjectWrapper-">create</a></span>(java.lang.Object object, <a href="../../../freemarker/template/ObjectWrapper.html" title="interface in freemarker.template">ObjectWrapper</a> wrapper)</code> <div class="block">Create a wrapping model for the specified object that belongs to the specified wrapper.</div> @@ -151,7 +151,7 @@ var activeTableTab = "activeTableTab"; <ul class="blockListLast"> <li class="blockList"> <h4>create</h4> -<pre><a href="../../../freemarker/template/TemplateModel.html" title="interface in freemarker.template">TemplateModel</a> create(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> object, +<pre><a href="../../../freemarker/template/TemplateModel.html" title="interface in freemarker.template">TemplateModel</a> create(java.lang.Object object, <a href="../../../freemarker/template/ObjectWrapper.html" title="interface in freemarker.template">ObjectWrapper</a> wrapper)</pre> <div class="block">Create a wrapping model for the specified object that belongs to the specified wrapper.</div> http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/blob/51c3b7e5/docs/api/freemarker/ext/util/WrapperTemplateModel.html ---------------------------------------------------------------------- diff --git a/docs/api/freemarker/ext/util/WrapperTemplateModel.html b/docs/api/freemarker/ext/util/WrapperTemplateModel.html index 9307854..0c201ef 100644 --- a/docs/api/freemarker/ext/util/WrapperTemplateModel.html +++ b/docs/api/freemarker/ext/util/WrapperTemplateModel.html @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_144) on Sun Oct 15 21:19:46 EDT 2017 --> +<!-- Generated by javadoc (1.8.0_144) on Sat Nov 11 19:25:50 CET 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>WrapperTemplateModel (FreeMarker 2.3.27-incubating API)</title> -<meta name="date" content="2017-10-15"> +<meta name="date" content="2017-11-11"> <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../script.js"></script> </head> @@ -150,7 +150,7 @@ extends <a href="../../../freemarker/template/TemplateModel.html" title="interfa <th class="colLast" scope="col">Method and Description</th> </tr> <tr id="i0" class="altColor"> -<td class="colFirst"><code><a href="http://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="colFirst"><code>java.lang.Object</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../freemarker/ext/util/WrapperTemplateModel.html#getWrappedObject--">getWrappedObject</a></span>()</code> <div class="block">Retrieves the original object wrapped by this model.</div> </td> @@ -176,7 +176,7 @@ extends <a href="../../../freemarker/template/TemplateModel.html" title="interfa <ul class="blockListLast"> <li class="blockList"> <h4>getWrappedObject</h4> -<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> getWrappedObject()</pre> +<pre>java.lang.Object getWrappedObject()</pre> <div class="block">Retrieves the original object wrapped by this model.</div> </li> </ul> http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/blob/51c3b7e5/docs/api/freemarker/ext/util/class-use/IdentityHashMap.html ---------------------------------------------------------------------- diff --git a/docs/api/freemarker/ext/util/class-use/IdentityHashMap.html b/docs/api/freemarker/ext/util/class-use/IdentityHashMap.html index 2fdd9b4..219691d 100644 --- a/docs/api/freemarker/ext/util/class-use/IdentityHashMap.html +++ b/docs/api/freemarker/ext/util/class-use/IdentityHashMap.html @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_144) on Sun Oct 15 21:19:47 EDT 2017 --> +<!-- Generated by javadoc (1.8.0_144) on Sat Nov 11 19:25:51 CET 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Class freemarker.ext.util.IdentityHashMap (FreeMarker 2.3.27-incubating API)</title> -<meta name="date" content="2017-10-15"> +<meta name="date" content="2017-11-11"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/blob/51c3b7e5/docs/api/freemarker/ext/util/class-use/ModelCache.html ---------------------------------------------------------------------- diff --git a/docs/api/freemarker/ext/util/class-use/ModelCache.html b/docs/api/freemarker/ext/util/class-use/ModelCache.html index 1395ed1..c35d46d 100644 --- a/docs/api/freemarker/ext/util/class-use/ModelCache.html +++ b/docs/api/freemarker/ext/util/class-use/ModelCache.html @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_144) on Sun Oct 15 21:19:47 EDT 2017 --> +<!-- Generated by javadoc (1.8.0_144) on Sat Nov 11 19:25:51 CET 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Class freemarker.ext.util.ModelCache (FreeMarker 2.3.27-incubating API)</title> -<meta name="date" content="2017-10-15"> +<meta name="date" content="2017-11-11"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/blob/51c3b7e5/docs/api/freemarker/ext/util/class-use/ModelFactory.html ---------------------------------------------------------------------- diff --git a/docs/api/freemarker/ext/util/class-use/ModelFactory.html b/docs/api/freemarker/ext/util/class-use/ModelFactory.html index 38995f7..65a758a 100644 --- a/docs/api/freemarker/ext/util/class-use/ModelFactory.html +++ b/docs/api/freemarker/ext/util/class-use/ModelFactory.html @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_144) on Sun Oct 15 21:19:47 EDT 2017 --> +<!-- Generated by javadoc (1.8.0_144) on Sat Nov 11 19:25:51 CET 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Interface freemarker.ext.util.ModelFactory (FreeMarker 2.3.27-incubating API)</title> -<meta name="date" content="2017-10-15"> +<meta name="date" content="2017-11-11"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -114,7 +114,7 @@ this to expose Java Beans and POJO-s to templates.</div> <tbody> <tr class="altColor"> <td class="colFirst"><code>protected <a href="../../../../freemarker/ext/util/ModelFactory.html" title="interface in freemarker.ext.util">ModelFactory</a></code></td> -<td class="colLast"><span class="typeNameLabel">BeansWrapper.</span><code><span class="memberNameLink"><a href="../../../../freemarker/ext/beans/BeansWrapper.html#getModelFactory-java.lang.Class-">getModelFactory</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a><?> clazz)</code> </td> +<td class="colLast"><span class="typeNameLabel">BeansWrapper.</span><code><span class="memberNameLink"><a href="../../../../freemarker/ext/beans/BeansWrapper.html#getModelFactory-java.lang.Class-">getModelFactory</a></span>(java.lang.Class<?> clazz)</code> </td> </tr> </tbody> </table> @@ -127,7 +127,7 @@ this to expose Java Beans and POJO-s to templates.</div> <tbody> <tr class="altColor"> <td class="colFirst"><code>protected <a href="../../../../freemarker/template/TemplateModel.html" title="interface in freemarker.template">TemplateModel</a></code></td> -<td class="colLast"><span class="typeNameLabel">BeansWrapper.</span><code><span class="memberNameLink"><a href="../../../../freemarker/ext/beans/BeansWrapper.html#getInstance-java.lang.Object-freemarker.ext.util.ModelFactory-">getInstance</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> object, +<td class="colLast"><span class="typeNameLabel">BeansWrapper.</span><code><span class="memberNameLink"><a href="../../../../freemarker/ext/beans/BeansWrapper.html#getInstance-java.lang.Object-freemarker.ext.util.ModelFactory-">getInstance</a></span>(java.lang.Object object, <a href="../../../../freemarker/ext/util/ModelFactory.html" title="interface in freemarker.ext.util">ModelFactory</a> factory)</code> <div class="block"><span class="deprecatedLabel">Deprecated.</span> <div class="block"><span class="deprecationComment">override <a href="../../../../freemarker/ext/beans/BeansWrapper.html#getModelFactory-java.lang.Class-"><code>BeansWrapper.getModelFactory(Class)</code></a> instead. Using this @@ -152,7 +152,7 @@ this to expose Java Beans and POJO-s to templates.</div> <tbody> <tr class="altColor"> <td class="colFirst"><code>protected <a href="../../../../freemarker/ext/util/ModelFactory.html" title="interface in freemarker.ext.util">ModelFactory</a></code></td> -<td class="colLast"><span class="typeNameLabel">RhinoWrapper.</span><code><span class="memberNameLink"><a href="../../../../freemarker/ext/rhino/RhinoWrapper.html#getModelFactory-java.lang.Class-">getModelFactory</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a> clazz)</code> </td> +<td class="colLast"><span class="typeNameLabel">RhinoWrapper.</span><code><span class="memberNameLink"><a href="../../../../freemarker/ext/rhino/RhinoWrapper.html#getModelFactory-java.lang.Class-">getModelFactory</a></span>(java.lang.Class clazz)</code> </td> </tr> </tbody> </table> http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/blob/51c3b7e5/docs/api/freemarker/ext/util/class-use/WrapperTemplateModel.html ---------------------------------------------------------------------- diff --git a/docs/api/freemarker/ext/util/class-use/WrapperTemplateModel.html b/docs/api/freemarker/ext/util/class-use/WrapperTemplateModel.html index 1661b0e..288fa90 100644 --- a/docs/api/freemarker/ext/util/class-use/WrapperTemplateModel.html +++ b/docs/api/freemarker/ext/util/class-use/WrapperTemplateModel.html @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_144) on Sun Oct 15 21:19:47 EDT 2017 --> +<!-- Generated by javadoc (1.8.0_144) on Sat Nov 11 19:25:51 CET 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Interface freemarker.ext.util.WrapperTemplateModel (FreeMarker 2.3.27-incubating API)</title> -<meta name="date" content="2017-10-15"> +<meta name="date" content="2017-11-11"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -94,7 +94,7 @@ this to expose Java Beans and POJO-s to templates.</div> <td class="colFirst"><a href="#freemarker.ext.dom">freemarker.ext.dom</a></td> <td class="colLast"> <div class="block">Exposes DOM XML nodes to templates as easily traversable trees; -see <a href="http://freemarker.org/docs/xgui.html" target="_blank">in the Manual</a>.</div> +see <a href="https://freemarker.apache.org/docs/xgui.html" target="_blank">in the Manual</a>.</div> </td> </tr> <tr class="altColor"> @@ -108,7 +108,7 @@ see <a href="http://freemarker.org/docs/xgui.html" target="_blank">in the Manual <td class="colLast"> <div class="block"><b>The fundamental, most commonly used API-s of FreeMarker;</b> start with <a href="../../../../freemarker/template/Configuration.html" title="class in freemarker.template"><code>Configuration</code></a> (see also the -<a href="http://freemarker.org/docs/pgui_quickstart.html" target="_blank">Getting Stared</a> in the Manual.)</div> +<a href="https://freemarker.apache.org/docs/pgui_quickstart.html" target="_blank">Getting Stared</a> in the Manual.)</div> </td> </tr> </tbody> @@ -147,7 +147,7 @@ start with <a href="../../../../freemarker/template/Configuration.html" title="c <tr class="altColor"> <td class="colFirst"><code>class </code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../freemarker/ext/beans/BooleanModel.html" title="class in freemarker.ext.beans">BooleanModel</a></span></code> -<div class="block">A class that will wrap instances of <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang"><code>Boolean</code></a> into a +<div class="block">A class that will wrap instances of <code>Boolean</code> into a <a href="../../../../freemarker/template/TemplateBooleanModel.html" title="interface in freemarker.template"><code>TemplateBooleanModel</code></a>.</div> </td> </tr> @@ -162,21 +162,21 @@ start with <a href="../../../../freemarker/template/Configuration.html" title="c <tr class="altColor"> <td class="colFirst"><code>class </code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../freemarker/ext/beans/DateModel.html" title="class in freemarker.ext.beans">DateModel</a></span></code> -<div class="block">Wraps arbitrary subclass of <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Date.html?is-external=true" title="class or interface in java.util"><code>Date</code></a> into a reflective model.</div> +<div class="block">Wraps arbitrary subclass of <code>Date</code> into a reflective model.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>class </code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../freemarker/ext/beans/EnumerationModel.html" title="class in freemarker.ext.beans">EnumerationModel</a></span></code> <div class="block">A class that adds <a href="../../../../freemarker/template/TemplateModelIterator.html" title="interface in freemarker.template"><code>TemplateModelIterator</code></a> functionality to the - <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Enumeration.html?is-external=true" title="class or interface in java.util"><code>Enumeration</code></a> interface implementers.</div> + <code>Enumeration</code> interface implementers.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>class </code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../freemarker/ext/beans/IteratorModel.html" title="class in freemarker.ext.beans">IteratorModel</a></span></code> <div class="block">A class that adds <a href="../../../../freemarker/template/TemplateModelIterator.html" title="interface in freemarker.template"><code>TemplateModelIterator</code></a> functionality to the - <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util"><code>Iterator</code></a> interface implementers.</div> + <code>Iterator</code> interface implementers.</div> </td> </tr> <tr class="rowColor"> @@ -190,7 +190,7 @@ start with <a href="../../../../freemarker/template/Configuration.html" title="c <tr class="altColor"> <td class="colFirst"><code>class </code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../freemarker/ext/beans/NumberModel.html" title="class in freemarker.ext.beans">NumberModel</a></span></code> -<div class="block">Wraps arbitrary subclass of <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang"><code>Number</code></a> into a reflective model.</div> +<div class="block">Wraps arbitrary subclass of <code>Number</code> into a reflective model.</div> </td> </tr> <tr class="rowColor"> @@ -209,7 +209,7 @@ start with <a href="../../../../freemarker/template/Configuration.html" title="c <tr class="rowColor"> <td class="colFirst"><code>class </code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../freemarker/ext/beans/StringModel.html" title="class in freemarker.ext.beans">StringModel</a></span></code> -<div class="block">Subclass of <a href="../../../../freemarker/ext/beans/BeanModel.html" title="class in freemarker.ext.beans"><code>BeanModel</code></a> that exposes the return value of the <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#toString--" title="class or interface in java.lang"><code>Object.toString()</code></a> method through the <a href="../../../../freemarker/template/TemplateScalarModel.html" title="interface in freemarker.template"><code>TemplateScalarModel</code></a> +<div class="block">Subclass of <a href="../../../../freemarker/ext/beans/BeanModel.html" title="class in freemarker.ext.beans"><code>BeanModel</code></a> that exposes the return value of the <code>Object.toString()</code> method through the <a href="../../../../freemarker/template/TemplateScalarModel.html" title="interface in freemarker.template"><code>TemplateScalarModel</code></a> interface.</div> </td> </tr> @@ -297,42 +297,42 @@ start with <a href="../../../../freemarker/template/Configuration.html" title="c <tr class="rowColor"> <td class="colFirst"><code>class </code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../freemarker/template/DefaultEnumerationAdapter.html" title="class in freemarker.template">DefaultEnumerationAdapter</a></span></code> -<div class="block">Adapts an <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Enumeration.html?is-external=true" title="class or interface in java.util"><code>Enumeration</code></a> to the corresponding <a href="../../../../freemarker/template/TemplateModel.html" title="interface in freemarker.template"><code>TemplateModel</code></a> interface(s), most importantly to +<div class="block">Adapts an <code>Enumeration</code> to the corresponding <a href="../../../../freemarker/template/TemplateModel.html" title="interface in freemarker.template"><code>TemplateModel</code></a> interface(s), most importantly to <a href="../../../../freemarker/template/TemplateCollectionModel.html" title="interface in freemarker.template"><code>TemplateCollectionModel</code></a>.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>class </code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../freemarker/template/DefaultIterableAdapter.html" title="class in freemarker.template">DefaultIterableAdapter</a></span></code> -<div class="block">Adapts an <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang"><code>Iterable</code></a> to the corresponding <a href="../../../../freemarker/template/TemplateModel.html" title="interface in freemarker.template"><code>TemplateModel</code></a> interface(s), most importantly to +<div class="block">Adapts an <code>Iterable</code> to the corresponding <a href="../../../../freemarker/template/TemplateModel.html" title="interface in freemarker.template"><code>TemplateModel</code></a> interface(s), most importantly to <a href="../../../../freemarker/template/TemplateCollectionModel.html" title="interface in freemarker.template"><code>TemplateCollectionModel</code></a>.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>class </code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../freemarker/template/DefaultIteratorAdapter.html" title="class in freemarker.template">DefaultIteratorAdapter</a></span></code> -<div class="block">Adapts an <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util"><code>Iterator</code></a> to the corresponding <a href="../../../../freemarker/template/TemplateModel.html" title="interface in freemarker.template"><code>TemplateModel</code></a> interface(s), most importantly to +<div class="block">Adapts an <code>Iterator</code> to the corresponding <a href="../../../../freemarker/template/TemplateModel.html" title="interface in freemarker.template"><code>TemplateModel</code></a> interface(s), most importantly to <a href="../../../../freemarker/template/TemplateCollectionModel.html" title="interface in freemarker.template"><code>TemplateCollectionModel</code></a>.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>class </code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../freemarker/template/DefaultListAdapter.html" title="class in freemarker.template">DefaultListAdapter</a></span></code> -<div class="block">Adapts a <a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util"><code>List</code></a> to the corresponding <a href="../../../../freemarker/template/TemplateModel.html" title="interface in freemarker.template"><code>TemplateModel</code></a> interface(s), most importantly to +<div class="block">Adapts a <code>List</code> to the corresponding <a href="../../../../freemarker/template/TemplateModel.html" title="interface in freemarker.template"><code>TemplateModel</code></a> interface(s), most importantly to <a href="../../../../freemarker/template/TemplateSequenceModel.html" title="interface in freemarker.template"><code>TemplateSequenceModel</code></a>.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>class </code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../freemarker/template/DefaultMapAdapter.html" title="class in freemarker.template">DefaultMapAdapter</a></span></code> -<div class="block">Adapts a <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util"><code>Map</code></a> to the corresponding <a href="../../../../freemarker/template/TemplateModel.html" title="interface in freemarker.template"><code>TemplateModel</code></a> interface(s), most importantly to +<div class="block">Adapts a <code>Map</code> to the corresponding <a href="../../../../freemarker/template/TemplateModel.html" title="interface in freemarker.template"><code>TemplateModel</code></a> interface(s), most importantly to <a href="../../../../freemarker/template/TemplateHashModelEx.html" title="interface in freemarker.template"><code>TemplateHashModelEx</code></a>.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>class </code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../freemarker/template/DefaultNonListCollectionAdapter.html" title="class in freemarker.template">DefaultNonListCollectionAdapter</a></span></code> -<div class="block">Adapts a non-<a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util"><code>List</code></a> Java <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util"><code>Collection</code></a> to the corresponding <a href="../../../../freemarker/template/TemplateModel.html" title="interface in freemarker.template"><code>TemplateModel</code></a> interface(s), most +<div class="block">Adapts a non-<code>List</code> Java <code>Collection</code> to the corresponding <a href="../../../../freemarker/template/TemplateModel.html" title="interface in freemarker.template"><code>TemplateModel</code></a> interface(s), most importantly to <a href="../../../../freemarker/template/TemplateCollectionModelEx.html" title="interface in freemarker.template"><code>TemplateCollectionModelEx</code></a>.</div> </td> </tr> http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/blob/51c3b7e5/docs/api/freemarker/ext/util/package-frame.html ---------------------------------------------------------------------- diff --git a/docs/api/freemarker/ext/util/package-frame.html b/docs/api/freemarker/ext/util/package-frame.html index 56044d4..9be0593 100644 --- a/docs/api/freemarker/ext/util/package-frame.html +++ b/docs/api/freemarker/ext/util/package-frame.html @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_144) on Sun Oct 15 21:19:46 EDT 2017 --> +<!-- Generated by javadoc (1.8.0_144) on Sat Nov 11 19:25:51 CET 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>freemarker.ext.util (FreeMarker 2.3.27-incubating API)</title> -<meta name="date" content="2017-10-15"> +<meta name="date" content="2017-11-11"> <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../script.js"></script> </head> http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/blob/51c3b7e5/docs/api/freemarker/ext/util/package-summary.html ---------------------------------------------------------------------- diff --git a/docs/api/freemarker/ext/util/package-summary.html b/docs/api/freemarker/ext/util/package-summary.html index ff2302c..60c6044 100644 --- a/docs/api/freemarker/ext/util/package-summary.html +++ b/docs/api/freemarker/ext/util/package-summary.html @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_144) on Sun Oct 15 21:19:46 EDT 2017 --> +<!-- Generated by javadoc (1.8.0_144) on Sat Nov 11 19:25:51 CET 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>freemarker.ext.util (FreeMarker 2.3.27-incubating API)</title> -<meta name="date" content="2017-10-15"> +<meta name="date" content="2017-11-11"> <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../script.js"></script> </head> @@ -114,7 +114,7 @@ <tr class="altColor"> <td class="colFirst"><a href="../../../freemarker/ext/util/IdentityHashMap.html" title="class in freemarker.ext.util">IdentityHashMap</a></td> <td class="colLast">Deprecated -<div class="block"><span class="deprecationComment">Use <a href="http://docs.oracle.com/javase/8/docs/api/java/util/IdentityHashMap.html?is-external=true" title="class or interface in java.util"><code>IdentityHashMap</code></a> instead.</span></div> +<div class="block"><span class="deprecationComment">Use <code>IdentityHashMap</code> instead.</span></div> </td> </tr> <tr class="rowColor"> http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/blob/51c3b7e5/docs/api/freemarker/ext/util/package-tree.html ---------------------------------------------------------------------- diff --git a/docs/api/freemarker/ext/util/package-tree.html b/docs/api/freemarker/ext/util/package-tree.html index 50ca372..5065b9e 100644 --- a/docs/api/freemarker/ext/util/package-tree.html +++ b/docs/api/freemarker/ext/util/package-tree.html @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_144) on Sun Oct 15 21:19:46 EDT 2017 --> +<!-- Generated by javadoc (1.8.0_144) on Sat Nov 11 19:25:51 CET 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>freemarker.ext.util Class Hierarchy (FreeMarker 2.3.27-incubating API)</title> -<meta name="date" content="2017-10-15"> +<meta name="date" content="2017-11-11"> <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../script.js"></script> </head> @@ -80,11 +80,11 @@ <div class="contentContainer"> <h2 title="Class Hierarchy">Class Hierarchy</h2> <ul> -<li type="circle">java.lang.<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang"><span class="typeNameLink">Object</span></a> +<li type="circle">java.lang.Object <ul> -<li type="circle">java.util.<a href="http://docs.oracle.com/javase/8/docs/api/java/util/AbstractMap.html?is-external=true" title="class or interface in java.util"><span class="typeNameLink">AbstractMap</span></a><K,V> (implements java.util.<a href="http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a><K,V>) +<li type="circle">java.util.AbstractMap<K,V> (implements java.util.Map<K,V>) <ul> -<li type="circle">freemarker.ext.util.<a href="../../../freemarker/ext/util/IdentityHashMap.html" title="class in freemarker.ext.util"><span class="typeNameLink">IdentityHashMap</span></a> (implements java.lang.<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Cloneable.html?is-external=true" title="class or interface in java.lang">Cloneable</a>, java.util.<a href="http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a><K,V>, java.io.<a href="http://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a>)</li> +<li type="circle">freemarker.ext.util.<a href="../../../freemarker/ext/util/IdentityHashMap.html" title="class in freemarker.ext.util"><span class="typeNameLink">IdentityHashMap</span></a> (implements java.lang.Cloneable, java.util.Map<K,V>, java.io.Serializable)</li> </ul> </li> <li type="circle">freemarker.ext.util.<a href="../../../freemarker/ext/util/ModelCache.html" title="class in freemarker.ext.util"><span class="typeNameLink">ModelCache</span></a></li> http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/blob/51c3b7e5/docs/api/freemarker/ext/util/package-use.html ---------------------------------------------------------------------- diff --git a/docs/api/freemarker/ext/util/package-use.html b/docs/api/freemarker/ext/util/package-use.html index 47f4534..b2d39ba 100644 --- a/docs/api/freemarker/ext/util/package-use.html +++ b/docs/api/freemarker/ext/util/package-use.html @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_144) on Sun Oct 15 21:19:47 EDT 2017 --> +<!-- Generated by javadoc (1.8.0_144) on Sat Nov 11 19:25:52 CET 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Package freemarker.ext.util (FreeMarker 2.3.27-incubating API)</title> -<meta name="date" content="2017-10-15"> +<meta name="date" content="2017-11-11"> <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../script.js"></script> </head> @@ -94,7 +94,7 @@ this to expose Java Beans and POJO-s to templates.</div> <td class="colFirst"><a href="#freemarker.ext.dom">freemarker.ext.dom</a></td> <td class="colLast"> <div class="block">Exposes DOM XML nodes to templates as easily traversable trees; -see <a href="http://freemarker.org/docs/xgui.html" target="_blank">in the Manual</a>.</div> +see <a href="https://freemarker.apache.org/docs/xgui.html" target="_blank">in the Manual</a>.</div> </td> </tr> <tr class="altColor"> @@ -114,7 +114,7 @@ see <a href="http://freemarker.org/docs/xgui.html" target="_blank">in the Manual <td class="colLast"> <div class="block"><b>The fundamental, most commonly used API-s of FreeMarker;</b> start with <a href="../../../freemarker/template/Configuration.html" title="class in freemarker.template"><code>Configuration</code></a> (see also the -<a href="http://freemarker.org/docs/pgui_quickstart.html" target="_blank">Getting Stared</a> in the Manual.)</div> +<a href="https://freemarker.apache.org/docs/pgui_quickstart.html" target="_blank">Getting Stared</a> in the Manual.)</div> </td> </tr> </tbody>
