You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ss...@apache.org on 2016/11/24 14:41:35 UTC

svn commit: r1771157 - /sling/site/trunk/content/documentation/bundles/context-aware-configuration/context-aware-configuration.mdtext

Author: sseifert
Date: Thu Nov 24 14:41:35 2016
New Revision: 1771157

URL: http://svn.apache.org/viewvc?rev=1771157&view=rev
Log:
add documentation of cqconfig webconsole plugins

Modified:
    sling/site/trunk/content/documentation/bundles/context-aware-configuration/context-aware-configuration.mdtext

Modified: sling/site/trunk/content/documentation/bundles/context-aware-configuration/context-aware-configuration.mdtext
URL: http://svn.apache.org/viewvc/sling/site/trunk/content/documentation/bundles/context-aware-configuration/context-aware-configuration.mdtext?rev=1771157&r1=1771156&r2=1771157&view=diff
==============================================================================
--- sling/site/trunk/content/documentation/bundles/context-aware-configuration/context-aware-configuration.mdtext (original)
+++ sling/site/trunk/content/documentation/bundles/context-aware-configuration/context-aware-configuration.mdtext Thu Nov 24 14:41:35 2016
@@ -162,6 +162,14 @@ See [SPI](http://sling.apache.org/docume
 You can also override specific context-aware configuration within an instance - see [Override](http://sling.apache.org/documentation/bundles/context-aware-configuration/context-aware-configuration-override.html) for details.
 
 
+# Web Console plugins
+
+The Context-Aware Configuration implementation provides two extension to the Felix Web Console:
+
+- A plugin "Sling / Context-Aware Configuration" that allows to test configuration resolution and prints outs all metadata. This is helpful debugging the resolution and collection and property inheritance. For each resource and property value the the real source resource path is listed.
+- A inventory printer "Sling Context-Aware Configuration" which lists all SPI implementations that are deployed, and additionally prints out all configuration metadata and override strings
+
+
 # References
 
 * [Context-Aware Configuration - Default Implementation](http://sling.apache.org/documentation/bundles/context-aware-configuration/context-aware-configuration-default-implementation.html)