Author: fmeschbe
Date: Fri Aug 6 13:49:03 2010
New Revision: 982960
URL: http://svn.apache.org/viewvc?rev=982960&view=rev
Log:
A bit of JavaDoc fix...
Modified:
sling/trunk/bundles/servlets/resolver/src/main/java/org/apache/sling/servlets/resolver/internal/ServletResolverConstants.java
Modified:
sling/trunk/bundles/servlets/resolver/src/main/java/org/apache/sling/servlets/resolver/internal/ServletResolverConstants.java
URL:
http://svn.apache.org/viewvc/sling/trunk/bundles/servlets/resolver/src/main/java/org/apache/sling/servlets/resolver/internal/ServletResolverConstants.java?rev=982960&r1=982959&r2=982960&view=diff
==============================================================================
---
sling/trunk/bundles/servlets/resolver/src/main/java/org/apache/sling/servlets/resolver/internal/ServletResolverConstants.java
(original)
+++
sling/trunk/bundles/servlets/resolver/src/main/java/org/apache/sling/servlets/resolver/internal/ServletResolverConstants.java
Fri Aug 6 13:49:03 2010
@@ -26,7 +26,9 @@ public class ServletResolverConstants {
* accessible as a resource (value is "sling.servlet.paths")
* <p>
* The type of this property is a String or String[] (array of strings)
- * denoting the resource types.
+ * denoting the absolute path(s) under the servlet is registered in the
+ * resource tree.
+ * <p>
* Either this property or the {...@link #SLING_SERVLET_RESOURCE_TYPES}
* property must be set, or the servlet is ignored. If both are set, the
* servlet is registered using both ways.
@@ -39,9 +41,11 @@ public class ServletResolverConstants {
* is "sling.servlet.resourceTypes").
* <p>
* The type of this property is a String or String[] (array of strings)
- * denoting the resource types. Either this property or the {...@link
#SLING_SERVLET_PATHS}
- * property must be set, or the servlet is ignored. If both are set, the
- * servlet is registered using both ways.
+ * denoting the resource types.
+ * <p>
+ * Either this property or the {...@link #SLING_SERVLET_PATHS} property
must be
+ * set, or the servlet is ignored. If both are set, the servlet is
+ * registered using both ways.
*/
public static final String SLING_SERVLET_RESOURCE_TYPES =
"sling.servlet.resourceTypes";