Author: sseifert
Date: Wed May 20 23:47:44 2015
New Revision: 1680706

URL: http://svn.apache.org/r1680706
Log:
SLING-4729 Sling Mock: Add "NONE" resource resolver type

Modified:
    sling/site/trunk/content/documentation/development/sling-mock.mdtext

Modified: sling/site/trunk/content/documentation/development/sling-mock.mdtext
URL: 
http://svn.apache.org/viewvc/sling/site/trunk/content/documentation/development/sling-mock.mdtext?rev=1680706&r1=1680705&r2=1680706&view=diff
==============================================================================
--- sling/site/trunk/content/documentation/development/sling-mock.mdtext 
(original)
+++ sling/site/trunk/content/documentation/development/sling-mock.mdtext Wed 
May 20 23:47:44 2015
@@ -130,6 +130,12 @@ Resource resolver types currently suppor
 * Uses the productive [Sling JCR resource provider 
implementation][jcr-resource] internally to do the Resource-JCR mapping
 * Is quite fast because data is stored only in-memory
 
+**NONE**
+
+* Uses the productive Sling resource factory implementation without any 
ResourceProvider. You have to register one yourself to do anything useful with 
it.
+* The performance of this resource resolver type depends on the resource 
provider registered.
+* This is useful if you want to test your own resource provides mapped to root 
without any JCR.
+
 **JCR_JACKRABBIT**
 
 * Uses a real JCR Jackrabbit implementation (not Oak) as provided by 
[sling/commons/testing][sling-comons-testing]


Reply via email to