You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@manifoldcf.apache.org by kw...@apache.org on 2013/07/16 00:59:27 UTC

svn commit: r1503511 [11/26] - in /manifoldcf/site/publish/release/trunk: api/activedirectory/ api/activedirectory/org/apache/manifoldcf/authorities/authorities/activedirectory/ api/alfresco/ api/alfresco/org/apache/manifoldcf/crawler/connectors/alfres...

Added: manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/IPasswordMapperActivity.html
URL: http://svn.apache.org/viewvc/manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/IPasswordMapperActivity.html?rev=1503511&view=auto
==============================================================================
--- manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/IPasswordMapperActivity.html (added)
+++ manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/IPasswordMapperActivity.html Mon Jul 15 22:59:00 2013
@@ -0,0 +1,286 @@
+<!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_25) on Mon Jul 15 16:55:32 EDT 2013 -->
+<title>IPasswordMapperActivity</title>
+<meta name="date" content="2013-07-15">
+<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="IPasswordMapperActivity";
+    }
+//-->
+</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="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/manifoldcf/core/interfaces/IParameterActivity.html" title="interface in org.apache.manifoldcf.core.interfaces"><span class="strong">Prev Class</span></a></li>
+<li><a href="../../../../../org/apache/manifoldcf/core/interfaces/IPostParameters.html" title="interface in org.apache.manifoldcf.core.interfaces"><span class="strong">Next Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../index.html?org/apache/manifoldcf/core/interfaces/IPasswordMapperActivity.html" target="_top">Frames</a></li>
+<li><a href="IPasswordMapperActivity.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:&nbsp;</li>
+<li>Nested&nbsp;|&nbsp;</li>
+<li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li>
+<li>Constr&nbsp;|&nbsp;</li>
+<li><a href="#method_summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
+<li>Constr&nbsp;|&nbsp;</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.manifoldcf.core.interfaces</div>
+<h2 title="Interface IPasswordMapperActivity" class="title">Interface IPasswordMapperActivity</h2>
+</div>
+<div class="contentContainer">
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Known Subinterfaces:</dt>
+<dd><a href="../../../../../org/apache/manifoldcf/core/interfaces/IHTTPOutput.html" title="interface in org.apache.manifoldcf.core.interfaces">IHTTPOutput</a>, <a href="../../../../../org/apache/manifoldcf/core/interfaces/IPostParameters.html" title="interface in org.apache.manifoldcf.core.interfaces">IPostParameters</a></dd>
+</dl>
+<dl>
+<dt>All Known Implementing Classes:</dt>
+<dd><a href="../../../../../org/apache/manifoldcf/ui/jsp/JspWrapper.html" title="class in org.apache.manifoldcf.ui.jsp">JspWrapper</a>, <a href="../../../../../org/apache/manifoldcf/ui/multipart/MultipartWrapper.html" title="class in org.apache.manifoldcf.ui.multipart">MultipartWrapper</a></dd>
+</dl>
+<hr>
+<br>
+<pre>public interface <span class="strong">IPasswordMapperActivity</span></pre>
+<div class="block">This interface abstracts from password mapping activity, available for
+ all connector-provided UI components.
+ Passwords should not appear in any data sent from the crawler UI to the browser.  The
+ following methods are provided to assist the connector UI components in this task.
+ A connector coder should use these services as follows:
+ - When the password would ordinarily be put into a form element as the current password,
+    instead use mapPasswordToKey() to create a key and put that in instead.
+ - When the "password" is posted, and the post is processed, use mapKeyToPassword() to
+    restore the correct password.</div>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- =========== FIELD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="field_summary">
+<!--   -->
+</a>
+<h3>Field Summary</h3>
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
+<caption><span>Fields</span><span class="tabEnd">&nbsp;</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 java.lang.String</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/manifoldcf/core/interfaces/IPasswordMapperActivity.html#_rcsid">_rcsid</a></strong></code>&nbsp;</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">&nbsp;</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>java.lang.String</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/manifoldcf/core/interfaces/IPasswordMapperActivity.html#mapKeyToPassword(java.lang.String)">mapKeyToPassword</a></strong>(java.lang.String&nbsp;key)</code>
+<div class="block">Convert a key, created by mapPasswordToKey, back to the original password, within
+ the lifetime of the browser session.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>java.lang.String</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/manifoldcf/core/interfaces/IPasswordMapperActivity.html#mapPasswordToKey(java.lang.String)">mapPasswordToKey</a></strong>(java.lang.String&nbsp;password)</code>
+<div class="block">Map a password to a unique key.</div>
+</td>
+</tr>
+</table>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ============ FIELD DETAIL =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="field_detail">
+<!--   -->
+</a>
+<h3>Field Detail</h3>
+<a name="_rcsid">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>_rcsid</h4>
+<pre>static final&nbsp;java.lang.String _rcsid</pre>
+<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.manifoldcf.core.interfaces.IPasswordMapperActivity._rcsid">Constant Field Values</a></dd></dl>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ============ METHOD DETAIL ========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method_detail">
+<!--   -->
+</a>
+<h3>Method Detail</h3>
+<a name="mapPasswordToKey(java.lang.String)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>mapPasswordToKey</h4>
+<pre>java.lang.String&nbsp;mapPasswordToKey(java.lang.String&nbsp;password)</pre>
+<div class="block">Map a password to a unique key.
+ This method works within a specific given browser session to replace an existing password with
+ a key which can be used to look up the password at a later time.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>password</code> - is the password.</dd>
+<dt><span class="strong">Returns:</span></dt><dd>the key.</dd></dl>
+</li>
+</ul>
+<a name="mapKeyToPassword(java.lang.String)">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>mapKeyToPassword</h4>
+<pre>java.lang.String&nbsp;mapKeyToPassword(java.lang.String&nbsp;key)</pre>
+<div class="block">Convert a key, created by mapPasswordToKey, back to the original password, within
+ the lifetime of the browser session.  If the provided key is not an actual key, instead
+ the key value is assumed to be a new password value.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>key</code> - is the key.</dd>
+<dt><span class="strong">Returns:</span></dt><dd>the password.</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="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/manifoldcf/core/interfaces/IParameterActivity.html" title="interface in org.apache.manifoldcf.core.interfaces"><span class="strong">Prev Class</span></a></li>
+<li><a href="../../../../../org/apache/manifoldcf/core/interfaces/IPostParameters.html" title="interface in org.apache.manifoldcf.core.interfaces"><span class="strong">Next Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../index.html?org/apache/manifoldcf/core/interfaces/IPasswordMapperActivity.html" target="_top">Frames</a></li>
+<li><a href="IPasswordMapperActivity.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:&nbsp;</li>
+<li>Nested&nbsp;|&nbsp;</li>
+<li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li>
+<li>Constr&nbsp;|&nbsp;</li>
+<li><a href="#method_summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
+<li>Constr&nbsp;|&nbsp;</li>
+<li><a href="#method_detail">Method</a></li>
+</ul>
+</div>
+<a name="skip-navbar_bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+</body>
+</html>

Modified: manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/IPostParameters.html
URL: http://svn.apache.org/viewvc/manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/IPostParameters.html?rev=1503511&r1=1503510&r2=1503511&view=diff
==============================================================================
--- manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/IPostParameters.html (original)
+++ manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/IPostParameters.html Mon Jul 15 22:59:00 2013
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_25) on Wed Jul 10 13:38:44 EDT 2013 -->
+<!-- Generated by javadoc (version 1.7.0_25) on Mon Jul 15 16:55:32 EDT 2013 -->
 <title>IPostParameters</title>
-<meta name="date" content="2013-07-10">
+<meta name="date" content="2013-07-15">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
@@ -35,7 +35,7 @@
 </div>
 <div class="subNav">
 <ul class="navList">
-<li><a href="../../../../../org/apache/manifoldcf/core/interfaces/IndexDescription.html" title="class in org.apache.manifoldcf.core.interfaces"><span class="strong">Prev Class</span></a></li>
+<li><a href="../../../../../org/apache/manifoldcf/core/interfaces/IPasswordMapperActivity.html" title="interface in org.apache.manifoldcf.core.interfaces"><span class="strong">Prev Class</span></a></li>
 <li><a href="../../../../../org/apache/manifoldcf/core/interfaces/IResultRow.html" title="interface in org.apache.manifoldcf.core.interfaces"><span class="strong">Next Class</span></a></li>
 </ul>
 <ul class="navList">
@@ -63,13 +63,13 @@
 <li>Nested&nbsp;|&nbsp;</li>
 <li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li>
 <li>Constr&nbsp;|&nbsp;</li>
-<li><a href="#method_summary">Method</a></li>
+<li>Method</li>
 </ul>
 <ul class="subNavList">
 <li>Detail:&nbsp;</li>
 <li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
 <li>Constr&nbsp;|&nbsp;</li>
-<li><a href="#method_detail">Method</a></li>
+<li>Method</li>
 </ul>
 </div>
 <a name="skip-navbar_top">
@@ -86,13 +86,19 @@
 <ul class="blockList">
 <li class="blockList">
 <dl>
+<dt>All Superinterfaces:</dt>
+<dd><a href="../../../../../org/apache/manifoldcf/core/interfaces/IParameterActivity.html" title="interface in org.apache.manifoldcf.core.interfaces">IParameterActivity</a>, <a href="../../../../../org/apache/manifoldcf/core/interfaces/IPasswordMapperActivity.html" title="interface in org.apache.manifoldcf.core.interfaces">IPasswordMapperActivity</a></dd>
+</dl>
+<dl>
 <dt>All Known Implementing Classes:</dt>
 <dd><a href="../../../../../org/apache/manifoldcf/ui/multipart/MultipartWrapper.html" title="class in org.apache.manifoldcf.ui.multipart">MultipartWrapper</a></dd>
 </dl>
 <hr>
 <br>
-<pre>public interface <span class="strong">IPostParameters</span></pre>
-<div class="block">This interface represents parameters that get posted during UI interaction.</div>
+<pre>public interface <span class="strong">IPostParameters</span>
+extends <a href="../../../../../org/apache/manifoldcf/core/interfaces/IParameterActivity.html" title="interface in org.apache.manifoldcf.core.interfaces">IParameterActivity</a>, <a href="../../../../../org/apache/manifoldcf/core/interfaces/IPasswordMapperActivity.html" title="interface in org.apache.manifoldcf.core.interfaces">IPasswordMapperActivity</a></pre>
+<div class="block">This interface represents resources that are made available to connector methods
+ during UI post operations.</div>
 </li>
 </ul>
 </div>
@@ -124,51 +130,20 @@
 <!--   -->
 </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">&nbsp;</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>byte[]</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/manifoldcf/core/interfaces/IPostParameters.html#getBinaryBytes(java.lang.String)">getBinaryBytes</a></strong>(java.lang.String&nbsp;name)</code>
-<div class="block">Get file parameter, as a byte array.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code><a href="../../../../../org/apache/manifoldcf/core/interfaces/BinaryInput.html" title="class in org.apache.manifoldcf.core.interfaces">BinaryInput</a></code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/manifoldcf/core/interfaces/IPostParameters.html#getBinaryStream(java.lang.String)">getBinaryStream</a></strong>(java.lang.String&nbsp;name)</code>
-<div class="block">Get a file parameter, as a binary input stream.</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>java.lang.String</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/manifoldcf/core/interfaces/IPostParameters.html#getParameter(java.lang.String)">getParameter</a></strong>(java.lang.String&nbsp;name)</code>
-<div class="block">Get single parameter value.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>java.lang.String[]</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/manifoldcf/core/interfaces/IPostParameters.html#getParameterValues(java.lang.String)">getParameterValues</a></strong>(java.lang.String&nbsp;name)</code>
-<div class="block">Read an array of parameter values.</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/manifoldcf/core/interfaces/IPostParameters.html#setParameter(java.lang.String, java.lang.String)">setParameter</a></strong>(java.lang.String&nbsp;name,
-            java.lang.String&nbsp;value)</code>
-<div class="block">Set a parameter value.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/manifoldcf/core/interfaces/IPostParameters.html#setParameterValues(java.lang.String, java.lang.String[])">setParameterValues</a></strong>(java.lang.String&nbsp;name,
-                  java.lang.String[]&nbsp;values)</code>
-<div class="block">Set an array of parameter values.</div>
-</td>
-</tr>
-</table>
+<ul class="blockList">
+<li class="blockList"><a name="methods_inherited_from_class_org.apache.manifoldcf.core.interfaces.IParameterActivity">
+<!--   -->
+</a>
+<h3>Methods inherited from interface&nbsp;org.apache.manifoldcf.core.interfaces.<a href="../../../../../org/apache/manifoldcf/core/interfaces/IParameterActivity.html" title="interface in org.apache.manifoldcf.core.interfaces">IParameterActivity</a></h3>
+<code><a href="../../../../../org/apache/manifoldcf/core/interfaces/IParameterActivity.html#getBinaryBytes(java.lang.String)">getBinaryBytes</a>, <a href="../../../../../org/apache/manifoldcf/core/interfaces/IParameterActivity.html#getBinaryStream(java.lang.String)">getBinaryStream</a>, <a href="../../../../../org/apache/manifoldcf/core/interfaces/IParameterActivity.html#getParameter(java.lang.String)">getParameter</a>, <a href="../../../../../org/apache/manifoldcf/core/interfaces/IParameterActivity.html#getParameterValues(java.lang.String)">getParameterValues</a>, <a href="../../../../../org/apache/manifoldcf/core/interfaces/IParameterActivity.html#setParameter(java.lang.String, java.lang.String)">setParameter</a>, <a href="../../../../../org/apache/manifoldcf/core/interfaces/IParameterActivity.html#setParameterValues(java.lang.String, java.lang.String[])">setParameterValues</a></code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods_inherited_from_class_org.apache.manifoldcf.core.interfaces.IPasswordMapperActivity">
+<!--   -->
+</a>
+<h3>Methods inherited from interface&nbsp;org.apache.manifoldcf.core.interfaces.<a href="../../../../../org/apache/manifoldcf/core/interfaces/IPasswordMapperActivity.html" title="interface in org.apache.manifoldcf.core.interfaces">IPasswordMapperActivity</a></h3>
+<code><a href="../../../../../org/apache/manifoldcf/core/interfaces/IPasswordMapperActivity.html#mapKeyToPassword(java.lang.String)">mapKeyToPassword</a>, <a href="../../../../../org/apache/manifoldcf/core/interfaces/IPasswordMapperActivity.html#mapPasswordToKey(java.lang.String)">mapPasswordToKey</a></code></li>
+</ul>
 </li>
 </ul>
 </li>
@@ -195,89 +170,6 @@
 </ul>
 </li>
 </ul>
-<!-- ============ METHOD DETAIL ========== -->
-<ul class="blockList">
-<li class="blockList"><a name="method_detail">
-<!--   -->
-</a>
-<h3>Method Detail</h3>
-<a name="getParameterValues(java.lang.String)">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>getParameterValues</h4>
-<pre>java.lang.String[]&nbsp;getParameterValues(java.lang.String&nbsp;name)</pre>
-<div class="block">Read an array of parameter values.</div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>name</code> - is the parameter name.</dd>
-<dt><span class="strong">Returns:</span></dt><dd>the array of values, or null if it doesn't exist.</dd></dl>
-</li>
-</ul>
-<a name="getParameter(java.lang.String)">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>getParameter</h4>
-<pre>java.lang.String&nbsp;getParameter(java.lang.String&nbsp;name)</pre>
-<div class="block">Get single parameter value.</div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>name</code> - is the parameter name.</dd>
-<dt><span class="strong">Returns:</span></dt><dd>the value, or null if it doesn't exist.</dd></dl>
-</li>
-</ul>
-<a name="getBinaryStream(java.lang.String)">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>getBinaryStream</h4>
-<pre><a href="../../../../../org/apache/manifoldcf/core/interfaces/BinaryInput.html" title="class in org.apache.manifoldcf.core.interfaces">BinaryInput</a>&nbsp;getBinaryStream(java.lang.String&nbsp;name)
-                            throws <a href="../../../../../org/apache/manifoldcf/core/interfaces/ManifoldCFException.html" title="class in org.apache.manifoldcf.core.interfaces">ManifoldCFException</a></pre>
-<div class="block">Get a file parameter, as a binary input stream.</div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>name</code> - is the parameter name.</dd>
-<dt><span class="strong">Returns:</span></dt><dd>the value, or null if it doesn't exist.</dd>
-<dt><span class="strong">Throws:</span></dt>
-<dd><code><a href="../../../../../org/apache/manifoldcf/core/interfaces/ManifoldCFException.html" title="class in org.apache.manifoldcf.core.interfaces">ManifoldCFException</a></code></dd></dl>
-</li>
-</ul>
-<a name="getBinaryBytes(java.lang.String)">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>getBinaryBytes</h4>
-<pre>byte[]&nbsp;getBinaryBytes(java.lang.String&nbsp;name)</pre>
-<div class="block">Get file parameter, as a byte array.</div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>name</code> - is the parameter name.</dd>
-<dt><span class="strong">Returns:</span></dt><dd>the binary parameter as an array of bytes.</dd></dl>
-</li>
-</ul>
-<a name="setParameter(java.lang.String, java.lang.String)">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>setParameter</h4>
-<pre>void&nbsp;setParameter(java.lang.String&nbsp;name,
-                java.lang.String&nbsp;value)</pre>
-<div class="block">Set a parameter value.</div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>name</code> - is the parameter name.</dd><dd><code>value</code> - is the desired value.</dd></dl>
-</li>
-</ul>
-<a name="setParameterValues(java.lang.String, java.lang.String[])">
-<!--   -->
-</a>
-<ul class="blockListLast">
-<li class="blockList">
-<h4>setParameterValues</h4>
-<pre>void&nbsp;setParameterValues(java.lang.String&nbsp;name,
-                      java.lang.String[]&nbsp;values)</pre>
-<div class="block">Set an array of parameter values.</div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>name</code> - is the parameter name.</dd><dd><code>values</code> - is the array of desired values.</dd></dl>
-</li>
-</ul>
-</li>
-</ul>
 </li>
 </ul>
 </div>
@@ -301,7 +193,7 @@
 </div>
 <div class="subNav">
 <ul class="navList">
-<li><a href="../../../../../org/apache/manifoldcf/core/interfaces/IndexDescription.html" title="class in org.apache.manifoldcf.core.interfaces"><span class="strong">Prev Class</span></a></li>
+<li><a href="../../../../../org/apache/manifoldcf/core/interfaces/IPasswordMapperActivity.html" title="interface in org.apache.manifoldcf.core.interfaces"><span class="strong">Prev Class</span></a></li>
 <li><a href="../../../../../org/apache/manifoldcf/core/interfaces/IResultRow.html" title="interface in org.apache.manifoldcf.core.interfaces"><span class="strong">Next Class</span></a></li>
 </ul>
 <ul class="navList">
@@ -329,13 +221,13 @@
 <li>Nested&nbsp;|&nbsp;</li>
 <li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li>
 <li>Constr&nbsp;|&nbsp;</li>
-<li><a href="#method_summary">Method</a></li>
+<li>Method</li>
 </ul>
 <ul class="subNavList">
 <li>Detail:&nbsp;</li>
 <li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
 <li>Constr&nbsp;|&nbsp;</li>
-<li><a href="#method_detail">Method</a></li>
+<li>Method</li>
 </ul>
 </div>
 <a name="skip-navbar_bottom">

Modified: manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/IResultRow.html
URL: http://svn.apache.org/viewvc/manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/IResultRow.html?rev=1503511&r1=1503510&r2=1503511&view=diff
==============================================================================
--- manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/IResultRow.html (original)
+++ manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/IResultRow.html Mon Jul 15 22:59:00 2013
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_25) on Wed Jul 10 13:38:44 EDT 2013 -->
+<!-- Generated by javadoc (version 1.7.0_25) on Mon Jul 15 16:55:32 EDT 2013 -->
 <title>IResultRow</title>
-<meta name="date" content="2013-07-10">
+<meta name="date" content="2013-07-15">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/IResultSet.html
URL: http://svn.apache.org/viewvc/manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/IResultSet.html?rev=1503511&r1=1503510&r2=1503511&view=diff
==============================================================================
--- manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/IResultSet.html (original)
+++ manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/IResultSet.html Mon Jul 15 22:59:00 2013
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_25) on Wed Jul 10 13:38:44 EDT 2013 -->
+<!-- Generated by javadoc (version 1.7.0_25) on Mon Jul 15 16:55:32 EDT 2013 -->
 <title>IResultSet</title>
-<meta name="date" content="2013-07-10">
+<meta name="date" content="2013-07-15">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/IShutdownHook.html
URL: http://svn.apache.org/viewvc/manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/IShutdownHook.html?rev=1503511&r1=1503510&r2=1503511&view=diff
==============================================================================
--- manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/IShutdownHook.html (original)
+++ manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/IShutdownHook.html Mon Jul 15 22:59:00 2013
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_25) on Wed Jul 10 13:38:44 EDT 2013 -->
+<!-- Generated by javadoc (version 1.7.0_25) on Mon Jul 15 16:55:32 EDT 2013 -->
 <title>IShutdownHook</title>
-<meta name="date" content="2013-07-10">
+<meta name="date" content="2013-07-15">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/IThreadContext.html
URL: http://svn.apache.org/viewvc/manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/IThreadContext.html?rev=1503511&r1=1503510&r2=1503511&view=diff
==============================================================================
--- manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/IThreadContext.html (original)
+++ manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/IThreadContext.html Mon Jul 15 22:59:00 2013
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_25) on Wed Jul 10 13:38:44 EDT 2013 -->
+<!-- Generated by javadoc (version 1.7.0_25) on Mon Jul 15 16:55:32 EDT 2013 -->
 <title>IThreadContext</title>
-<meta name="date" content="2013-07-10">
+<meta name="date" content="2013-07-15">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/IndexDescription.html
URL: http://svn.apache.org/viewvc/manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/IndexDescription.html?rev=1503511&r1=1503510&r2=1503511&view=diff
==============================================================================
--- manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/IndexDescription.html (original)
+++ manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/IndexDescription.html Mon Jul 15 22:59:00 2013
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_25) on Wed Jul 10 13:38:44 EDT 2013 -->
+<!-- Generated by javadoc (version 1.7.0_25) on Mon Jul 15 16:55:32 EDT 2013 -->
 <title>IndexDescription</title>
-<meta name="date" content="2013-07-10">
+<meta name="date" content="2013-07-15">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
@@ -36,7 +36,7 @@
 <div class="subNav">
 <ul class="navList">
 <li><a href="../../../../../org/apache/manifoldcf/core/interfaces/ILockManager.html" title="interface in org.apache.manifoldcf.core.interfaces"><span class="strong">Prev Class</span></a></li>
-<li><a href="../../../../../org/apache/manifoldcf/core/interfaces/IPostParameters.html" title="interface in org.apache.manifoldcf.core.interfaces"><span class="strong">Next Class</span></a></li>
+<li><a href="../../../../../org/apache/manifoldcf/core/interfaces/IParameterActivity.html" title="interface in org.apache.manifoldcf.core.interfaces"><span class="strong">Next Class</span></a></li>
 </ul>
 <ul class="navList">
 <li><a href="../../../../../index.html?org/apache/manifoldcf/core/interfaces/IndexDescription.html" target="_top">Frames</a></li>
@@ -311,7 +311,7 @@ extends java.lang.Object</pre>
 <div class="subNav">
 <ul class="navList">
 <li><a href="../../../../../org/apache/manifoldcf/core/interfaces/ILockManager.html" title="interface in org.apache.manifoldcf.core.interfaces"><span class="strong">Prev Class</span></a></li>
-<li><a href="../../../../../org/apache/manifoldcf/core/interfaces/IPostParameters.html" title="interface in org.apache.manifoldcf.core.interfaces"><span class="strong">Next Class</span></a></li>
+<li><a href="../../../../../org/apache/manifoldcf/core/interfaces/IParameterActivity.html" title="interface in org.apache.manifoldcf.core.interfaces"><span class="strong">Next Class</span></a></li>
 </ul>
 <ul class="navList">
 <li><a href="../../../../../index.html?org/apache/manifoldcf/core/interfaces/IndexDescription.html" target="_top">Frames</a></li>

Modified: manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/JoinClause.html
URL: http://svn.apache.org/viewvc/manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/JoinClause.html?rev=1503511&r1=1503510&r2=1503511&view=diff
==============================================================================
--- manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/JoinClause.html (original)
+++ manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/JoinClause.html Mon Jul 15 22:59:00 2013
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_25) on Wed Jul 10 13:38:44 EDT 2013 -->
+<!-- Generated by javadoc (version 1.7.0_25) on Mon Jul 15 16:55:32 EDT 2013 -->
 <title>JoinClause</title>
-<meta name="date" content="2013-07-10">
+<meta name="date" content="2013-07-15">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/KeystoreManagerFactory.OpenTrustManager.html
URL: http://svn.apache.org/viewvc/manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/KeystoreManagerFactory.OpenTrustManager.html?rev=1503511&r1=1503510&r2=1503511&view=diff
==============================================================================
--- manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/KeystoreManagerFactory.OpenTrustManager.html (original)
+++ manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/KeystoreManagerFactory.OpenTrustManager.html Mon Jul 15 22:59:00 2013
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_25) on Wed Jul 10 13:38:44 EDT 2013 -->
+<!-- Generated by javadoc (version 1.7.0_25) on Mon Jul 15 16:55:32 EDT 2013 -->
 <title>KeystoreManagerFactory.OpenTrustManager</title>
-<meta name="date" content="2013-07-10">
+<meta name="date" content="2013-07-15">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/KeystoreManagerFactory.html
URL: http://svn.apache.org/viewvc/manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/KeystoreManagerFactory.html?rev=1503511&r1=1503510&r2=1503511&view=diff
==============================================================================
--- manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/KeystoreManagerFactory.html (original)
+++ manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/KeystoreManagerFactory.html Mon Jul 15 22:59:00 2013
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_25) on Wed Jul 10 13:38:44 EDT 2013 -->
+<!-- Generated by javadoc (version 1.7.0_25) on Mon Jul 15 16:55:32 EDT 2013 -->
 <title>KeystoreManagerFactory</title>
-<meta name="date" content="2013-07-10">
+<meta name="date" content="2013-07-15">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/LockException.html
URL: http://svn.apache.org/viewvc/manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/LockException.html?rev=1503511&r1=1503510&r2=1503511&view=diff
==============================================================================
--- manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/LockException.html (original)
+++ manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/LockException.html Mon Jul 15 22:59:00 2013
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_25) on Wed Jul 10 13:38:44 EDT 2013 -->
+<!-- Generated by javadoc (version 1.7.0_25) on Mon Jul 15 16:55:32 EDT 2013 -->
 <title>LockException</title>
-<meta name="date" content="2013-07-10">
+<meta name="date" content="2013-07-15">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/LockManagerFactory.html
URL: http://svn.apache.org/viewvc/manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/LockManagerFactory.html?rev=1503511&r1=1503510&r2=1503511&view=diff
==============================================================================
--- manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/LockManagerFactory.html (original)
+++ manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/LockManagerFactory.html Mon Jul 15 22:59:00 2013
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_25) on Wed Jul 10 13:38:44 EDT 2013 -->
+<!-- Generated by javadoc (version 1.7.0_25) on Mon Jul 15 16:55:32 EDT 2013 -->
 <title>LockManagerFactory</title>
-<meta name="date" content="2013-07-10">
+<meta name="date" content="2013-07-15">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/ManifoldCFException.html
URL: http://svn.apache.org/viewvc/manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/ManifoldCFException.html?rev=1503511&r1=1503510&r2=1503511&view=diff
==============================================================================
--- manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/ManifoldCFException.html (original)
+++ manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/ManifoldCFException.html Mon Jul 15 22:59:00 2013
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_25) on Wed Jul 10 13:38:44 EDT 2013 -->
+<!-- Generated by javadoc (version 1.7.0_25) on Mon Jul 15 16:55:32 EDT 2013 -->
 <title>ManifoldCFException</title>
-<meta name="date" content="2013-07-10">
+<meta name="date" content="2013-07-15">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/MultiClause.html
URL: http://svn.apache.org/viewvc/manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/MultiClause.html?rev=1503511&r1=1503510&r2=1503511&view=diff
==============================================================================
--- manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/MultiClause.html (original)
+++ manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/MultiClause.html Mon Jul 15 22:59:00 2013
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_25) on Wed Jul 10 13:38:44 EDT 2013 -->
+<!-- Generated by javadoc (version 1.7.0_25) on Mon Jul 15 16:55:32 EDT 2013 -->
 <title>MultiClause</title>
-<meta name="date" content="2013-07-10">
+<meta name="date" content="2013-07-15">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/NullCharacterInput.html
URL: http://svn.apache.org/viewvc/manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/NullCharacterInput.html?rev=1503511&r1=1503510&r2=1503511&view=diff
==============================================================================
--- manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/NullCharacterInput.html (original)
+++ manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/NullCharacterInput.html Mon Jul 15 22:59:00 2013
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_25) on Wed Jul 10 13:38:44 EDT 2013 -->
+<!-- Generated by javadoc (version 1.7.0_25) on Mon Jul 15 16:55:32 EDT 2013 -->
 <title>NullCharacterInput</title>
-<meta name="date" content="2013-07-10">
+<meta name="date" content="2013-07-15">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/NullCheckClause.html
URL: http://svn.apache.org/viewvc/manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/NullCheckClause.html?rev=1503511&r1=1503510&r2=1503511&view=diff
==============================================================================
--- manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/NullCheckClause.html (original)
+++ manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/NullCheckClause.html Mon Jul 15 22:59:00 2013
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_25) on Wed Jul 10 13:38:44 EDT 2013 -->
+<!-- Generated by javadoc (version 1.7.0_25) on Mon Jul 15 16:55:32 EDT 2013 -->
 <title>NullCheckClause</title>
-<meta name="date" content="2013-07-10">
+<meta name="date" content="2013-07-15">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/ResultSpecification.ColumnSpecification.html
URL: http://svn.apache.org/viewvc/manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/ResultSpecification.ColumnSpecification.html?rev=1503511&r1=1503510&r2=1503511&view=diff
==============================================================================
--- manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/ResultSpecification.ColumnSpecification.html (original)
+++ manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/ResultSpecification.ColumnSpecification.html Mon Jul 15 22:59:00 2013
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_25) on Wed Jul 10 13:38:44 EDT 2013 -->
+<!-- Generated by javadoc (version 1.7.0_25) on Mon Jul 15 16:55:32 EDT 2013 -->
 <title>ResultSpecification.ColumnSpecification</title>
-<meta name="date" content="2013-07-10">
+<meta name="date" content="2013-07-15">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/ResultSpecification.html
URL: http://svn.apache.org/viewvc/manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/ResultSpecification.html?rev=1503511&r1=1503510&r2=1503511&view=diff
==============================================================================
--- manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/ResultSpecification.html (original)
+++ manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/ResultSpecification.html Mon Jul 15 22:59:00 2013
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_25) on Wed Jul 10 13:38:44 EDT 2013 -->
+<!-- Generated by javadoc (version 1.7.0_25) on Mon Jul 15 16:55:32 EDT 2013 -->
 <title>ResultSpecification</title>
-<meta name="date" content="2013-07-10">
+<meta name="date" content="2013-07-15">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/Specification.html
URL: http://svn.apache.org/viewvc/manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/Specification.html?rev=1503511&r1=1503510&r2=1503511&view=diff
==============================================================================
--- manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/Specification.html (original)
+++ manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/Specification.html Mon Jul 15 22:59:00 2013
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_25) on Wed Jul 10 13:38:44 EDT 2013 -->
+<!-- Generated by javadoc (version 1.7.0_25) on Mon Jul 15 16:55:32 EDT 2013 -->
 <title>Specification</title>
-<meta name="date" content="2013-07-10">
+<meta name="date" content="2013-07-15">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/SpecificationNode.html
URL: http://svn.apache.org/viewvc/manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/SpecificationNode.html?rev=1503511&r1=1503510&r2=1503511&view=diff
==============================================================================
--- manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/SpecificationNode.html (original)
+++ manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/SpecificationNode.html Mon Jul 15 22:59:00 2013
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_25) on Wed Jul 10 13:38:44 EDT 2013 -->
+<!-- Generated by javadoc (version 1.7.0_25) on Mon Jul 15 16:55:32 EDT 2013 -->
 <title>SpecificationNode</title>
-<meta name="date" content="2013-07-10">
+<meta name="date" content="2013-07-15">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/StringSet.html
URL: http://svn.apache.org/viewvc/manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/StringSet.html?rev=1503511&r1=1503510&r2=1503511&view=diff
==============================================================================
--- manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/StringSet.html (original)
+++ manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/StringSet.html Mon Jul 15 22:59:00 2013
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_25) on Wed Jul 10 13:38:44 EDT 2013 -->
+<!-- Generated by javadoc (version 1.7.0_25) on Mon Jul 15 16:55:32 EDT 2013 -->
 <title>StringSet</title>
-<meta name="date" content="2013-07-10">
+<meta name="date" content="2013-07-15">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/StringSetBuffer.html
URL: http://svn.apache.org/viewvc/manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/StringSetBuffer.html?rev=1503511&r1=1503510&r2=1503511&view=diff
==============================================================================
--- manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/StringSetBuffer.html (original)
+++ manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/StringSetBuffer.html Mon Jul 15 22:59:00 2013
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_25) on Wed Jul 10 13:38:44 EDT 2013 -->
+<!-- Generated by javadoc (version 1.7.0_25) on Mon Jul 15 16:55:32 EDT 2013 -->
 <title>StringSetBuffer</title>
-<meta name="date" content="2013-07-10">
+<meta name="date" content="2013-07-15">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/TempFileCharacterInput.html
URL: http://svn.apache.org/viewvc/manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/TempFileCharacterInput.html?rev=1503511&r1=1503510&r2=1503511&view=diff
==============================================================================
--- manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/TempFileCharacterInput.html (original)
+++ manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/TempFileCharacterInput.html Mon Jul 15 22:59:00 2013
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_25) on Wed Jul 10 13:38:44 EDT 2013 -->
+<!-- Generated by javadoc (version 1.7.0_25) on Mon Jul 15 16:55:32 EDT 2013 -->
 <title>TempFileCharacterInput</title>
-<meta name="date" content="2013-07-10">
+<meta name="date" content="2013-07-15">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/TempFileInput.html
URL: http://svn.apache.org/viewvc/manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/TempFileInput.html?rev=1503511&r1=1503510&r2=1503511&view=diff
==============================================================================
--- manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/TempFileInput.html (original)
+++ manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/TempFileInput.html Mon Jul 15 22:59:00 2013
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_25) on Wed Jul 10 13:38:44 EDT 2013 -->
+<!-- Generated by javadoc (version 1.7.0_25) on Mon Jul 15 16:55:32 EDT 2013 -->
 <title>TempFileInput</title>
-<meta name="date" content="2013-07-10">
+<meta name="date" content="2013-07-15">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/ThreadContextFactory.html
URL: http://svn.apache.org/viewvc/manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/ThreadContextFactory.html?rev=1503511&r1=1503510&r2=1503511&view=diff
==============================================================================
--- manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/ThreadContextFactory.html (original)
+++ manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/ThreadContextFactory.html Mon Jul 15 22:59:00 2013
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_25) on Wed Jul 10 13:38:44 EDT 2013 -->
+<!-- Generated by javadoc (version 1.7.0_25) on Mon Jul 15 16:55:32 EDT 2013 -->
 <title>ThreadContextFactory</title>
-<meta name="date" content="2013-07-10">
+<meta name="date" content="2013-07-15">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/TimeMarker.html
URL: http://svn.apache.org/viewvc/manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/TimeMarker.html?rev=1503511&r1=1503510&r2=1503511&view=diff
==============================================================================
--- manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/TimeMarker.html (original)
+++ manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/TimeMarker.html Mon Jul 15 22:59:00 2013
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_25) on Wed Jul 10 13:38:44 EDT 2013 -->
+<!-- Generated by javadoc (version 1.7.0_25) on Mon Jul 15 16:55:32 EDT 2013 -->
 <title>TimeMarker</title>
-<meta name="date" content="2013-07-10">
+<meta name="date" content="2013-07-15">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/UTF8Stderr.html
URL: http://svn.apache.org/viewvc/manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/UTF8Stderr.html?rev=1503511&r1=1503510&r2=1503511&view=diff
==============================================================================
--- manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/UTF8Stderr.html (original)
+++ manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/UTF8Stderr.html Mon Jul 15 22:59:00 2013
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_25) on Wed Jul 10 13:38:44 EDT 2013 -->
+<!-- Generated by javadoc (version 1.7.0_25) on Mon Jul 15 16:55:32 EDT 2013 -->
 <title>UTF8Stderr</title>
-<meta name="date" content="2013-07-10">
+<meta name="date" content="2013-07-15">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/UTF8Stdout.html
URL: http://svn.apache.org/viewvc/manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/UTF8Stdout.html?rev=1503511&r1=1503510&r2=1503511&view=diff
==============================================================================
--- manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/UTF8Stdout.html (original)
+++ manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/UTF8Stdout.html Mon Jul 15 22:59:00 2013
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_25) on Wed Jul 10 13:38:44 EDT 2013 -->
+<!-- Generated by javadoc (version 1.7.0_25) on Mon Jul 15 16:55:32 EDT 2013 -->
 <title>UTF8Stdout</title>
-<meta name="date" content="2013-07-10">
+<meta name="date" content="2013-07-15">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/UnitaryClause.html
URL: http://svn.apache.org/viewvc/manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/UnitaryClause.html?rev=1503511&r1=1503510&r2=1503511&view=diff
==============================================================================
--- manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/UnitaryClause.html (original)
+++ manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/UnitaryClause.html Mon Jul 15 22:59:00 2013
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_25) on Wed Jul 10 13:38:44 EDT 2013 -->
+<!-- Generated by javadoc (version 1.7.0_25) on Mon Jul 15 16:55:32 EDT 2013 -->
 <title>UnitaryClause</title>
-<meta name="date" content="2013-07-10">
+<meta name="date" content="2013-07-15">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/package-frame.html
URL: http://svn.apache.org/viewvc/manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/package-frame.html?rev=1503511&r1=1503510&r2=1503511&view=diff
==============================================================================
--- manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/package-frame.html (original)
+++ manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/package-frame.html Mon Jul 15 22:59:00 2013
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_25) on Wed Jul 10 13:38:54 EDT 2013 -->
+<!-- Generated by javadoc (version 1.7.0_25) on Mon Jul 15 16:55:42 EDT 2013 -->
 <title>org.apache.manifoldcf.core.interfaces</title>
-<meta name="date" content="2013-07-10">
+<meta name="date" content="2013-07-15">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
@@ -23,9 +23,12 @@
 <li><a href="IDBInterface.html" title="interface in org.apache.manifoldcf.core.interfaces" target="classFrame"><i>IDBInterface</i></a></li>
 <li><a href="IHierarchyParent.html" title="interface in org.apache.manifoldcf.core.interfaces" target="classFrame"><i>IHierarchyParent</i></a></li>
 <li><a href="IHTTPOutput.html" title="interface in org.apache.manifoldcf.core.interfaces" target="classFrame"><i>IHTTPOutput</i></a></li>
+<li><a href="IHTTPOutputActivity.html" title="interface in org.apache.manifoldcf.core.interfaces" target="classFrame"><i>IHTTPOutputActivity</i></a></li>
 <li><a href="IKeystoreManager.html" title="interface in org.apache.manifoldcf.core.interfaces" target="classFrame"><i>IKeystoreManager</i></a></li>
 <li><a href="ILimitChecker.html" title="interface in org.apache.manifoldcf.core.interfaces" target="classFrame"><i>ILimitChecker</i></a></li>
 <li><a href="ILockManager.html" title="interface in org.apache.manifoldcf.core.interfaces" target="classFrame"><i>ILockManager</i></a></li>
+<li><a href="IParameterActivity.html" title="interface in org.apache.manifoldcf.core.interfaces" target="classFrame"><i>IParameterActivity</i></a></li>
+<li><a href="IPasswordMapperActivity.html" title="interface in org.apache.manifoldcf.core.interfaces" target="classFrame"><i>IPasswordMapperActivity</i></a></li>
 <li><a href="IPostParameters.html" title="interface in org.apache.manifoldcf.core.interfaces" target="classFrame"><i>IPostParameters</i></a></li>
 <li><a href="IResultRow.html" title="interface in org.apache.manifoldcf.core.interfaces" target="classFrame"><i>IResultRow</i></a></li>
 <li><a href="IResultSet.html" title="interface in org.apache.manifoldcf.core.interfaces" target="classFrame"><i>IResultSet</i></a></li>

Modified: manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/package-summary.html
URL: http://svn.apache.org/viewvc/manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/package-summary.html?rev=1503511&r1=1503510&r2=1503511&view=diff
==============================================================================
--- manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/package-summary.html (original)
+++ manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/package-summary.html Mon Jul 15 22:59:00 2013
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_25) on Wed Jul 10 13:38:54 EDT 2013 -->
+<!-- Generated by javadoc (version 1.7.0_25) on Mon Jul 15 16:55:42 EDT 2013 -->
 <title>org.apache.manifoldcf.core.interfaces</title>
-<meta name="date" content="2013-07-10">
+<meta name="date" content="2013-07-15">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
@@ -145,48 +145,69 @@
 </td>
 </tr>
 <tr class="rowColor">
+<td class="colFirst"><a href="../../../../../org/apache/manifoldcf/core/interfaces/IHTTPOutputActivity.html" title="interface in org.apache.manifoldcf.core.interfaces">IHTTPOutputActivity</a></td>
+<td class="colLast">
+<div class="block">This interface abstracts from the output character stream used to construct
+ HTML output for a web interface.</div>
+</td>
+</tr>
+<tr class="altColor">
 <td class="colFirst"><a href="../../../../../org/apache/manifoldcf/core/interfaces/IKeystoreManager.html" title="interface in org.apache.manifoldcf.core.interfaces">IKeystoreManager</a></td>
 <td class="colLast">
 <div class="block">This interface describes a class that manages keys and certificates in a secure manner.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><a href="../../../../../org/apache/manifoldcf/core/interfaces/ILimitChecker.html" title="interface in org.apache.manifoldcf.core.interfaces">ILimitChecker</a></td>
 <td class="colLast">
 <div class="block">This interface describes a canonical limit checker for a query.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><a href="../../../../../org/apache/manifoldcf/core/interfaces/ILockManager.html" title="interface in org.apache.manifoldcf.core.interfaces">ILockManager</a></td>
 <td class="colLast">
 <div class="block">The lock manager manages locks across all threads and JVMs and cluster members.</div>
 </td>
 </tr>
-<tr class="altColor">
-<td class="colFirst"><a href="../../../../../org/apache/manifoldcf/core/interfaces/IPostParameters.html" title="interface in org.apache.manifoldcf.core.interfaces">IPostParameters</a></td>
+<tr class="rowColor">
+<td class="colFirst"><a href="../../../../../org/apache/manifoldcf/core/interfaces/IParameterActivity.html" title="interface in org.apache.manifoldcf.core.interfaces">IParameterActivity</a></td>
 <td class="colLast">
 <div class="block">This interface represents parameters that get posted during UI interaction.</div>
 </td>
 </tr>
+<tr class="altColor">
+<td class="colFirst"><a href="../../../../../org/apache/manifoldcf/core/interfaces/IPasswordMapperActivity.html" title="interface in org.apache.manifoldcf.core.interfaces">IPasswordMapperActivity</a></td>
+<td class="colLast">
+<div class="block">This interface abstracts from password mapping activity, available for
+ all connector-provided UI components.</div>
+</td>
+</tr>
 <tr class="rowColor">
+<td class="colFirst"><a href="../../../../../org/apache/manifoldcf/core/interfaces/IPostParameters.html" title="interface in org.apache.manifoldcf.core.interfaces">IPostParameters</a></td>
+<td class="colLast">
+<div class="block">This interface represents resources that are made available to connector methods
+ during UI post operations.</div>
+</td>
+</tr>
+<tr class="altColor">
 <td class="colFirst"><a href="../../../../../org/apache/manifoldcf/core/interfaces/IResultRow.html" title="interface in org.apache.manifoldcf.core.interfaces">IResultRow</a></td>
 <td class="colLast">
 <div class="block">This interface allows immutable access to a resultset row.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><a href="../../../../../org/apache/manifoldcf/core/interfaces/IResultSet.html" title="interface in org.apache.manifoldcf.core.interfaces">IResultSet</a></td>
 <td class="colLast">
 <div class="block">This interface represents a resultset.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><a href="../../../../../org/apache/manifoldcf/core/interfaces/IShutdownHook.html" title="interface in org.apache.manifoldcf.core.interfaces">IShutdownHook</a></td>
 <td class="colLast">
 <div class="block">This interface describes functionality needed for a shutdown hook</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><a href="../../../../../org/apache/manifoldcf/core/interfaces/IThreadContext.html" title="interface in org.apache.manifoldcf.core.interfaces">IThreadContext</a></td>
 <td class="colLast">
 <div class="block">This interface describes the functionality in a thread context.</div>

Modified: manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/package-tree.html
URL: http://svn.apache.org/viewvc/manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/package-tree.html?rev=1503511&r1=1503510&r2=1503511&view=diff
==============================================================================
--- manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/package-tree.html (original)
+++ manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/package-tree.html Mon Jul 15 22:59:00 2013
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_25) on Wed Jul 10 13:38:54 EDT 2013 -->
+<!-- Generated by javadoc (version 1.7.0_25) on Mon Jul 15 16:55:42 EDT 2013 -->
 <title>org.apache.manifoldcf.core.interfaces Class Hierarchy</title>
-<meta name="date" content="2013-07-10">
+<meta name="date" content="2013-07-15">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
@@ -142,11 +142,25 @@
 <li type="circle">org.apache.manifoldcf.core.interfaces.<a href="../../../../../org/apache/manifoldcf/core/interfaces/IConnector.html" title="interface in org.apache.manifoldcf.core.interfaces"><span class="strong">IConnector</span></a></li>
 <li type="circle">org.apache.manifoldcf.core.interfaces.<a href="../../../../../org/apache/manifoldcf/core/interfaces/IDBInterface.html" title="interface in org.apache.manifoldcf.core.interfaces"><span class="strong">IDBInterface</span></a></li>
 <li type="circle">org.apache.manifoldcf.core.interfaces.<a href="../../../../../org/apache/manifoldcf/core/interfaces/IHierarchyParent.html" title="interface in org.apache.manifoldcf.core.interfaces"><span class="strong">IHierarchyParent</span></a></li>
-<li type="circle">org.apache.manifoldcf.core.interfaces.<a href="../../../../../org/apache/manifoldcf/core/interfaces/IHTTPOutput.html" title="interface in org.apache.manifoldcf.core.interfaces"><span class="strong">IHTTPOutput</span></a></li>
+<li type="circle">org.apache.manifoldcf.core.interfaces.<a href="../../../../../org/apache/manifoldcf/core/interfaces/IHTTPOutputActivity.html" title="interface in org.apache.manifoldcf.core.interfaces"><span class="strong">IHTTPOutputActivity</span></a>
+<ul>
+<li type="circle">org.apache.manifoldcf.core.interfaces.<a href="../../../../../org/apache/manifoldcf/core/interfaces/IHTTPOutput.html" title="interface in org.apache.manifoldcf.core.interfaces"><span class="strong">IHTTPOutput</span></a> (also extends org.apache.manifoldcf.core.interfaces.<a href="../../../../../org/apache/manifoldcf/core/interfaces/IPasswordMapperActivity.html" title="interface in org.apache.manifoldcf.core.interfaces">IPasswordMapperActivity</a>)</li>
+</ul>
+</li>
 <li type="circle">org.apache.manifoldcf.core.interfaces.<a href="../../../../../org/apache/manifoldcf/core/interfaces/IKeystoreManager.html" title="interface in org.apache.manifoldcf.core.interfaces"><span class="strong">IKeystoreManager</span></a></li>
 <li type="circle">org.apache.manifoldcf.core.interfaces.<a href="../../../../../org/apache/manifoldcf/core/interfaces/ILimitChecker.html" title="interface in org.apache.manifoldcf.core.interfaces"><span class="strong">ILimitChecker</span></a></li>
 <li type="circle">org.apache.manifoldcf.core.interfaces.<a href="../../../../../org/apache/manifoldcf/core/interfaces/ILockManager.html" title="interface in org.apache.manifoldcf.core.interfaces"><span class="strong">ILockManager</span></a></li>
-<li type="circle">org.apache.manifoldcf.core.interfaces.<a href="../../../../../org/apache/manifoldcf/core/interfaces/IPostParameters.html" title="interface in org.apache.manifoldcf.core.interfaces"><span class="strong">IPostParameters</span></a></li>
+<li type="circle">org.apache.manifoldcf.core.interfaces.<a href="../../../../../org/apache/manifoldcf/core/interfaces/IParameterActivity.html" title="interface in org.apache.manifoldcf.core.interfaces"><span class="strong">IParameterActivity</span></a>
+<ul>
+<li type="circle">org.apache.manifoldcf.core.interfaces.<a href="../../../../../org/apache/manifoldcf/core/interfaces/IPostParameters.html" title="interface in org.apache.manifoldcf.core.interfaces"><span class="strong">IPostParameters</span></a> (also extends org.apache.manifoldcf.core.interfaces.<a href="../../../../../org/apache/manifoldcf/core/interfaces/IPasswordMapperActivity.html" title="interface in org.apache.manifoldcf.core.interfaces">IPasswordMapperActivity</a>)</li>
+</ul>
+</li>
+<li type="circle">org.apache.manifoldcf.core.interfaces.<a href="../../../../../org/apache/manifoldcf/core/interfaces/IPasswordMapperActivity.html" title="interface in org.apache.manifoldcf.core.interfaces"><span class="strong">IPasswordMapperActivity</span></a>
+<ul>
+<li type="circle">org.apache.manifoldcf.core.interfaces.<a href="../../../../../org/apache/manifoldcf/core/interfaces/IHTTPOutput.html" title="interface in org.apache.manifoldcf.core.interfaces"><span class="strong">IHTTPOutput</span></a> (also extends org.apache.manifoldcf.core.interfaces.<a href="../../../../../org/apache/manifoldcf/core/interfaces/IHTTPOutputActivity.html" title="interface in org.apache.manifoldcf.core.interfaces">IHTTPOutputActivity</a>)</li>
+<li type="circle">org.apache.manifoldcf.core.interfaces.<a href="../../../../../org/apache/manifoldcf/core/interfaces/IPostParameters.html" title="interface in org.apache.manifoldcf.core.interfaces"><span class="strong">IPostParameters</span></a> (also extends org.apache.manifoldcf.core.interfaces.<a href="../../../../../org/apache/manifoldcf/core/interfaces/IParameterActivity.html" title="interface in org.apache.manifoldcf.core.interfaces">IParameterActivity</a>)</li>
+</ul>
+</li>
 <li type="circle">org.apache.manifoldcf.core.interfaces.<a href="../../../../../org/apache/manifoldcf/core/interfaces/IResultRow.html" title="interface in org.apache.manifoldcf.core.interfaces"><span class="strong">IResultRow</span></a></li>
 <li type="circle">org.apache.manifoldcf.core.interfaces.<a href="../../../../../org/apache/manifoldcf/core/interfaces/IResultSet.html" title="interface in org.apache.manifoldcf.core.interfaces"><span class="strong">IResultSet</span></a></li>
 <li type="circle">org.apache.manifoldcf.core.interfaces.<a href="../../../../../org/apache/manifoldcf/core/interfaces/IShutdownHook.html" title="interface in org.apache.manifoldcf.core.interfaces"><span class="strong">IShutdownHook</span></a></li>

Modified: manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/jdbcpool/ConnectionPool.html
URL: http://svn.apache.org/viewvc/manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/jdbcpool/ConnectionPool.html?rev=1503511&r1=1503510&r2=1503511&view=diff
==============================================================================
--- manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/jdbcpool/ConnectionPool.html (original)
+++ manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/jdbcpool/ConnectionPool.html Mon Jul 15 22:59:00 2013
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_25) on Wed Jul 10 13:38:46 EDT 2013 -->
+<!-- Generated by javadoc (version 1.7.0_25) on Mon Jul 15 16:55:36 EDT 2013 -->
 <title>ConnectionPool</title>
-<meta name="date" content="2013-07-10">
+<meta name="date" content="2013-07-15">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/jdbcpool/ConnectionPoolManager.ConnectionCloserThread.html
URL: http://svn.apache.org/viewvc/manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/jdbcpool/ConnectionPoolManager.ConnectionCloserThread.html?rev=1503511&r1=1503510&r2=1503511&view=diff
==============================================================================
--- manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/jdbcpool/ConnectionPoolManager.ConnectionCloserThread.html (original)
+++ manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/jdbcpool/ConnectionPoolManager.ConnectionCloserThread.html Mon Jul 15 22:59:00 2013
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_25) on Wed Jul 10 13:38:46 EDT 2013 -->
+<!-- Generated by javadoc (version 1.7.0_25) on Mon Jul 15 16:55:36 EDT 2013 -->
 <title>ConnectionPoolManager.ConnectionCloserThread</title>
-<meta name="date" content="2013-07-10">
+<meta name="date" content="2013-07-15">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/jdbcpool/ConnectionPoolManager.html
URL: http://svn.apache.org/viewvc/manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/jdbcpool/ConnectionPoolManager.html?rev=1503511&r1=1503510&r2=1503511&view=diff
==============================================================================
--- manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/jdbcpool/ConnectionPoolManager.html (original)
+++ manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/jdbcpool/ConnectionPoolManager.html Mon Jul 15 22:59:00 2013
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_25) on Wed Jul 10 13:38:46 EDT 2013 -->
+<!-- Generated by javadoc (version 1.7.0_25) on Mon Jul 15 16:55:36 EDT 2013 -->
 <title>ConnectionPoolManager</title>
-<meta name="date" content="2013-07-10">
+<meta name="date" content="2013-07-15">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/jdbcpool/WrappedConnection.html
URL: http://svn.apache.org/viewvc/manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/jdbcpool/WrappedConnection.html?rev=1503511&r1=1503510&r2=1503511&view=diff
==============================================================================
--- manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/jdbcpool/WrappedConnection.html (original)
+++ manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/jdbcpool/WrappedConnection.html Mon Jul 15 22:59:00 2013
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_25) on Wed Jul 10 13:38:46 EDT 2013 -->
+<!-- Generated by javadoc (version 1.7.0_25) on Mon Jul 15 16:55:36 EDT 2013 -->
 <title>WrappedConnection</title>
-<meta name="date" content="2013-07-10">
+<meta name="date" content="2013-07-15">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/jdbcpool/package-frame.html
URL: http://svn.apache.org/viewvc/manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/jdbcpool/package-frame.html?rev=1503511&r1=1503510&r2=1503511&view=diff
==============================================================================
--- manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/jdbcpool/package-frame.html (original)
+++ manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/jdbcpool/package-frame.html Mon Jul 15 22:59:00 2013
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_25) on Wed Jul 10 13:38:54 EDT 2013 -->
+<!-- Generated by javadoc (version 1.7.0_25) on Mon Jul 15 16:55:42 EDT 2013 -->
 <title>org.apache.manifoldcf.core.jdbcpool</title>
-<meta name="date" content="2013-07-10">
+<meta name="date" content="2013-07-15">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/jdbcpool/package-summary.html
URL: http://svn.apache.org/viewvc/manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/jdbcpool/package-summary.html?rev=1503511&r1=1503510&r2=1503511&view=diff
==============================================================================
--- manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/jdbcpool/package-summary.html (original)
+++ manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/jdbcpool/package-summary.html Mon Jul 15 22:59:00 2013
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_25) on Wed Jul 10 13:38:54 EDT 2013 -->
+<!-- Generated by javadoc (version 1.7.0_25) on Mon Jul 15 16:55:42 EDT 2013 -->
 <title>org.apache.manifoldcf.core.jdbcpool</title>
-<meta name="date" content="2013-07-10">
+<meta name="date" content="2013-07-15">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/jdbcpool/package-tree.html
URL: http://svn.apache.org/viewvc/manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/jdbcpool/package-tree.html?rev=1503511&r1=1503510&r2=1503511&view=diff
==============================================================================
--- manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/jdbcpool/package-tree.html (original)
+++ manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/jdbcpool/package-tree.html Mon Jul 15 22:59:00 2013
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_25) on Wed Jul 10 13:38:54 EDT 2013 -->
+<!-- Generated by javadoc (version 1.7.0_25) on Mon Jul 15 16:55:42 EDT 2013 -->
 <title>org.apache.manifoldcf.core.jdbcpool Class Hierarchy</title>
-<meta name="date" content="2013-07-10">
+<meta name="date" content="2013-07-15">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/keystore/KeystoreManager.html
URL: http://svn.apache.org/viewvc/manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/keystore/KeystoreManager.html?rev=1503511&r1=1503510&r2=1503511&view=diff
==============================================================================
--- manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/keystore/KeystoreManager.html (original)
+++ manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/keystore/KeystoreManager.html Mon Jul 15 22:59:00 2013
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_25) on Wed Jul 10 13:38:49 EDT 2013 -->
+<!-- Generated by javadoc (version 1.7.0_25) on Mon Jul 15 16:55:39 EDT 2013 -->
 <title>KeystoreManager</title>
-<meta name="date" content="2013-07-10">
+<meta name="date" content="2013-07-15">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/keystore/package-frame.html
URL: http://svn.apache.org/viewvc/manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/keystore/package-frame.html?rev=1503511&r1=1503510&r2=1503511&view=diff
==============================================================================
--- manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/keystore/package-frame.html (original)
+++ manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/keystore/package-frame.html Mon Jul 15 22:59:00 2013
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_25) on Wed Jul 10 13:38:54 EDT 2013 -->
+<!-- Generated by javadoc (version 1.7.0_25) on Mon Jul 15 16:55:42 EDT 2013 -->
 <title>org.apache.manifoldcf.core.keystore</title>
-<meta name="date" content="2013-07-10">
+<meta name="date" content="2013-07-15">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/keystore/package-summary.html
URL: http://svn.apache.org/viewvc/manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/keystore/package-summary.html?rev=1503511&r1=1503510&r2=1503511&view=diff
==============================================================================
--- manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/keystore/package-summary.html (original)
+++ manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/keystore/package-summary.html Mon Jul 15 22:59:00 2013
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_25) on Wed Jul 10 13:38:54 EDT 2013 -->
+<!-- Generated by javadoc (version 1.7.0_25) on Mon Jul 15 16:55:42 EDT 2013 -->
 <title>org.apache.manifoldcf.core.keystore</title>
-<meta name="date" content="2013-07-10">
+<meta name="date" content="2013-07-15">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/keystore/package-tree.html
URL: http://svn.apache.org/viewvc/manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/keystore/package-tree.html?rev=1503511&r1=1503510&r2=1503511&view=diff
==============================================================================
--- manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/keystore/package-tree.html (original)
+++ manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/keystore/package-tree.html Mon Jul 15 22:59:00 2013
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_25) on Wed Jul 10 13:38:54 EDT 2013 -->
+<!-- Generated by javadoc (version 1.7.0_25) on Mon Jul 15 16:55:42 EDT 2013 -->
 <title>org.apache.manifoldcf.core.keystore Class Hierarchy</title>
-<meta name="date" content="2013-07-10">
+<meta name="date" content="2013-07-15">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/lockmanager/ExpiredObjectException.html
URL: http://svn.apache.org/viewvc/manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/lockmanager/ExpiredObjectException.html?rev=1503511&r1=1503510&r2=1503511&view=diff
==============================================================================
--- manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/lockmanager/ExpiredObjectException.html (original)
+++ manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/lockmanager/ExpiredObjectException.html Mon Jul 15 22:59:00 2013
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_25) on Wed Jul 10 13:38:52 EDT 2013 -->
+<!-- Generated by javadoc (version 1.7.0_25) on Mon Jul 15 16:55:41 EDT 2013 -->
 <title>ExpiredObjectException</title>
-<meta name="date" content="2013-07-10">
+<meta name="date" content="2013-07-15">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/lockmanager/LocalLockException.html
URL: http://svn.apache.org/viewvc/manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/lockmanager/LocalLockException.html?rev=1503511&r1=1503510&r2=1503511&view=diff
==============================================================================
--- manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/lockmanager/LocalLockException.html (original)
+++ manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/lockmanager/LocalLockException.html Mon Jul 15 22:59:00 2013
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_25) on Wed Jul 10 13:38:52 EDT 2013 -->
+<!-- Generated by javadoc (version 1.7.0_25) on Mon Jul 15 16:55:41 EDT 2013 -->
 <title>LocalLockException</title>
-<meta name="date" content="2013-07-10">
+<meta name="date" content="2013-07-15">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/lockmanager/LockManager.ByteArrayBuffer.html
URL: http://svn.apache.org/viewvc/manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/lockmanager/LockManager.ByteArrayBuffer.html?rev=1503511&r1=1503510&r2=1503511&view=diff
==============================================================================
--- manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/lockmanager/LockManager.ByteArrayBuffer.html (original)
+++ manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/lockmanager/LockManager.ByteArrayBuffer.html Mon Jul 15 22:59:00 2013
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_25) on Wed Jul 10 13:38:52 EDT 2013 -->
+<!-- Generated by javadoc (version 1.7.0_25) on Mon Jul 15 16:55:41 EDT 2013 -->
 <title>LockManager.ByteArrayBuffer</title>
-<meta name="date" content="2013-07-10">
+<meta name="date" content="2013-07-15">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>