You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by fm...@apache.org on 2008/08/26 09:03:57 UTC

svn commit: r688977 - /incubator/sling/trunk/api/src/main/java/org/apache/sling/api/resource/ResourceMetadata.java

Author: fmeschbe
Date: Tue Aug 26 00:03:56 2008
New Revision: 688977

URL: http://svn.apache.org/viewvc?rev=688977&view=rev
Log:
SLING-627 Clarify the sling.resolutionPathInfo property java doc

Modified:
    incubator/sling/trunk/api/src/main/java/org/apache/sling/api/resource/ResourceMetadata.java

Modified: incubator/sling/trunk/api/src/main/java/org/apache/sling/api/resource/ResourceMetadata.java
URL: http://svn.apache.org/viewvc/incubator/sling/trunk/api/src/main/java/org/apache/sling/api/resource/ResourceMetadata.java?rev=688977&r1=688976&r2=688977&view=diff
==============================================================================
--- incubator/sling/trunk/api/src/main/java/org/apache/sling/api/resource/ResourceMetadata.java (original)
+++ incubator/sling/trunk/api/src/main/java/org/apache/sling/api/resource/ResourceMetadata.java Tue Aug 26 00:03:56 2008
@@ -26,11 +26,10 @@
  * just a map of objects indexed by string keys.
  * <p>
  * The actual contents of the meta data map is implementation specific with the
- * exception the {@link #RESOLUTION_PATH sling.resolutionPath} and
- * {@link #RESOLUTION_PATH_INFO sling.resolutionPathInfo} properties which must
- * be provided by all implementations and contain the parts of the request URI
- * used to resolve the resource. The type of these property values is defined to
- * be <code>String</code>.
+ * exception of the {@link #RESOLUTION_PATH sling.resolutionPath} property which
+ * must be provided by all implementations and contain the part of the request
+ * URI used to resolve the resource. The type of this property value is defined
+ * to be <code>String</code>.
  * <p>
  * Note, that the prefix <em>sling.</em> to key names is reserved for the
  * Sling implementation.
@@ -51,6 +50,9 @@
      * property concatenated to the value of the
      * {@link #RESOLUTION_PATH sling.resolutionPath} property returns the
      * original request URI leading to the resource.
+     * <p>
+     * This property is optional. If missing, it should be assumed equal to an
+     * empty string.
      * 
      * @since 2.0.3-incubator-SNAPSHOT
      */