Author: cziegeler
Date: Mon Jun 15 06:38:28 2015
New Revision: 1685502
URL: http://svn.apache.org/r1685502
Log:
SLING-4750 : Add comment
Modified:
sling/trunk/bundles/api/src/main/java/org/apache/sling/spi/resource/provider/ResolveContext.java
Modified:
sling/trunk/bundles/api/src/main/java/org/apache/sling/spi/resource/provider/ResolveContext.java
URL:
http://svn.apache.org/viewvc/sling/trunk/bundles/api/src/main/java/org/apache/sling/spi/resource/provider/ResolveContext.java?rev=1685502&r1=1685501&r2=1685502&view=diff
==============================================================================
---
sling/trunk/bundles/api/src/main/java/org/apache/sling/spi/resource/provider/ResolveContext.java
(original)
+++
sling/trunk/bundles/api/src/main/java/org/apache/sling/spi/resource/provider/ResolveContext.java
Mon Jun 15 06:38:28 2015
@@ -44,7 +44,9 @@ public interface ResolveContext<T> {
@Nonnull ResourceResolver getResourceResolver();
/**
- * Return optional parameters for resolving the resource
+ * Return optional parameters for resolving the resource.
+ * For example if the resource is resolved through an http request, this
+ * map could contain the path parameters of the url.
* @return A non empty map with parameters or {@code null}.
*/
@CheckForNull Map<String, String> getResolveParameters();