[Yanel-commits] rev 30726 - public/yanel/trunk/src/core/java/org/wyona/yanel/core/api/attributes

michi at wyona.com michi at wyona.com
Thu Jan 24 15:23:51 CET 2008


Author: michi
Date: 2008-01-24 15:23:50 +0100 (Thu, 24 Jan 2008)
New Revision: 30726

Modified:
   public/yanel/trunk/src/core/java/org/wyona/yanel/core/api/attributes/CreatableV2.java
Log:
javadoc fixed

Modified: public/yanel/trunk/src/core/java/org/wyona/yanel/core/api/attributes/CreatableV2.java
===================================================================
--- public/yanel/trunk/src/core/java/org/wyona/yanel/core/api/attributes/CreatableV2.java	2008-01-24 14:13:24 UTC (rev 30725)
+++ public/yanel/trunk/src/core/java/org/wyona/yanel/core/api/attributes/CreatableV2.java	2008-01-24 14:23:50 UTC (rev 30726)
@@ -33,7 +33,7 @@
     public static String TYPE_SELECT = "type_select";
 
     /**
-     *
+     * Get property type which is intended to be used for the different types of (XHTML) input fields, e.g. TYPE_UPLOAD, TYPE_STRING (also see CreatableV1.getPropertyNames()
      */
     public String getPropertyType(String propertyName);
 
@@ -43,12 +43,12 @@
     public void create(HttpServletRequest request);
 
     /**
-     * Creates RTI properties
+     * Get resource configuration properties which shall be used for the new resource configuration of the new resource
      */
     public HashMap createRTIProperties(HttpServletRequest request);
 
     /**
-     * getCreateName
+     * Allows overwriting the name for the new resource which is suggested by Yanel or rather by the user input. This is useful if one wants to dynamically generate names which are for instance based on a timestamp.
      */
     public String getCreateName(String suggestedName);
 }



More information about the Yanel-commits mailing list