Author: buildbot
Date: Thu Oct 13 21:25:56 2016
New Revision: 999389
Log:
Staging update by buildbot for sling
Modified:
websites/staging/sling/trunk/content/ (props changed)
websites/staging/sling/trunk/content/documentation/bundles/context-aware-configuration/context-aware-configuration-default-implementation.html
websites/staging/sling/trunk/content/documentation/bundles/context-aware-configuration/context-aware-configuration-spi.html
Propchange: websites/staging/sling/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Oct 13 21:25:56 2016
@@ -1 +1 @@
-1764795
+1764796
Modified:
websites/staging/sling/trunk/content/documentation/bundles/context-aware-configuration/context-aware-configuration-default-implementation.html
==============================================================================
---
websites/staging/sling/trunk/content/documentation/bundles/context-aware-configuration/context-aware-configuration-default-implementation.html
(original)
+++
websites/staging/sling/trunk/content/documentation/bundles/context-aware-configuration/context-aware-configuration-default-implementation.html
Thu Oct 13 21:25:56 2016
@@ -126,7 +126,7 @@ h2:hover > .headerlink, h3:hover > .head
</ul>
</div>
<h1 id="about">About<a class="headerlink" href="#about" title="Permanent
link">¶</a></h1>
-<p>By default the 'default implementation' us used by the Context-Aware
Configuration concerning lookup and persistence of configuration data, resource
and property inheritance and context path detection. Using the <a
href="">SPI</a> it is possible to overlay, extend or replace this
functionality.</p>
+<p>By default the 'default implementation' us used by the Context-Aware
Configuration concerning lookup and persistence of configuration data, resource
and property inheritance and context path detection. Using the <a
href="http://sling.apache.org/documentation/bundles/context-aware-configuration/context-aware-configuration-spi.html">SPI</a>
it is possible to overlay, extend or replace this functionality.</p>
<p>This page documents the details of the default implementation.</p>
<h1 id="repository-paths">Repository paths<a class="headerlink"
href="#repository-paths" title="Permanent link">¶</a></h1>
<p>By default all configuration data is stored in <code>/conf</code>. Fallback
paths are <code>/conf/global</code>, <code>/apps/conf</code>and
<code>/libs/conf</code>.</p>
@@ -189,7 +189,7 @@ h2:hover > .headerlink, h3:hover > .head
<p>By defining a property <code>sling:config-property-inherit</code> on the
configuration resource, property merging is enabled between the current
configuration resource and the next resource with the same name (singleton or
resource collection item) in the configuration resource lookup order. That
means that all properties that are not defined on the current configuration
resource are inherited from the next resources and a merged value map is used
for the configuration mapping.</p>
<p>By setting the property <code>sling:config-property-inherit</code> on
multiple configuration resources that are part of the lookup order it is
possible to form deeper inheritance chains following the same rules.</p>
<div class="timestamp" style="margin-top: 30px; font-size: 80%;
text-align: right;">
- Rev. 1764674 by sseifert on Thu, 13 Oct 2016 13:40:19 +0000
+ Rev. 1764796 by sseifert on Thu, 13 Oct 2016 21:25:47 +0000
</div>
<div class="trademarkFooter">
Apache Sling, Sling, Apache, the Apache feather logo, and the Apache
Sling project
Modified:
websites/staging/sling/trunk/content/documentation/bundles/context-aware-configuration/context-aware-configuration-spi.html
==============================================================================
---
websites/staging/sling/trunk/content/documentation/bundles/context-aware-configuration/context-aware-configuration-spi.html
(original)
+++
websites/staging/sling/trunk/content/documentation/bundles/context-aware-configuration/context-aware-configuration-spi.html
Thu Oct 13 21:25:56 2016
@@ -126,7 +126,7 @@ h2:hover > .headerlink, h3:hover > .head
</div>
<h1 id="about">About<a class="headerlink" href="#about" title="Permanent
link">¶</a></h1>
<p>The Context-Aware Configuration implementation provides a set of Service
Provider Interfaces (SPI) that allows you to overlay, enhance or replace the
default implementation and adapt it to your needs.</p>
-<p>Please use the SPI with care, and first check if the <a href="">Default
Implementation</a> does not already fulfill your needs.</p>
+<p>Please use the SPI with care, and first check if the <a
href="http://sling.apache.org/documentation/bundles/context-aware-configuration/context-aware-configuration-default-implementation.html">Default
Implementation</a> does not already fulfill your needs.</p>
<h1 id="general-principles">General principles<a class="headerlink"
href="#general-principles" title="Permanent link">¶</a></h1>
<p>All SPIs share a common principle:</p>
<ul>
@@ -146,7 +146,7 @@ h2:hover > .headerlink, h3:hover > .head
<h1 id="configuration-metadata-provider">Configuration Metadata Provider<a
class="headerlink" href="#configuration-metadata-provider" title="Permanent
link">¶</a></h1>
<p>By providing an implementation of
<code>org.apache.sling.contextaware.config.spi.ConfigurationMetadataProvider</code>
you can provide information about configuration metadata from other sources
than annotation classes.</p>
<div class="timestamp" style="margin-top: 30px; font-size: 80%;
text-align: right;">
- Rev. 1764674 by sseifert on Thu, 13 Oct 2016 13:40:19 +0000
+ Rev. 1764796 by sseifert on Thu, 13 Oct 2016 21:25:47 +0000
</div>
<div class="trademarkFooter">
Apache Sling, Sling, Apache, the Apache feather logo, and the Apache
Sling project