[Yanel-commits] rev 21797 - public/yanel/trunk/src/core/java/org/wyona/yanel/core

michi at wyona.com michi at wyona.com
Tue Jan 16 17:08:28 CET 2007


Author: michi
Date: 2007-01-16 17:08:26 +0100 (Tue, 16 Jan 2007)
New Revision: 21797

Modified:
   public/yanel/trunk/src/core/java/org/wyona/yanel/core/ResourceManager.java
Log:
param notes added

Modified: public/yanel/trunk/src/core/java/org/wyona/yanel/core/ResourceManager.java
===================================================================
--- public/yanel/trunk/src/core/java/org/wyona/yanel/core/ResourceManager.java	2007-01-16 16:08:00 UTC (rev 21796)
+++ public/yanel/trunk/src/core/java/org/wyona/yanel/core/ResourceManager.java	2007-01-16 16:08:26 UTC (rev 21797)
@@ -47,6 +47,8 @@
 
     /**
      * Creates a new resource object in the given realm with the given path and the given type.
+     *
+     * @param path Path relative to realm (e.g. yanel.getMap().getPath(realm, request.getServletPath()))
      */
     public Resource getResource(HttpServletRequest request, HttpServletResponse response, 
             Realm realm, Path path, ResourceTypeDefinition rtd, ResourceTypeIdentifier rti) 
@@ -72,6 +74,8 @@
 
     /**
      * Creates a new resource object in the given realm and with the given path.
+     *
+     * @param path Path relative to realm (e.g. yanel.getMap().getPath(realm, request.getServletPath()))
      */
     public Resource getResource(HttpServletRequest request, HttpServletResponse response, 
             Realm realm, Path path) throws Exception {




More information about the Yanel-commits mailing list