Author: buildbot
Date: Wed Feb 22 09:53:32 2017
New Revision: 1007136

Log:
Staging update by buildbot for felix

Modified:
    websites/staging/felix/trunk/content/   (props changed)
    
websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-dependency-manager/reference/dependency-configuration.html

Propchange: websites/staging/felix/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Feb 22 09:53:32 2017
@@ -1 +1 @@
-1783993
+1783994

Modified: 
websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-dependency-manager/reference/dependency-configuration.html
==============================================================================
--- 
websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-dependency-manager/reference/dependency-configuration.html
 (original)
+++ 
websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-dependency-manager/reference/dependency-configuration.html
 Wed Feb 22 09:53:32 2017
@@ -93,8 +93,8 @@ h2:hover > .headerlink, h3:hover > .head
 <ul>
 <li><code>updated(Dictionary)</code></li>
 <li><code>updated(Component, Dictionary)</code></li>
-<li><code>updated(&amp;lt;ConfigurationType&amp;gt;)</code></li>
-<li><code>updated(Component, &amp;lt;ConfigurationType&amp;gt;)</code></li>
+<li><code>updated(&lt;ConfigurationType&gt;)</code></li>
+<li><code>updated(Component, &lt;ConfigurationType&gt;)</code></li>
 </ul>
 <p>If you only specify a pid, by default the callback method name is assumed 
to be "updated".</p>
 <p>Configuration types are a new feature that allows you to specify a Java 
interface that is implemented by DM and such interface is then injected to your 
callback instead of the actual Dictionary. Using such configuration interface 
provides a way for creating type-safe configurations from a actual Dictionary 
that is normally injected by Dependency Manager. The callback accepts in 
argument an interface that you have to provide, and DM will inject a proxy that 
converts method calls from your configuration-type to lookups in the actual map 
or dictionary. The results of these lookups are then converted to the expected 
return type of the invoked configuration method.
@@ -241,7 +241,7 @@ actual configuration dictionary).</p>
  <span class="p">}</span>
 </pre></div>
       <div class="timestamp" style="margin-top: 30px; font-size: 80%; 
text-align: right;">
-        Rev. 1783993 by jawi on Wed, 22 Feb 2017 09:51:33 +0000
+        Rev. 1783994 by jawi on Wed, 22 Feb 2017 09:53:17 +0000
       </div>
       <div class="trademarkFooter"> 
         Apache Felix, Felix, Apache, the Apache feather logo, and the Apache 
Felix project


Reply via email to