Author: radu
Date: Mon Apr 18 11:47:33 2016
New Revision: 1739750
URL: http://svn.apache.org/viewvc?rev=1739750&view=rev
Log:
CMS commit to sling by radu
Modified:
sling/site/trunk/content/documentation/bundles/scripting/scripting-sightly.mdtext
Modified:
sling/site/trunk/content/documentation/bundles/scripting/scripting-sightly.mdtext
URL:
http://svn.apache.org/viewvc/sling/site/trunk/content/documentation/bundles/scripting/scripting-sightly.mdtext?rev=1739750&r1=1739749&r2=1739750&view=diff
==============================================================================
---
sling/site/trunk/content/documentation/bundles/scripting/scripting-sightly.mdtext
(original)
+++
sling/site/trunk/content/documentation/bundles/scripting/scripting-sightly.mdtext
Mon Apr 18 11:47:33 2016
@@ -63,7 +63,7 @@ The [Sightly HTML Templating Language Sp
}
});
-The Sightly implementation from Sling provides the basic POJO support through
the
[`org.apache.sling.scripting.sightly.pojo.Use`](https://github.com/apache/sling/blob/trunk/bundles/scripting/sightly/engine/src/main/java/org/apache/sling/scripting/sightly/pojo/Use.java)
interface and
the[`JavaUseProvider`](https://github.com/apache/sling/blob/trunk/bundles/scripting/sightly/engine/src/main/java/org/apache/sling/scripting/sightly/impl/engine/extension/use/JavaUseProvider.java),
whereas the `use` function is implemented by the
`org.apache.sling.scripting.sightly.js.provider` bundle.
+The Sightly implementation from Sling provides the basic POJO support through
the
[`org.apache.sling.scripting.sightly.pojo.Use`](https://github.com/apache/sling/blob/trunk/bundles/scripting/sightly/engine/src/main/java/org/apache/sling/scripting/sightly/pojo/Use.java)
interface and the
[`JavaUseProvider`](https://github.com/apache/sling/blob/trunk/bundles/scripting/sightly/engine/src/main/java/org/apache/sling/scripting/sightly/impl/engine/extension/use/JavaUseProvider.java),
whereas the `use` function is implemented by the
`org.apache.sling.scripting.sightly.js.provider` bundle.
However, the Sling implementation provides a few extensions to the Use-API.