Author: buildbot
Date: Fri May 17 12:58:57 2013
New Revision: 862252

Log:
Staging update by buildbot for sling

Modified:
    websites/staging/sling/trunk/content/   (props changed)
    
websites/staging/sling/trunk/content/documentation/the-sling-engine/resources.html

Propchange: websites/staging/sling/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri May 17 12:58:57 2013
@@ -1 +1 @@
-1483698
+1483778

Modified: 
websites/staging/sling/trunk/content/documentation/the-sling-engine/resources.html
==============================================================================
--- 
websites/staging/sling/trunk/content/documentation/the-sling-engine/resources.html
 (original)
+++ 
websites/staging/sling/trunk/content/documentation/the-sling-engine/resources.html
 Fri May 17 12:58:57 2013
@@ -100,6 +100,7 @@
 <li><a href="#bundle-based-resources">Bundle-based Resources</a></li>
 <li><a href="#servlet-resources">Servlet Resources</a></li>
 <li><a href="#file-system-resources">File System Resources</a></li>
+<li><a href="#custom-resource-providers">Custom Resource providers</a></li>
 </ul>
 </li>
 <li><a href="#wrapdecorate-resources">Wrap/Decorate Resources</a></li>
@@ -163,10 +164,13 @@ and <code>getResource(Resource base, Str
 <h3 id="file-system-resources">File System Resources</h3>
 <p>The Filesystem Resource Provider provides access to the operating system's 
filesystem through the Sling ResourceResolver. Multiple locations may be mapped 
into the resource tree by configuring the filesystem location and the resource 
tree root path for each location to be mapped. </p>
 <p>For details see <a 
href="/documentation/bundles/accessing-filesystem-resources-extensions-fsresource.html">File
 System Resources</a>.</p>
+<h3 id="custom-resource-providers">Custom Resource providers</h3>
+<p>Custom ResourceProvider services can be used to integrate your own custom 
resources in the Sling resource tree.</p>
+<p>For a simple example of that, see the <a 
href="http://svn.apache.org/repos/asf/sling/trunk/launchpad/test-services/src/main/java/org/apache/sling/launchpad/testservices/resourceprovider/";>PlanetResourceProvider</a>
 used in our integration tests.</p>
 <h2 id="wrapdecorate-resources">Wrap/Decorate Resources</h2>
 <p>The Sling API provides an easy way to wrap or decorate a resource before 
returning. Details see <a 
href="/documentation/the-sling-engine/wrap-or-decorate-resources.html">Wrap or 
Decorate Resources</a>.</p>
       <div class="timestamp" style="margin-top: 30px; font-size: 80%; 
text-align: right;">
-        Rev. 1483271 by bdelacretaz on Thu, 16 May 2013 09:21:20 +0000
+        Rev. 1483778 by bdelacretaz on Fri, 17 May 2013 12:58:48 +0000
       </div>
       <div class="trademarkFooter"> 
         Apache Sling, Sling, Apache, the Apache feather logo, and the Apache 
Sling project


Reply via email to