Author: sseifert
Date: Mon Oct 13 08:29:00 2014
New Revision: 1631318

URL: http://svn.apache.org/r1631318
Log:
SLING-3511 Support selectors for pipeline configuration (thanks to Dirk Rudolph 
for supplying the patch)

Modified:
    
sling/site/trunk/content/documentation/bundles/output-rewriting-pipelines-org-apache-sling-rewriter.mdtext

Modified: 
sling/site/trunk/content/documentation/bundles/output-rewriting-pipelines-org-apache-sling-rewriter.mdtext
URL: 
http://svn.apache.org/viewvc/sling/site/trunk/content/documentation/bundles/output-rewriting-pipelines-org-apache-sling-rewriter.mdtext?rev=1631318&r1=1631317&r2=1631318&view=diff
==============================================================================
--- 
sling/site/trunk/content/documentation/bundles/output-rewriting-pipelines-org-apache-sling-rewriter.mdtext
 (original)
+++ 
sling/site/trunk/content/documentation/bundles/output-rewriting-pipelines-org-apache-sling-rewriter.mdtext
 Mon Oct 13 08:29:00 2014
@@ -25,7 +25,7 @@ The pipelines can be configured in the r
 * contentTypes (multi value string) - the content types this pipeline should 
be used for (optional)
 * extensions (multi value string) - the extensions this pipeline should be 
used for (optional)
 * resourceTypes (multi value string) - the resource types this pipeline should 
be used for (optional)
-* selectors (multi value string) - a set of selectors the processor should be 
used for (optional, since 1.0.6)
+* selectors (multi value string) - a set of selectors the pipeline should be 
used for (optional, since 1.0.6)
 * order (long) - the configurations are sorted by this order, order must be 
higher or equal to 0. The configuration with the highest order is tried first.
 * enabled (boolean) - Is this configuration active? (default yes)
 
@@ -85,8 +85,8 @@ The processors can be configured in the 
 * processorType - the type of the processor (required) - this is the part from 
the scr factory information after the slash (in the example above this is 
*uniqueName*)
 * paths (multi value string) - the paths this processor should run on (content 
paths)
 * contentTypes (multi value string) - the content types this processor should 
be used for (optional)
-* extensions (multi value string) - the extensions this pipeline should be 
used for (optional)
-* resourceTypes (multi value string) - the resource types this pipeline should 
be used for (optional)
+* extensions (multi value string) - the extensions this processor should be 
used for (optional)
+* resourceTypes (multi value string) - the resource types this processor 
should be used for (optional)
 * selectors (multi value string) - a set of selectors the processor should be 
used for (optional, since 1.0.6)
 * order (long) - the configurations are sorted by this order, order must be 
higher or equal to 0. The configuration with the highest order is tried first.
 * enabled (boolean) - Is this configuration active? (default yes)


Reply via email to