Author: bdelacretaz
Date: Wed Mar 6 15:19:40 2013
New Revision: 1453378
URL: http://svn.apache.org/r1453378
Log:
Remove slingxsite- in refs. - does that fix links?
Modified:
sling/site/trunk/content/documentation/the-sling-engine/resources.mdtext
Modified:
sling/site/trunk/content/documentation/the-sling-engine/resources.mdtext
URL:
http://svn.apache.org/viewvc/sling/site/trunk/content/documentation/the-sling-engine/resources.mdtext?rev=1453378&r1=1453377&r2=1453378&view=diff
==============================================================================
--- sling/site/trunk/content/documentation/the-sling-engine/resources.mdtext
(original)
+++ sling/site/trunk/content/documentation/the-sling-engine/resources.mdtext
Wed Mar 6 15:19:40 2013
@@ -74,15 +74,19 @@ JCR-based Resources are provided with th
Resources may by provided by OSGi bundles. Providing bundles have a Bundle
manifest header `Sling-Bundle-Resources` containing a list of absolute paths
provided by the bundle. The path are separated by comma or whitespace (SP, TAB,
VTAB, CR, LF).
-The `BundleResourceProvider` supporting bundle-based Resources provides
directories as Resources of type `nt:folder` and files as Resources of type
`nt:file`. This matches the default primary node types intended to be used for
directories and files in JCR repositories. For details see [Bundle
Resource.]({{ refs.slingxsite-bundle-resources-extensions-bundleresource.path
}})
+The `BundleResourceProvider` supporting bundle-based Resources provides
directories as Resources of type `nt:folder` and files as Resources of type
`nt:file`. This matches the default primary node types intended to be used for
directories and files in JCR repositories.
+
+For details see [Bundle Resource.]({{
refs.bundle-resources-extensions-bundleresource.path }})
### Servlet Resources
-Servlet Resources are registered by the Servlet Resolver bundle for Servlets
registered as OSGi services. See [Servlet Resolution]({{
refs.slingxsite-servlets.path }}) for information on how Servlet Resources are
provided.
+Servlet Resources are registered by the Servlet Resolver bundle for Servlets
registered as OSGi services. See [Servlet Resolution]({{ refs.servlets.path }})
for information on how Servlet Resources are provided.
### File System Resources
-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. For details see [File System
Resources]({{
refs.slingxsite-accessing-filesystem-resources-extensions-fsresource.path }}).
+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.
+
+For details see [File System Resources]({{
refs.accessing-filesystem-resources-extensions-fsresource.path }}).
## Wrap/Decorate Resources