Added: velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/util/introspection/ConversionHandler.html URL: http://svn.apache.org/viewvc/velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/util/introspection/ConversionHandler.html?rev=1754154&view=auto ============================================================================== --- velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/util/introspection/ConversionHandler.html (added) +++ velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/util/introspection/ConversionHandler.html Tue Jul 26 16:26:18 2016 @@ -0,0 +1,277 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!-- NewPage --> +<html lang="en"> +<head> +<!-- Generated by javadoc (version 1.7.0_51) on Tue Jul 26 17:33:00 CEST 2016 --> +<meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> +<title>ConversionHandler (Apache Velocity 2.0.0-SNAPSHOT API)</title> +<meta name="date" content="2016-07-26"> +<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="ConversionHandler (Apache Velocity 2.0.0-SNAPSHOT API)"; + } +//--> +</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<!-- ========= START OF TOP NAVBAR ======= --> +<div class="topNav"><a name="navbar_top"> +<!-- --> +</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../../overview-summary.html">Overview</a></li> +<li><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/ConversionHandler.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../../index-all.html">Index</a></li> +<li><a href="../../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../../../org/apache/velocity/util/introspection/ClassMap.html" title="class in org.apache.velocity.util.introspection"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../../../org/apache/velocity/util/introspection/ConversionHandlerImpl.html" title="class in org.apache.velocity.util.introspection"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../../index.html?org/apache/velocity/util/introspection/ConversionHandler.html" target="_top">Frames</a></li> +<li><a href="ConversionHandler.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_top"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +</div> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li>Field | </li> +<li>Constr | </li> +<li><a href="#method_summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li>Field | </li> +<li>Constr | </li> +<li><a href="#method_detail">Method</a></li> +</ul> +</div> +<a name="skip-navbar_top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +<!-- ======== START OF CLASS DATA ======== --> +<div class="header"> +<div class="subTitle">org.apache.velocity.util.introspection</div> +<h2 title="Interface ConversionHandler" class="title">Interface ConversionHandler</h2> +</div> +<div class="contentContainer"> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<dl> +<dt>All Known Implementing Classes:</dt> +<dd><a href="../../../../../org/apache/velocity/util/introspection/ConversionHandlerImpl.html" title="class in org.apache.velocity.util.introspection">ConversionHandlerImpl</a></dd> +</dl> +<hr> +<br> +<pre>public interface <span class="strong">ConversionHandler</span></pre> +<div class="block">A conversion handler adds admissible conversions between Java types whenever Velocity introspection has to map + VTL methods and property accessors to Java methods. + Both methods must be consistent: <code>getNeededConverter</code> must not return <code>null</code> whenever + <code>isExplicitelyConvertible</code> returned true with the same arguments.</div> +<dl><dt><span class="strong">Since:</span></dt> + <dd>2.0</dd> +<dt><span class="strong">Version:</span></dt> + <dd>$Id: ConversionHandler.java $</dd> +<dt><span class="strong">Author:</span></dt> + <dd><a href="mailto:[email protected]">Claude Brisson</a></dd></dl> +</li> +</ul> +</div> +<div class="summary"> +<ul class="blockList"> +<li class="blockList"> +<!-- ========== METHOD SUMMARY =========== --> +<ul class="blockList"> +<li class="blockList"><a name="method_summary"> +<!-- --> +</a> +<h3>Method Summary</h3> +<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> +<caption><span>Methods</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/velocity/util/introspection/ConversionHandler.html#addConverter(java.lang.Class, java.lang.Class, org.apache.velocity.util.introspection.Converter)">addConverter</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a> formal, + <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a> actual, + <a href="../../../../../org/apache/velocity/util/introspection/Converter.html" title="interface in org.apache.velocity.util.introspection">Converter</a> converter)</code> +<div class="block">Add the given converter to the handler.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code><a href="../../../../../org/apache/velocity/util/introspection/Converter.html" title="interface in org.apache.velocity.util.introspection">Converter</a></code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/velocity/util/introspection/ConversionHandler.html#getNeededConverter(java.lang.Class, java.lang.Class)">getNeededConverter</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a> formal, + <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a> actual)</code> +<div class="block">Returns the appropriate Converter object needed for an explicit conversion + Returns null if no conversion is needed.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>boolean</code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/velocity/util/introspection/ConversionHandler.html#isExplicitlyConvertible(java.lang.Class, java.lang.Class, boolean)">isExplicitlyConvertible</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a> formal, + <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a> actual, + boolean possibleVarArg)</code> +<div class="block">Check to see if the conversion can be done using an explicit conversion</div> +</td> +</tr> +</table> +</li> +</ul> +</li> +</ul> +</div> +<div class="details"> +<ul class="blockList"> +<li class="blockList"> +<!-- ============ METHOD DETAIL ========== --> +<ul class="blockList"> +<li class="blockList"><a name="method_detail"> +<!-- --> +</a> +<h3>Method Detail</h3> +<a name="isExplicitlyConvertible(java.lang.Class, java.lang.Class, boolean)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>isExplicitlyConvertible</h4> +<pre>boolean isExplicitlyConvertible(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a> formal, + <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a> actual, + boolean possibleVarArg)</pre> +<div class="block">Check to see if the conversion can be done using an explicit conversion</div> +<dl><dt><span class="strong">Parameters:</span></dt><dd><code>formal</code> - expected formal type</dd><dd><code>actual</code> - provided argument type</dd> +<dt><span class="strong">Returns:</span></dt><dd>null if no conversion is needed, or the appropriate Converter object</dd><dt><span class="strong">Since:</span></dt> + <dd>2.0</dd></dl> +</li> +</ul> +<a name="getNeededConverter(java.lang.Class, java.lang.Class)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getNeededConverter</h4> +<pre><a href="../../../../../org/apache/velocity/util/introspection/Converter.html" title="interface in org.apache.velocity.util.introspection">Converter</a> getNeededConverter(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a> formal, + <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a> actual)</pre> +<div class="block">Returns the appropriate Converter object needed for an explicit conversion + Returns null if no conversion is needed.</div> +<dl><dt><span class="strong">Parameters:</span></dt><dd><code>formal</code> - expected formal type</dd><dd><code>actual</code> - provided argument type</dd> +<dt><span class="strong">Returns:</span></dt><dd>null if no conversion is needed, or the appropriate Converter object</dd><dt><span class="strong">Since:</span></dt> + <dd>2.0</dd></dl> +</li> +</ul> +<a name="addConverter(java.lang.Class, java.lang.Class, org.apache.velocity.util.introspection.Converter)"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>addConverter</h4> +<pre>void addConverter(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a> formal, + <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a> actual, + <a href="../../../../../org/apache/velocity/util/introspection/Converter.html" title="interface in org.apache.velocity.util.introspection">Converter</a> converter)</pre> +<div class="block">Add the given converter to the handler. Implementation should be thread-safe.</div> +<dl><dt><span class="strong">Parameters:</span></dt><dd><code>formal</code> - expected formal type</dd><dd><code>actual</code> - provided argument type</dd><dd><code>converter</code> - converter</dd><dt><span class="strong">Since:</span></dt> + <dd>2.0</dd></dl> +</li> +</ul> +</li> +</ul> +</li> +</ul> +</div> +</div> +<!-- ========= END OF CLASS DATA ========= --> +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<div class="bottomNav"><a name="navbar_bottom"> +<!-- --> +</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../../overview-summary.html">Overview</a></li> +<li><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/ConversionHandler.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../../index-all.html">Index</a></li> +<li><a href="../../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../../../org/apache/velocity/util/introspection/ClassMap.html" title="class in org.apache.velocity.util.introspection"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../../../org/apache/velocity/util/introspection/ConversionHandlerImpl.html" title="class in org.apache.velocity.util.introspection"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../../index.html?org/apache/velocity/util/introspection/ConversionHandler.html" target="_top">Frames</a></li> +<li><a href="ConversionHandler.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_bottom"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +</div> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li>Field | </li> +<li>Constr | </li> +<li><a href="#method_summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li>Field | </li> +<li>Constr | </li> +<li><a href="#method_detail">Method</a></li> +</ul> +</div> +<a name="skip-navbar_bottom"> +<!-- --> +</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> +</body> +</html>
Added: velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/util/introspection/ConversionHandlerImpl.html URL: http://svn.apache.org/viewvc/velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/util/introspection/ConversionHandlerImpl.html?rev=1754154&view=auto ============================================================================== --- velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/util/introspection/ConversionHandlerImpl.html (added) +++ velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/util/introspection/ConversionHandlerImpl.html Tue Jul 26 16:26:18 2016 @@ -0,0 +1,339 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!-- NewPage --> +<html lang="en"> +<head> +<!-- Generated by javadoc (version 1.7.0_51) on Tue Jul 26 17:33:01 CEST 2016 --> +<meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> +<title>ConversionHandlerImpl (Apache Velocity 2.0.0-SNAPSHOT API)</title> +<meta name="date" content="2016-07-26"> +<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="ConversionHandlerImpl (Apache Velocity 2.0.0-SNAPSHOT API)"; + } +//--> +</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<!-- ========= START OF TOP NAVBAR ======= --> +<div class="topNav"><a name="navbar_top"> +<!-- --> +</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../../overview-summary.html">Overview</a></li> +<li><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/ConversionHandlerImpl.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../../index-all.html">Index</a></li> +<li><a href="../../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../../../org/apache/velocity/util/introspection/ConversionHandler.html" title="interface in org.apache.velocity.util.introspection"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../../../org/apache/velocity/util/introspection/Converter.html" title="interface in org.apache.velocity.util.introspection"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../../index.html?org/apache/velocity/util/introspection/ConversionHandlerImpl.html" target="_top">Frames</a></li> +<li><a href="ConversionHandlerImpl.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_top"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +</div> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li>Field | </li> +<li><a href="#constructor_summary">Constr</a> | </li> +<li><a href="#method_summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li>Field | </li> +<li><a href="#constructor_detail">Constr</a> | </li> +<li><a href="#method_detail">Method</a></li> +</ul> +</div> +<a name="skip-navbar_top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +<!-- ======== START OF CLASS DATA ======== --> +<div class="header"> +<div class="subTitle">org.apache.velocity.util.introspection</div> +<h2 title="Class ConversionHandlerImpl" class="title">Class ConversionHandlerImpl</h2> +</div> +<div class="contentContainer"> +<ul class="inheritance"> +<li><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li> +<li> +<ul class="inheritance"> +<li>org.apache.velocity.util.introspection.ConversionHandlerImpl</li> +</ul> +</li> +</ul> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<dl> +<dt>All Implemented Interfaces:</dt> +<dd><a href="../../../../../org/apache/velocity/util/introspection/ConversionHandler.html" title="interface in org.apache.velocity.util.introspection">ConversionHandler</a></dd> +</dl> +<hr> +<br> +<pre>public class <span class="strong">ConversionHandlerImpl</span> +extends <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> +implements <a href="../../../../../org/apache/velocity/util/introspection/ConversionHandler.html" title="interface in org.apache.velocity.util.introspection">ConversionHandler</a></pre> +<div class="block">A conversion handler adds admissible conversions between Java types whenever Velocity introspection has to map + VTL methods and property accessors to Java methods. This implementation is the default Conversion Handler + for Velocity.</div> +<dl><dt><span class="strong">Since:</span></dt> + <dd>2.0</dd> +<dt><span class="strong">Version:</span></dt> + <dd>$Id: ConversionHandlerImpl.java $</dd> +<dt><span class="strong">Author:</span></dt> + <dd><a href="mailto:[email protected]">Claude Brisson</a></dd></dl> +</li> +</ul> +</div> +<div class="summary"> +<ul class="blockList"> +<li class="blockList"> +<!-- ======== CONSTRUCTOR SUMMARY ======== --> +<ul class="blockList"> +<li class="blockList"><a name="constructor_summary"> +<!-- --> +</a> +<h3>Constructor Summary</h3> +<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> +<caption><span>Constructors</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colOne" scope="col">Constructor and Description</th> +</tr> +<tr class="altColor"> +<td class="colOne"><code><strong><a href="../../../../../org/apache/velocity/util/introspection/ConversionHandlerImpl.html#ConversionHandlerImpl()">ConversionHandlerImpl</a></strong>()</code> +<div class="block">Constructor</div> +</td> +</tr> +</table> +</li> +</ul> +<!-- ========== METHOD SUMMARY =========== --> +<ul class="blockList"> +<li class="blockList"><a name="method_summary"> +<!-- --> +</a> +<h3>Method Summary</h3> +<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> +<caption><span>Methods</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/velocity/util/introspection/ConversionHandlerImpl.html#addConverter(java.lang.Class, java.lang.Class, org.apache.velocity.util.introspection.Converter)">addConverter</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a> formal, + <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a> actual, + <a href="../../../../../org/apache/velocity/util/introspection/Converter.html" title="interface in org.apache.velocity.util.introspection">Converter</a> converter)</code> +<div class="block">Add the given converter to the handler.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code><a href="../../../../../org/apache/velocity/util/introspection/Converter.html" title="interface in org.apache.velocity.util.introspection">Converter</a></code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/velocity/util/introspection/ConversionHandlerImpl.html#getNeededConverter(java.lang.Class, java.lang.Class)">getNeededConverter</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a> formal, + <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a> actual)</code> +<div class="block">Returns the appropriate Converter object needed for an explicit conversion + Returns null if no conversion is needed.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>boolean</code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/velocity/util/introspection/ConversionHandlerImpl.html#isExplicitlyConvertible(java.lang.Class, java.lang.Class, boolean)">isExplicitlyConvertible</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a> formal, + <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a> actual, + boolean possibleVarArg)</code> +<div class="block">Check to see if the conversion can be done using an explicit conversion</div> +</td> +</tr> +</table> +<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/7/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/7/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/7/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/7/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/7/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/7/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/7/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/7/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/7/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/7/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/7/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/7/docs/api/java/lang/Object.html?is-external=true#wait(long, int)" title="class or interface in java.lang">wait</a></code></li> +</ul> +</li> +</ul> +</li> +</ul> +</div> +<div class="details"> +<ul class="blockList"> +<li class="blockList"> +<!-- ========= CONSTRUCTOR DETAIL ======== --> +<ul class="blockList"> +<li class="blockList"><a name="constructor_detail"> +<!-- --> +</a> +<h3>Constructor Detail</h3> +<a name="ConversionHandlerImpl()"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>ConversionHandlerImpl</h4> +<pre>public ConversionHandlerImpl()</pre> +<div class="block">Constructor</div> +</li> +</ul> +</li> +</ul> +<!-- ============ METHOD DETAIL ========== --> +<ul class="blockList"> +<li class="blockList"><a name="method_detail"> +<!-- --> +</a> +<h3>Method Detail</h3> +<a name="isExplicitlyConvertible(java.lang.Class, java.lang.Class, boolean)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>isExplicitlyConvertible</h4> +<pre>public boolean isExplicitlyConvertible(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a> formal, + <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a> actual, + boolean possibleVarArg)</pre> +<div class="block">Check to see if the conversion can be done using an explicit conversion</div> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code><a href="../../../../../org/apache/velocity/util/introspection/ConversionHandler.html#isExplicitlyConvertible(java.lang.Class, java.lang.Class, boolean)">isExplicitlyConvertible</a></code> in interface <code><a href="../../../../../org/apache/velocity/util/introspection/ConversionHandler.html" title="interface in org.apache.velocity.util.introspection">ConversionHandler</a></code></dd> +<dt><span class="strong">Parameters:</span></dt><dd><code>actual</code> - found argument type</dd><dd><code>formal</code> - expected formal type</dd> +<dt><span class="strong">Returns:</span></dt><dd>null if no conversion is needed, or the appropriate Converter object</dd><dt><span class="strong">Since:</span></dt> + <dd>2.0</dd></dl> +</li> +</ul> +<a name="getNeededConverter(java.lang.Class, java.lang.Class)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getNeededConverter</h4> +<pre>public <a href="../../../../../org/apache/velocity/util/introspection/Converter.html" title="interface in org.apache.velocity.util.introspection">Converter</a> getNeededConverter(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a> formal, + <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a> actual)</pre> +<div class="block">Returns the appropriate Converter object needed for an explicit conversion + Returns null if no conversion is needed.</div> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code><a href="../../../../../org/apache/velocity/util/introspection/ConversionHandler.html#getNeededConverter(java.lang.Class, java.lang.Class)">getNeededConverter</a></code> in interface <code><a href="../../../../../org/apache/velocity/util/introspection/ConversionHandler.html" title="interface in org.apache.velocity.util.introspection">ConversionHandler</a></code></dd> +<dt><span class="strong">Parameters:</span></dt><dd><code>actual</code> - found argument type</dd><dd><code>formal</code> - expected formal type</dd> +<dt><span class="strong">Returns:</span></dt><dd>null if no conversion is needed, or the appropriate Converter object</dd><dt><span class="strong">Since:</span></dt> + <dd>2.0</dd></dl> +</li> +</ul> +<a name="addConverter(java.lang.Class, java.lang.Class, org.apache.velocity.util.introspection.Converter)"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>addConverter</h4> +<pre>public void addConverter(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a> formal, + <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a> actual, + <a href="../../../../../org/apache/velocity/util/introspection/Converter.html" title="interface in org.apache.velocity.util.introspection">Converter</a> converter)</pre> +<div class="block">Add the given converter to the handler.</div> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code><a href="../../../../../org/apache/velocity/util/introspection/ConversionHandler.html#addConverter(java.lang.Class, java.lang.Class, org.apache.velocity.util.introspection.Converter)">addConverter</a></code> in interface <code><a href="../../../../../org/apache/velocity/util/introspection/ConversionHandler.html" title="interface in org.apache.velocity.util.introspection">ConversionHandler</a></code></dd> +<dt><span class="strong">Parameters:</span></dt><dd><code>formal</code> - expected formal type</dd><dd><code>actual</code> - provided argument type</dd><dd><code>converter</code> - converter</dd><dt><span class="strong">Since:</span></dt> + <dd>2.0</dd></dl> +</li> +</ul> +</li> +</ul> +</li> +</ul> +</div> +</div> +<!-- ========= END OF CLASS DATA ========= --> +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<div class="bottomNav"><a name="navbar_bottom"> +<!-- --> +</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../../overview-summary.html">Overview</a></li> +<li><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/ConversionHandlerImpl.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../../index-all.html">Index</a></li> +<li><a href="../../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../../../org/apache/velocity/util/introspection/ConversionHandler.html" title="interface in org.apache.velocity.util.introspection"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../../../org/apache/velocity/util/introspection/Converter.html" title="interface in org.apache.velocity.util.introspection"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../../index.html?org/apache/velocity/util/introspection/ConversionHandlerImpl.html" target="_top">Frames</a></li> +<li><a href="ConversionHandlerImpl.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_bottom"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +</div> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li>Field | </li> +<li><a href="#constructor_summary">Constr</a> | </li> +<li><a href="#method_summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li>Field | </li> +<li><a href="#constructor_detail">Constr</a> | </li> +<li><a href="#method_detail">Method</a></li> +</ul> +</div> +<a name="skip-navbar_bottom"> +<!-- --> +</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> +</body> +</html> Modified: velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/util/introspection/Converter.html URL: http://svn.apache.org/viewvc/velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/util/introspection/Converter.html?rev=1754154&r1=1754153&r2=1754154&view=diff ============================================================================== --- velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/util/introspection/Converter.html (original) +++ velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/util/introspection/Converter.html Tue Jul 26 16:26:18 2016 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (version 1.7.0_51) on Wed Jul 20 16:45:31 CEST 2016 --> +<!-- Generated by javadoc (version 1.7.0_51) on Tue Jul 26 17:33:01 CEST 2016 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> <title>Converter (Apache Velocity 2.0.0-SNAPSHOT API)</title> -<meta name="date" content="2016-07-20"> +<meta name="date" content="2016-07-26"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> </head> <body> @@ -37,7 +37,7 @@ </div> <div class="subNav"> <ul class="navList"> -<li><a href="../../../../../org/apache/velocity/util/introspection/ClassMap.html" title="class in org.apache.velocity.util.introspection"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../../../org/apache/velocity/util/introspection/ConversionHandlerImpl.html" title="class in org.apache.velocity.util.introspection"><span class="strong">Prev Class</span></a></li> <li><a href="../../../../../org/apache/velocity/util/introspection/DeprecatedCheckUberspector.html" title="class in org.apache.velocity.util.introspection"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> @@ -91,7 +91,9 @@ <br> <pre>public interface <span class="strong">Converter<T></span></pre> <div class="block">Converts a value to type T</div> -<dl><dt><span class="strong">Version:</span></dt> +<dl><dt><span class="strong">Since:</span></dt> + <dd>2.0</dd> +<dt><span class="strong">Version:</span></dt> <dd>$Id: Converter.java 1753490 2016-07-20 12:03:01Z cbrisson $</dd> <dt><span class="strong">Author:</span></dt> <dd><a href="mailto:[email protected]">Claude Brisson</a></dd></dl> @@ -115,7 +117,9 @@ </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../org/apache/velocity/util/introspection/Converter.html" title="type parameter in Converter">T</a></code></td> -<td class="colLast"><code><strong><a href="../../../../../org/apache/velocity/util/introspection/Converter.html#convert(java.lang.Object)">convert</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)</code> </td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/velocity/util/introspection/Converter.html#convert(java.lang.Object)">convert</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)</code> +<div class="block">convert object to type T</div> +</td> </tr> </table> </li> @@ -139,6 +143,8 @@ <li class="blockList"> <h4>convert</h4> <pre><a href="../../../../../org/apache/velocity/util/introspection/Converter.html" title="type parameter in Converter">T</a> convert(<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)</pre> +<div class="block">convert object to type T</div> +<dl><dt><span class="strong">Parameters:</span></dt><dd><code>o</code> - input object</dd></dl> </li> </ul> </li> @@ -167,7 +173,7 @@ </div> <div class="subNav"> <ul class="navList"> -<li><a href="../../../../../org/apache/velocity/util/introspection/ClassMap.html" title="class in org.apache.velocity.util.introspection"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../../../org/apache/velocity/util/introspection/ConversionHandlerImpl.html" title="class in org.apache.velocity.util.introspection"><span class="strong">Prev Class</span></a></li> <li><a href="../../../../../org/apache/velocity/util/introspection/DeprecatedCheckUberspector.html" title="class in org.apache.velocity.util.introspection"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> Modified: velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/util/introspection/DeprecatedCheckUberspector.html URL: http://svn.apache.org/viewvc/velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/util/introspection/DeprecatedCheckUberspector.html?rev=1754154&r1=1754153&r2=1754154&view=diff ============================================================================== --- velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/util/introspection/DeprecatedCheckUberspector.html (original) +++ velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/util/introspection/DeprecatedCheckUberspector.html Tue Jul 26 16:26:18 2016 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (version 1.7.0_51) on Wed Jul 20 16:45:31 CEST 2016 --> +<!-- Generated by javadoc (version 1.7.0_51) on Tue Jul 26 17:33:01 CEST 2016 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> <title>DeprecatedCheckUberspector (Apache Velocity 2.0.0-SNAPSHOT API)</title> -<meta name="date" content="2016-07-20"> +<meta name="date" content="2016-07-26"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> </head> <body> @@ -107,7 +107,7 @@ <li class="blockList"> <dl> <dt>All Implemented Interfaces:</dt> -<dd><a href="../../../../../org/apache/velocity/util/introspection/ChainableUberspector.html" title="interface in org.apache.velocity.util.introspection">ChainableUberspector</a>, <a href="../../../../../org/apache/velocity/util/introspection/Uberspect.html" title="interface in org.apache.velocity.util.introspection">Uberspect</a>, <a href="../../../../../org/apache/velocity/util/introspection/UberspectLoggable.html" title="interface in org.apache.velocity.util.introspection">UberspectLoggable</a></dd> +<dd><a href="../../../../../org/apache/velocity/util/introspection/ChainableUberspector.html" title="interface in org.apache.velocity.util.introspection">ChainableUberspector</a>, <a href="../../../../../org/apache/velocity/util/introspection/Uberspect.html" title="interface in org.apache.velocity.util.introspection">Uberspect</a>, <a href="../../../../../org/apache/velocity/util/introspection/UberspectLoggable.html" title="interface in org.apache.velocity.util.introspection">UberspectLoggable</a>, <a href="../../../../../org/apache/velocity/util/RuntimeServicesAware.html" title="interface in org.apache.velocity.util">RuntimeServicesAware</a></dd> </dl> <hr> <br> @@ -164,7 +164,7 @@ implements <a href="../../../../../org/a <!-- --> </a> <h3>Fields inherited from class org.apache.velocity.util.introspection.<a href="../../../../../org/apache/velocity/util/introspection/UberspectImpl.html" title="class in org.apache.velocity.util.introspection">UberspectImpl</a></h3> -<code><a href="../../../../../org/apache/velocity/util/introspection/UberspectImpl.html#introspector">introspector</a>, <a href="../../../../../org/apache/velocity/util/introspection/UberspectImpl.html#log">log</a></code></li> +<code><a href="../../../../../org/apache/velocity/util/introspection/UberspectImpl.html#conversionHandler">conversionHandler</a>, <a href="../../../../../org/apache/velocity/util/introspection/UberspectImpl.html#introspector">introspector</a>, <a href="../../../../../org/apache/velocity/util/introspection/UberspectImpl.html#log">log</a></code></li> </ul> </li> </ul> @@ -242,7 +242,7 @@ implements <a href="../../../../../org/a <!-- --> </a> <h3>Methods inherited from class org.apache.velocity.util.introspection.<a href="../../../../../org/apache/velocity/util/introspection/UberspectImpl.html" title="class in org.apache.velocity.util.introspection">UberspectImpl</a></h3> -<code><a href="../../../../../org/apache/velocity/util/introspection/UberspectImpl.html#setLog(org.slf4j.Logger)">setLog</a></code></li> +<code><a href="../../../../../org/apache/velocity/util/introspection/UberspectImpl.html#getConversionHandler()">getConversionHandler</a>, <a href="../../../../../org/apache/velocity/util/introspection/UberspectImpl.html#setLog(org.slf4j.Logger)">setLog</a>, <a href="../../../../../org/apache/velocity/util/introspection/UberspectImpl.html#setRuntimeServices(org.apache.velocity.runtime.RuntimeServices)">setRuntimeServices</a></code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> Modified: velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/util/introspection/Info.html URL: http://svn.apache.org/viewvc/velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/util/introspection/Info.html?rev=1754154&r1=1754153&r2=1754154&view=diff ============================================================================== --- velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/util/introspection/Info.html (original) +++ velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/util/introspection/Info.html Tue Jul 26 16:26:18 2016 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (version 1.7.0_51) on Wed Jul 20 16:45:31 CEST 2016 --> +<!-- Generated by javadoc (version 1.7.0_51) on Tue Jul 26 17:33:01 CEST 2016 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> <title>Info (Apache Velocity 2.0.0-SNAPSHOT API)</title> -<meta name="date" content="2016-07-20"> +<meta name="date" content="2016-07-26"> <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/util/introspection/IntrospectionCacheData.html URL: http://svn.apache.org/viewvc/velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/util/introspection/IntrospectionCacheData.html?rev=1754154&r1=1754153&r2=1754154&view=diff ============================================================================== --- velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/util/introspection/IntrospectionCacheData.html (original) +++ velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/util/introspection/IntrospectionCacheData.html Tue Jul 26 16:26:18 2016 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (version 1.7.0_51) on Wed Jul 20 16:45:31 CEST 2016 --> +<!-- Generated by javadoc (version 1.7.0_51) on Tue Jul 26 17:33:01 CEST 2016 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> <title>IntrospectionCacheData (Apache Velocity 2.0.0-SNAPSHOT API)</title> -<meta name="date" content="2016-07-20"> +<meta name="date" content="2016-07-26"> <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/util/introspection/IntrospectionUtils.html URL: http://svn.apache.org/viewvc/velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/util/introspection/IntrospectionUtils.html?rev=1754154&r1=1754153&r2=1754154&view=diff ============================================================================== --- velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/util/introspection/IntrospectionUtils.html (original) +++ velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/util/introspection/IntrospectionUtils.html Tue Jul 26 16:26:18 2016 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (version 1.7.0_51) on Wed Jul 20 16:45:31 CEST 2016 --> +<!-- Generated by javadoc (version 1.7.0_51) on Tue Jul 26 17:33:01 CEST 2016 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> <title>IntrospectionUtils (Apache Velocity 2.0.0-SNAPSHOT API)</title> -<meta name="date" content="2016-07-20"> +<meta name="date" content="2016-07-26"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> </head> <body> @@ -104,7 +104,7 @@ extends <a href="http://docs.oracle.com/ <dt><span class="strong">Version:</span></dt> <dd>$Id: IntrospectionUtils.java 476785 2006-11-19 10:06:21Z henning $</dd> <dt><span class="strong">Author:</span></dt> - <dd><a href="mailto:[email protected]">Jason van Zyl</a>, <a href="mailto:[email protected]">Bob McWhirter</a>, <a href="mailto:[email protected]">Christoph Reck</a>, <a href="mailto:[email protected]">Geir Magnusson Jr.</a>, <a href="mailto:[email protected]">Attila Szegedi</a>, Nathan Bubna</dd></dl> + <dd><a href="mailto:[email protected]">Jason van Zyl</a>, <a href="mailto:[email protected]">Bob McWhirter</a>, <a href="mailto:[email protected]">Christoph Reck</a>, <a href="mailto:[email protected]">Geir Magnusson Jr.</a>, <a href="mailto:[email protected]">Attila Szegedi</a>, Nathan Bubna, <a href="mailto:[email protected]">Claude Brisson</a></dd></dl> </li> </ul> </div> @@ -141,21 +141,6 @@ extends <a href="http://docs.oracle.com/ <th class="colLast" scope="col">Method and Description</th> </tr> <tr class="altColor"> -<td class="colFirst"><code>static <a href="../../../../../org/apache/velocity/util/introspection/Converter.html" title="interface in org.apache.velocity.util.introspection">Converter</a></code></td> -<td class="colLast"><code><strong><a href="../../../../../org/apache/velocity/util/introspection/IntrospectionUtils.html#getNeededConverter(java.lang.Class, java.lang.Class)">getNeededConverter</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a> formal, - <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a> actual)</code> -<div class="block">Returns the appropriate Converter object needed for an explicit conversion - Returns null if no conversion is needed.</div> -</td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>static boolean</code></td> -<td class="colLast"><code><strong><a href="../../../../../org/apache/velocity/util/introspection/IntrospectionUtils.html#isExplicitlyConvertible(java.lang.Class, java.lang.Class)">isExplicitlyConvertible</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a> formal, - <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a> actual)</code> -<div class="block">Check to see if the conversion can be done using an explicit conversion</div> -</td> -</tr> -<tr class="altColor"> <td class="colFirst"><code>static boolean</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/velocity/util/introspection/IntrospectionUtils.html#isMethodInvocationConvertible(java.lang.Class, java.lang.Class, boolean)">isMethodInvocationConvertible</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a> formal, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a> actual, @@ -246,7 +231,7 @@ extends <a href="http://docs.oracle.com/ <a name="isStrictMethodInvocationConvertible(java.lang.Class, java.lang.Class, boolean)"> <!-- --> </a> -<ul class="blockList"> +<ul class="blockListLast"> <li class="blockList"> <h4>isStrictMethodInvocationConvertible</h4> <pre>public static boolean isStrictMethodInvocationConvertible(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a> formal, @@ -265,32 +250,6 @@ extends <a href="http://docs.oracle.com/ subject to widening conversion to formal.</dd></dl> </li> </ul> -<a name="isExplicitlyConvertible(java.lang.Class, java.lang.Class)"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>isExplicitlyConvertible</h4> -<pre>public static boolean isExplicitlyConvertible(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a> formal, - <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a> actual)</pre> -<div class="block">Check to see if the conversion can be done using an explicit conversion</div> -</li> -</ul> -<a name="getNeededConverter(java.lang.Class, java.lang.Class)"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>getNeededConverter</h4> -<pre>public static <a href="../../../../../org/apache/velocity/util/introspection/Converter.html" title="interface in org.apache.velocity.util.introspection">Converter</a> getNeededConverter(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a> formal, - <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a> actual)</pre> -<div class="block">Returns the appropriate Converter object needed for an explicit conversion - Returns null if no conversion is needed.</div> -<dl><dt><span class="strong">Parameters:</span></dt><dd><code>actual</code> - found argument type</dd><dd><code>formal</code> - expected formal type</dd> -<dt><span class="strong">Returns:</span></dt><dd>null if no conversion is needed, or the appropriate Converter object</dd><dt><span class="strong">Since:</span></dt> - <dd>2.0</dd></dl> -</li> -</ul> </li> </ul> </li> Modified: velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/util/introspection/Introspector.html URL: http://svn.apache.org/viewvc/velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/util/introspection/Introspector.html?rev=1754154&r1=1754153&r2=1754154&view=diff ============================================================================== --- velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/util/introspection/Introspector.html (original) +++ velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/util/introspection/Introspector.html Tue Jul 26 16:26:18 2016 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (version 1.7.0_51) on Wed Jul 20 16:45:32 CEST 2016 --> +<!-- Generated by javadoc (version 1.7.0_51) on Tue Jul 26 17:33:01 CEST 2016 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> <title>Introspector (Apache Velocity 2.0.0-SNAPSHOT API)</title> -<meta name="date" content="2016-07-20"> +<meta name="date" content="2016-07-26"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> </head> <body> @@ -168,6 +168,10 @@ extends <a href="../../../../../org/apac <tr class="altColor"> <td class="colOne"><code><strong><a href="../../../../../org/apache/velocity/util/introspection/Introspector.html#Introspector(org.slf4j.Logger)">Introspector</a></strong>(org.slf4j.Logger log)</code> </td> </tr> +<tr class="rowColor"> +<td class="colOne"><code><strong><a href="../../../../../org/apache/velocity/util/introspection/Introspector.html#Introspector(org.slf4j.Logger, org.apache.velocity.util.introspection.ConversionHandler)">Introspector</a></strong>(org.slf4j.Logger log, + <a href="../../../../../org/apache/velocity/util/introspection/ConversionHandler.html" title="interface in org.apache.velocity.util.introspection">ConversionHandler</a> conversionHandler)</code> </td> +</tr> </table> </li> </ul> @@ -224,7 +228,7 @@ extends <a href="../../../../../org/apac <a name="Introspector(org.slf4j.Logger)"> <!-- --> </a> -<ul class="blockListLast"> +<ul class="blockList"> <li class="blockList"> <h4>Introspector</h4> <pre>public Introspector(org.slf4j.Logger log)</pre> @@ -232,6 +236,18 @@ extends <a href="../../../../../org/apac <dd>1.5</dd></dl> </li> </ul> +<a name="Introspector(org.slf4j.Logger, org.apache.velocity.util.introspection.ConversionHandler)"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>Introspector</h4> +<pre>public Introspector(org.slf4j.Logger log, + <a href="../../../../../org/apache/velocity/util/introspection/ConversionHandler.html" title="interface in org.apache.velocity.util.introspection">ConversionHandler</a> conversionHandler)</pre> +<dl><dt><span class="strong">Parameters:</span></dt><dd><code>log</code> - A Logger object to use for the introspector.</dd><dd><code>conversionHandler</code> - conversion handler</dd><dt><span class="strong">Since:</span></dt> + <dd>2.0</dd></dl> +</li> +</ul> </li> </ul> <!-- ============ METHOD DETAIL ========== --> Modified: velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/util/introspection/IntrospectorBase.html URL: http://svn.apache.org/viewvc/velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/util/introspection/IntrospectorBase.html?rev=1754154&r1=1754153&r2=1754154&view=diff ============================================================================== --- velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/util/introspection/IntrospectorBase.html (original) +++ velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/util/introspection/IntrospectorBase.html Tue Jul 26 16:26:18 2016 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (version 1.7.0_51) on Wed Jul 20 16:45:32 CEST 2016 --> +<!-- Generated by javadoc (version 1.7.0_51) on Tue Jul 26 17:33:01 CEST 2016 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> <title>IntrospectorBase (Apache Velocity 2.0.0-SNAPSHOT API)</title> -<meta name="date" content="2016-07-20"> +<meta name="date" content="2016-07-26"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> </head> <body> @@ -38,7 +38,7 @@ <div class="subNav"> <ul class="navList"> <li><a href="../../../../../org/apache/velocity/util/introspection/Introspector.html" title="class in org.apache.velocity.util.introspection"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../../org/apache/velocity/util/introspection/IntrospectorCache.html" title="interface in org.apache.velocity.util.introspection"><span class="strong">Next Class</span></a></li> +<li><a href="../../../../../org/apache/velocity/util/introspection/IntrospectorCache.html" title="class in org.apache.velocity.util.introspection"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/apache/velocity/util/introspection/IntrospectorBase.html" target="_top">Frames</a></li> @@ -168,7 +168,8 @@ extends <a href="http://docs.oracle.com/ </tr> <tr class="altColor"> <td class="colFirst"><code>protected </code></td> -<td class="colLast"><code><strong><a href="../../../../../org/apache/velocity/util/introspection/IntrospectorBase.html#IntrospectorBase(org.slf4j.Logger)">IntrospectorBase</a></strong>(org.slf4j.Logger log)</code> +<td class="colLast"><code><strong><a href="../../../../../org/apache/velocity/util/introspection/IntrospectorBase.html#IntrospectorBase(org.slf4j.Logger, org.apache.velocity.util.introspection.ConversionHandler)">IntrospectorBase</a></strong>(org.slf4j.Logger log, + <a href="../../../../../org/apache/velocity/util/introspection/ConversionHandler.html" title="interface in org.apache.velocity.util.introspection">ConversionHandler</a> conversionHandler)</code> <div class="block">C'tor.</div> </td> </tr> @@ -195,7 +196,7 @@ extends <a href="http://docs.oracle.com/ </td> </tr> <tr class="rowColor"> -<td class="colFirst"><code>protected <a href="../../../../../org/apache/velocity/util/introspection/IntrospectorCache.html" title="interface in org.apache.velocity.util.introspection">IntrospectorCache</a></code></td> +<td class="colFirst"><code>protected <a href="../../../../../org/apache/velocity/util/introspection/IntrospectorCache.html" title="class in org.apache.velocity.util.introspection">IntrospectorCache</a></code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/velocity/util/introspection/IntrospectorBase.html#getIntrospectorCache()">getIntrospectorCache</a></strong>()</code> <div class="block">Return the internal IntrospectorCache object.</div> </td> @@ -249,13 +250,14 @@ extends <a href="http://docs.oracle.com/ <!-- --> </a> <h3>Constructor Detail</h3> -<a name="IntrospectorBase(org.slf4j.Logger)"> +<a name="IntrospectorBase(org.slf4j.Logger, org.apache.velocity.util.introspection.ConversionHandler)"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>IntrospectorBase</h4> -<pre>protected IntrospectorBase(org.slf4j.Logger log)</pre> +<pre>protected IntrospectorBase(org.slf4j.Logger log, + <a href="../../../../../org/apache/velocity/util/introspection/ConversionHandler.html" title="interface in org.apache.velocity.util.introspection">ConversionHandler</a> conversionHandler)</pre> <div class="block">C'tor.</div> </li> </ul> @@ -310,7 +312,7 @@ extends <a href="http://docs.oracle.com/ <ul class="blockListLast"> <li class="blockList"> <h4>getIntrospectorCache</h4> -<pre>protected <a href="../../../../../org/apache/velocity/util/introspection/IntrospectorCache.html" title="interface in org.apache.velocity.util.introspection">IntrospectorCache</a> getIntrospectorCache()</pre> +<pre>protected <a href="../../../../../org/apache/velocity/util/introspection/IntrospectorCache.html" title="class in org.apache.velocity.util.introspection">IntrospectorCache</a> getIntrospectorCache()</pre> <div class="block">Return the internal IntrospectorCache object.</div> <dl><dt><span class="strong">Returns:</span></dt><dd>The internal IntrospectorCache object.</dd><dt><span class="strong">Since:</span></dt> <dd>1.5</dd></dl> @@ -343,7 +345,7 @@ extends <a href="http://docs.oracle.com/ <div class="subNav"> <ul class="navList"> <li><a href="../../../../../org/apache/velocity/util/introspection/Introspector.html" title="class in org.apache.velocity.util.introspection"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../../org/apache/velocity/util/introspection/IntrospectorCache.html" title="interface in org.apache.velocity.util.introspection"><span class="strong">Next Class</span></a></li> +<li><a href="../../../../../org/apache/velocity/util/introspection/IntrospectorCache.html" title="class in org.apache.velocity.util.introspection"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/apache/velocity/util/introspection/IntrospectorBase.html" target="_top">Frames</a></li> Modified: velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/util/introspection/IntrospectorCache.html URL: http://svn.apache.org/viewvc/velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/util/introspection/IntrospectorCache.html?rev=1754154&r1=1754153&r2=1754154&view=diff ============================================================================== --- velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/util/introspection/IntrospectorCache.html (original) +++ velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/util/introspection/IntrospectorCache.html Tue Jul 26 16:26:18 2016 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (version 1.7.0_51) on Wed Jul 20 16:45:32 CEST 2016 --> +<!-- Generated by javadoc (version 1.7.0_51) on Tue Jul 26 17:33:01 CEST 2016 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> <title>IntrospectorCache (Apache Velocity 2.0.0-SNAPSHOT API)</title> -<meta name="date" content="2016-07-20"> +<meta name="date" content="2016-07-26"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> </head> <body> @@ -38,7 +38,7 @@ <div class="subNav"> <ul class="navList"> <li><a href="../../../../../org/apache/velocity/util/introspection/IntrospectorBase.html" title="class in org.apache.velocity.util.introspection"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../../org/apache/velocity/util/introspection/IntrospectorCacheImpl.html" title="class in org.apache.velocity.util.introspection"><span class="strong">Next Class</span></a></li> +<li><a href="../../../../../org/apache/velocity/util/introspection/LinkingUberspector.html" title="class in org.apache.velocity.util.introspection"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/apache/velocity/util/introspection/IntrospectorCache.html" target="_top">Frames</a></li> @@ -63,14 +63,14 @@ <ul class="subNavList"> <li>Summary: </li> <li>Nested | </li> -<li>Field | </li> -<li>Constr | </li> +<li><a href="#field_summary">Field</a> | </li> +<li><a href="#constructor_summary">Constr</a> | </li> <li><a href="#method_summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail: </li> -<li>Field | </li> -<li>Constr | </li> +<li><a href="#field_detail">Field</a> | </li> +<li><a href="#constructor_detail">Constr</a> | </li> <li><a href="#method_detail">Method</a></li> </ul> </div> @@ -81,24 +81,29 @@ <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">org.apache.velocity.util.introspection</div> -<h2 title="Interface IntrospectorCache" class="title">Interface IntrospectorCache</h2> +<h2 title="Class IntrospectorCache" class="title">Class IntrospectorCache</h2> </div> <div class="contentContainer"> +<ul class="inheritance"> +<li><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li> +<li> +<ul class="inheritance"> +<li>org.apache.velocity.util.introspection.IntrospectorCache</li> +</ul> +</li> +</ul> <div class="description"> <ul class="blockList"> <li class="blockList"> -<dl> -<dt>All Known Implementing Classes:</dt> -<dd><a href="../../../../../org/apache/velocity/util/introspection/IntrospectorCacheImpl.html" title="class in org.apache.velocity.util.introspection">IntrospectorCacheImpl</a></dd> -</dl> <hr> <br> -<pre>public interface <span class="strong">IntrospectorCache</span></pre> -<div class="block">The introspector cache API definition.</div> +<pre>public final class <span class="strong">IntrospectorCache</span> +extends <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></pre> +<div class="block">This is the internal introspector cache implementation.</div> <dl><dt><span class="strong">Since:</span></dt> <dd>1.5</dd> <dt><span class="strong">Version:</span></dt> - <dd>$Id: IntrospectorCache.java 1329799 2012-04-24 15:41:21Z cbrisson $</dd> + <dd>$Id: IntrospectorCacheImpl.java 1753137 2016-07-17 23:33:09Z cbrisson $</dd> <dt><span class="strong">Author:</span></dt> <dd><a href="mailto:[email protected]">Henning P. Schmiedehausen</a>, <a href="mailto:[email protected]">Candid Dauth</a></dd></dl> </li> @@ -107,6 +112,47 @@ <div class="summary"> <ul class="blockList"> <li class="blockList"> +<!-- =========== FIELD SUMMARY =========== --> +<ul class="blockList"> +<li class="blockList"><a name="field_summary"> +<!-- --> +</a> +<h3>Field Summary</h3> +<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation"> +<caption><span>Fields</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Field and Description</th> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/velocity/util/introspection/IntrospectorCache.html#CACHEDUMP_MSG">CACHEDUMP_MSG</a></strong></code> +<div class="block">define a public string so that it can be looked for if interested</div> +</td> +</tr> +</table> +</li> +</ul> +<!-- ======== CONSTRUCTOR SUMMARY ======== --> +<ul class="blockList"> +<li class="blockList"><a name="constructor_summary"> +<!-- --> +</a> +<h3>Constructor Summary</h3> +<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> +<caption><span>Constructors</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colOne" scope="col">Constructor and Description</th> +</tr> +<tr class="altColor"> +<td class="colOne"><code><strong><a href="../../../../../org/apache/velocity/util/introspection/IntrospectorCache.html#IntrospectorCache(org.slf4j.Logger, org.apache.velocity.util.introspection.ConversionHandler)">IntrospectorCache</a></strong>(org.slf4j.Logger log, + <a href="../../../../../org/apache/velocity/util/introspection/ConversionHandler.html" title="interface in org.apache.velocity.util.introspection">ConversionHandler</a> conversionHandler)</code> +<div class="block">C'tor</div> +</td> +</tr> +</table> +</li> +</ul> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method_summary"> @@ -145,6 +191,13 @@ </td> </tr> </table> +<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/7/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/7/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/7/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/7/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/7/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/7/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/7/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/7/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/7/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/7/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/7/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/7/docs/api/java/lang/Object.html?is-external=true#wait(long, int)" title="class or interface in java.lang">wait</a></code></li> +</ul> </li> </ul> </li> @@ -153,6 +206,44 @@ <div class="details"> <ul class="blockList"> <li class="blockList"> +<!-- ============ FIELD DETAIL =========== --> +<ul class="blockList"> +<li class="blockList"><a name="field_detail"> +<!-- --> +</a> +<h3>Field Detail</h3> +<a name="CACHEDUMP_MSG"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>CACHEDUMP_MSG</h4> +<pre>public static final <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> CACHEDUMP_MSG</pre> +<div class="block">define a public string so that it can be looked for if interested</div> +<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.velocity.util.introspection.IntrospectorCache.CACHEDUMP_MSG">Constant Field Values</a></dd></dl> +</li> +</ul> +</li> +</ul> +<!-- ========= CONSTRUCTOR DETAIL ======== --> +<ul class="blockList"> +<li class="blockList"><a name="constructor_detail"> +<!-- --> +</a> +<h3>Constructor Detail</h3> +<a name="IntrospectorCache(org.slf4j.Logger, org.apache.velocity.util.introspection.ConversionHandler)"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>IntrospectorCache</h4> +<pre>public IntrospectorCache(org.slf4j.Logger log, + <a href="../../../../../org/apache/velocity/util/introspection/ConversionHandler.html" title="interface in org.apache.velocity.util.introspection">ConversionHandler</a> conversionHandler)</pre> +<div class="block">C'tor</div> +</li> +</ul> +</li> +</ul> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method_detail"> @@ -165,7 +256,7 @@ <ul class="blockList"> <li class="blockList"> <h4>clear</h4> -<pre>void clear()</pre> +<pre>public void clear()</pre> <div class="block">Clears the internal cache.</div> </li> </ul> @@ -175,8 +266,8 @@ <ul class="blockList"> <li class="blockList"> <h4>get</h4> -<pre><a href="../../../../../org/apache/velocity/util/introspection/ClassMap.html" title="class in org.apache.velocity.util.introspection">ClassMap</a> get(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a> c)</pre> -<div class="block">Lookup a given Class object in the cache. If it does not exist, +<pre>public <a href="../../../../../org/apache/velocity/util/introspection/ClassMap.html" title="class in org.apache.velocity.util.introspection">ClassMap</a> get(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a> c)</pre> +<div class="block">Lookup a given Class object in the cache. If it does not exist, check whether this is due to a class change and purge the caches eventually.</div> <dl><dt><span class="strong">Parameters:</span></dt><dd><code>c</code> - The class to look up.</dd> @@ -189,7 +280,7 @@ <ul class="blockList"> <li class="blockList"> <h4>getFieldMap</h4> -<pre><a href="../../../../../org/apache/velocity/util/introspection/ClassFieldMap.html" title="class in org.apache.velocity.util.introspection">ClassFieldMap</a> getFieldMap(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a> c)</pre> +<pre>public <a href="../../../../../org/apache/velocity/util/introspection/ClassFieldMap.html" title="class in org.apache.velocity.util.introspection">ClassFieldMap</a> getFieldMap(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a> c)</pre> <div class="block">Lookup a given Class object in the cache. If it does not exist, check whether this is due to a class change and purge the caches eventually.</div> @@ -203,7 +294,7 @@ <ul class="blockListLast"> <li class="blockList"> <h4>put</h4> -<pre><a href="../../../../../org/apache/velocity/util/introspection/ClassMap.html" title="class in org.apache.velocity.util.introspection">ClassMap</a> put(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a> c)</pre> +<pre>public <a href="../../../../../org/apache/velocity/util/introspection/ClassMap.html" title="class in org.apache.velocity.util.introspection">ClassMap</a> put(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a> c)</pre> <div class="block">Creates a class map for specific class and registers it in the cache. Also adds the qualified name to the name->class map for later Classloader change detection.</div> @@ -238,7 +329,7 @@ <div class="subNav"> <ul class="navList"> <li><a href="../../../../../org/apache/velocity/util/introspection/IntrospectorBase.html" title="class in org.apache.velocity.util.introspection"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../../org/apache/velocity/util/introspection/IntrospectorCacheImpl.html" title="class in org.apache.velocity.util.introspection"><span class="strong">Next Class</span></a></li> +<li><a href="../../../../../org/apache/velocity/util/introspection/LinkingUberspector.html" title="class in org.apache.velocity.util.introspection"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/apache/velocity/util/introspection/IntrospectorCache.html" target="_top">Frames</a></li> @@ -263,14 +354,14 @@ <ul class="subNavList"> <li>Summary: </li> <li>Nested | </li> -<li>Field | </li> -<li>Constr | </li> +<li><a href="#field_summary">Field</a> | </li> +<li><a href="#constructor_summary">Constr</a> | </li> <li><a href="#method_summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail: </li> -<li>Field | </li> -<li>Constr | </li> +<li><a href="#field_detail">Field</a> | </li> +<li><a href="#constructor_detail">Constr</a> | </li> <li><a href="#method_detail">Method</a></li> </ul> </div> Modified: velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/util/introspection/LinkingUberspector.html URL: http://svn.apache.org/viewvc/velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/util/introspection/LinkingUberspector.html?rev=1754154&r1=1754153&r2=1754154&view=diff ============================================================================== --- velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/util/introspection/LinkingUberspector.html (original) +++ velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/util/introspection/LinkingUberspector.html Tue Jul 26 16:26:18 2016 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (version 1.7.0_51) on Wed Jul 20 16:45:32 CEST 2016 --> +<!-- Generated by javadoc (version 1.7.0_51) on Tue Jul 26 17:33:01 CEST 2016 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> <title>LinkingUberspector (Apache Velocity 2.0.0-SNAPSHOT API)</title> -<meta name="date" content="2016-07-20"> +<meta name="date" content="2016-07-26"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> </head> <body> @@ -37,7 +37,7 @@ </div> <div class="subNav"> <ul class="navList"> -<li><a href="../../../../../org/apache/velocity/util/introspection/IntrospectorCacheImpl.html" title="class in org.apache.velocity.util.introspection"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../../../org/apache/velocity/util/introspection/IntrospectorCache.html" title="class in org.apache.velocity.util.introspection"><span class="strong">Prev Class</span></a></li> <li><a href="../../../../../org/apache/velocity/util/introspection/MethodMap.html" title="class in org.apache.velocity.util.introspection"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> @@ -107,7 +107,7 @@ <li class="blockList"> <dl> <dt>All Implemented Interfaces:</dt> -<dd><a href="../../../../../org/apache/velocity/util/introspection/ChainableUberspector.html" title="interface in org.apache.velocity.util.introspection">ChainableUberspector</a>, <a href="../../../../../org/apache/velocity/util/introspection/Uberspect.html" title="interface in org.apache.velocity.util.introspection">Uberspect</a>, <a href="../../../../../org/apache/velocity/util/introspection/UberspectLoggable.html" title="interface in org.apache.velocity.util.introspection">UberspectLoggable</a></dd> +<dd><a href="../../../../../org/apache/velocity/util/introspection/ChainableUberspector.html" title="interface in org.apache.velocity.util.introspection">ChainableUberspector</a>, <a href="../../../../../org/apache/velocity/util/introspection/Uberspect.html" title="interface in org.apache.velocity.util.introspection">Uberspect</a>, <a href="../../../../../org/apache/velocity/util/introspection/UberspectLoggable.html" title="interface in org.apache.velocity.util.introspection">UberspectLoggable</a>, <a href="../../../../../org/apache/velocity/util/RuntimeServicesAware.html" title="interface in org.apache.velocity.util">RuntimeServicesAware</a></dd> </dl> <hr> <br> @@ -164,7 +164,7 @@ extends <a href="../../../../../org/apac <!-- --> </a> <h3>Fields inherited from class org.apache.velocity.util.introspection.<a href="../../../../../org/apache/velocity/util/introspection/UberspectImpl.html" title="class in org.apache.velocity.util.introspection">UberspectImpl</a></h3> -<code><a href="../../../../../org/apache/velocity/util/introspection/UberspectImpl.html#introspector">introspector</a>, <a href="../../../../../org/apache/velocity/util/introspection/UberspectImpl.html#log">log</a></code></li> +<code><a href="../../../../../org/apache/velocity/util/introspection/UberspectImpl.html#conversionHandler">conversionHandler</a>, <a href="../../../../../org/apache/velocity/util/introspection/UberspectImpl.html#introspector">introspector</a>, <a href="../../../../../org/apache/velocity/util/introspection/UberspectImpl.html#log">log</a></code></li> </ul> </li> </ul> @@ -253,7 +253,7 @@ extends <a href="../../../../../org/apac <!-- --> </a> <h3>Methods inherited from class org.apache.velocity.util.introspection.<a href="../../../../../org/apache/velocity/util/introspection/UberspectImpl.html" title="class in org.apache.velocity.util.introspection">UberspectImpl</a></h3> -<code><a href="../../../../../org/apache/velocity/util/introspection/UberspectImpl.html#setLog(org.slf4j.Logger)">setLog</a></code></li> +<code><a href="../../../../../org/apache/velocity/util/introspection/UberspectImpl.html#getConversionHandler()">getConversionHandler</a>, <a href="../../../../../org/apache/velocity/util/introspection/UberspectImpl.html#setLog(org.slf4j.Logger)">setLog</a>, <a href="../../../../../org/apache/velocity/util/introspection/UberspectImpl.html#setRuntimeServices(org.apache.velocity.runtime.RuntimeServices)">setRuntimeServices</a></code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> @@ -419,7 +419,7 @@ extends <a href="../../../../../org/apac </div> <div class="subNav"> <ul class="navList"> -<li><a href="../../../../../org/apache/velocity/util/introspection/IntrospectorCacheImpl.html" title="class in org.apache.velocity.util.introspection"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../../../org/apache/velocity/util/introspection/IntrospectorCache.html" title="class in org.apache.velocity.util.introspection"><span class="strong">Prev Class</span></a></li> <li><a href="../../../../../org/apache/velocity/util/introspection/MethodMap.html" title="class in org.apache.velocity.util.introspection"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> Modified: velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/util/introspection/MethodMap.AmbiguousException.html URL: http://svn.apache.org/viewvc/velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/util/introspection/MethodMap.AmbiguousException.html?rev=1754154&r1=1754153&r2=1754154&view=diff ============================================================================== --- velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/util/introspection/MethodMap.AmbiguousException.html (original) +++ velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/util/introspection/MethodMap.AmbiguousException.html Tue Jul 26 16:26:18 2016 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (version 1.7.0_51) on Wed Jul 20 16:45:32 CEST 2016 --> +<!-- Generated by javadoc (version 1.7.0_51) on Tue Jul 26 17:33:01 CEST 2016 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> <title>MethodMap.AmbiguousException (Apache Velocity 2.0.0-SNAPSHOT API)</title> -<meta name="date" content="2016-07-20"> +<meta name="date" content="2016-07-26"> <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/util/introspection/MethodMap.html URL: http://svn.apache.org/viewvc/velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/util/introspection/MethodMap.html?rev=1754154&r1=1754153&r2=1754154&view=diff ============================================================================== --- velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/util/introspection/MethodMap.html (original) +++ velocity/site/cms/trunk/content/engine/devel/apidocs/org/apache/velocity/util/introspection/MethodMap.html Tue Jul 26 16:26:18 2016 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (version 1.7.0_51) on Wed Jul 20 16:45:32 CEST 2016 --> +<!-- Generated by javadoc (version 1.7.0_51) on Tue Jul 26 17:33:01 CEST 2016 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> <title>MethodMap (Apache Velocity 2.0.0-SNAPSHOT API)</title> -<meta name="date" content="2016-07-20"> +<meta name="date" content="2016-07-26"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> </head> <body> @@ -102,7 +102,7 @@ extends <a href="http://docs.oracle.com/ <dl><dt><span class="strong">Version:</span></dt> <dd>$Id: MethodMap.java 928998 2010-03-30 05:37:17Z nbubna $</dd> <dt><span class="strong">Author:</span></dt> - <dd><a href="mailto:[email protected]">Jason van Zyl</a>, <a href="mailto:[email protected]">Bob McWhirter</a>, <a href="mailto:[email protected]">Christoph Reck</a>, <a href="mailto:[email protected]">Geir Magnusson Jr.</a>, <a href="mailto:[email protected]">Attila Szegedi</a></dd></dl> + <dd><a href="mailto:[email protected]">Jason van Zyl</a>, <a href="mailto:[email protected]">Bob McWhirter</a>, <a href="mailto:[email protected]">Christoph Reck</a>, <a href="mailto:[email protected]">Geir Magnusson Jr.</a>, <a href="mailto:[email protected]">Attila Szegedi</a>, <a href="mailto:[email protected]">Claude Brisson</a></dd></dl> </li> </ul> </div> @@ -143,7 +143,14 @@ extends <a href="http://docs.oracle.com/ <th class="colOne" scope="col">Constructor and Description</th> </tr> <tr class="altColor"> -<td class="colOne"><code><strong><a href="../../../../../org/apache/velocity/util/introspection/MethodMap.html#MethodMap()">MethodMap</a></strong>()</code> </td> +<td class="colOne"><code><strong><a href="../../../../../org/apache/velocity/util/introspection/MethodMap.html#MethodMap()">MethodMap</a></strong>()</code> +<div class="block">Default constructor</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colOne"><code><strong><a href="../../../../../org/apache/velocity/util/introspection/MethodMap.html#MethodMap(org.apache.velocity.util.introspection.ConversionHandler)">MethodMap</a></strong>(<a href="../../../../../org/apache/velocity/util/introspection/ConversionHandler.html" title="interface in org.apache.velocity.util.introspection">ConversionHandler</a> conversionHandler)</code> +<div class="block">Constructor with provided conversion handler</div> +</td> </tr> </table> </li> @@ -205,10 +212,23 @@ extends <a href="http://docs.oracle.com/ <a name="MethodMap()"> <!-- --> </a> -<ul class="blockListLast"> +<ul class="blockList"> <li class="blockList"> <h4>MethodMap</h4> <pre>public MethodMap()</pre> +<div class="block">Default constructor</div> +</li> +</ul> +<a name="MethodMap(org.apache.velocity.util.introspection.ConversionHandler)"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>MethodMap</h4> +<pre>public MethodMap(<a href="../../../../../org/apache/velocity/util/introspection/ConversionHandler.html" title="interface in org.apache.velocity.util.introspection">ConversionHandler</a> conversionHandler)</pre> +<div class="block">Constructor with provided conversion handler</div> +<dl><dt><span class="strong">Parameters:</span></dt><dd><code>conversionHandler</code> - conversion handler</dd><dt><span class="strong">Since:</span></dt> + <dd>2.0</dd></dl> </li> </ul> </li>
