You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2007/02/21 17:01:22 UTC

svn commit: r510072 - /lenya/trunk/src/modules-core/linking/java/src/org/apache/lenya/cms/cocoon/source/DocumentSourceFactory.java

Author: andreas
Date: Wed Feb 21 08:01:21 2007
New Revision: 510072

URL: http://svn.apache.org/viewvc?view=rev&rev=510072
Log:
Added some javadocs

Modified:
    lenya/trunk/src/modules-core/linking/java/src/org/apache/lenya/cms/cocoon/source/DocumentSourceFactory.java

Modified: lenya/trunk/src/modules-core/linking/java/src/org/apache/lenya/cms/cocoon/source/DocumentSourceFactory.java
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules-core/linking/java/src/org/apache/lenya/cms/cocoon/source/DocumentSourceFactory.java?view=diff&rev=510072&r1=510071&r2=510072
==============================================================================
--- lenya/trunk/src/modules-core/linking/java/src/org/apache/lenya/cms/cocoon/source/DocumentSourceFactory.java (original)
+++ lenya/trunk/src/modules-core/linking/java/src/org/apache/lenya/cms/cocoon/source/DocumentSourceFactory.java Wed Feb 21 08:01:21 2007
@@ -61,10 +61,12 @@
  * {@link org.apache.lenya.cms.linking.LinkResolver}.
  * </p>
  * <p>
- * Additional parameters:
+ * Additional optional parameters, separated using <code>...?f=foo&amp;b=bar</code>:
  * </p>
  * <ul>
  * <li><strong>format</strong> - the resource type format</li>
+ * <li><strong>session</strong> - the session.
+ *   To use the session of the current usecase, specify <code>session=usecase</code></li>
  * </ul>
  */
 public class DocumentSourceFactory extends AbstractLogEnabled implements SourceFactory, ThreadSafe,



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org