Author: dklco
Date: Fri Aug 9 02:37:59 2013
New Revision: 1512130
URL: http://svn.apache.org/r1512130
Log:
Fixed the naming consistency
Modified:
sling/site/trunk/content/documentation/bundles/sling-scripting-jsp-taglib.mdtext
Modified:
sling/site/trunk/content/documentation/bundles/sling-scripting-jsp-taglib.mdtext
URL:
http://svn.apache.org/viewvc/sling/site/trunk/content/documentation/bundles/sling-scripting-jsp-taglib.mdtext?rev=1512130&r1=1512129&r2=1512130&view=diff
==============================================================================
---
sling/site/trunk/content/documentation/bundles/sling-scripting-jsp-taglib.mdtext
(original)
+++
sling/site/trunk/content/documentation/bundles/sling-scripting-jsp-taglib.mdtext
Fri Aug 9 02:37:59 2013
@@ -1,28 +1,28 @@
-Title: Sling Tag Library
+Title: Sling Scripting JSP Taglib
-The Sling Tag Library(TagLib) supports the use of Sling as an application in
JSP pages. The Sling TagLib provides the
+The Sling Scripting JSP Taglib supports the use of Sling as an application in
JSP pages. The Sling Taglib provides the
ability to invoke JSP scripts, include Resources and interact with the Sling
Repository, all with JSP tags and
[Expression Language
(EL)](http://docs.oracle.com/javaee/6/tutorial/doc/gjddd.html) functions.
## Use
-Using the Sling TagLib in a JSP page is as simple as including the TagLib
include in your JSP, with the correct URI for the
-version of the Sling TagLib installed.
+Using the Sling Taglib in a JSP page is as simple as including the Taglib
include in your JSP, with the correct URI for the
+version of the Sling Taglib installed.
<%@taglib prefix="sling" uri="http://sling.apache.org/taglibs/sling" %>
Generally, the prefix to use is `sling`. Often applications include a global
JSP file which includes the Sling Taglib
and sets up all of the application variables and methods.
-The Sling TagLib does not attempt to reproduce the functionality of other Tag
Libraries, such as
+The Sling Taglib does not attempt to reproduce the functionality of other Tag
Libraries, such as
[JSTL](http://www.oracle.com/technetwork/java/index-jsp-135995.html);
additional Tag Libraries may be required to fully leverage
-the Sling TagLib.
+the Sling Taglib.
-## TagLib Versions
+## Taglib Versions
-There have been a number of releases of the Sling TagLibs, including versions
with different URIs.
+There have been a number of releases of the Sling Taglibs, including versions
with different URIs.
-| TagLib Version | Bundle Version | URI |
+| Taglib Version | Bundle Version | URI |
|--|--|--|
| 1.0 | 2.0.6 | http://sling.apache.org/taglibs/sling/1.0 |
| 1.1 | 2.1.0 | http://sling.apache.org/taglibs/sling/1.1 |
@@ -30,11 +30,11 @@ There have been a number of releases of
| 1.3 | 2.2.0 | http://sling.apache.org/taglibs/sling |
All releases from 1.3 onward are expected to use the URI
`http://sling.apache.org/taglibs/sling` to ensure ease of
-upgrading to newer versions of the TagLib.
+upgrading to newer versions of the Taglib.
## Expression Language Functions
-The Sling TagLib includes a number of Expression Language Functions which can
be used to access the repository.
+The Sling Taglib includes a number of Expression Language Functions which can
be used to access the repository.
### adaptTo
@@ -133,7 +133,7 @@ Method for allowing the invocation of th
## Tags
-The Sling TagLib includes a number of Tags which can be used to access the
repository, handle the inclusion of scripts and manage requests.
+The Sling Taglib includes a number of Tags which can be used to access the
repository, handle the inclusion of scripts and manage requests.
### adaptTo