Update of /var/cvs/src/org/mmbase/bridge
In directory james.mmbase.org:/tmp/cvs-serv27860

Modified Files:
        Cloud.java 
Log Message:
javadoc, and defined another constant 'request'


See also: http://cvs.mmbase.org/viewcvs/src/org/mmbase/bridge


Index: Cloud.java
===================================================================
RCS file: /var/cvs/src/org/mmbase/bridge/Cloud.java,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -b -r1.67 -r1.68
--- Cloud.java  18 Mar 2008 10:56:40 -0000      1.67
+++ Cloud.java  4 Sep 2008 12:29:28 -0000       1.68
@@ -21,16 +21,33 @@
  * @author Rob Vermeulen
  * @author Pierre van Rooden
  * @author Jaco de Groot
- * @version $Id: Cloud.java,v 1.67 2008/03/18 10:56:40 michiel Exp $
+ * @version $Id: Cloud.java,v 1.68 2008/09/04 12:29:28 michiel Exp $
  */
 public interface Cloud {
 
+    /**
+     * This property can contain hints on how to deal with XML fields. Things 
like 'xml', 'plain',
+     * 'wiki'.
+     */
     public static final String PROP_XMLMODE     = "org.mmbase.xml-mode";
 
+
+    /**
+     * The cloud itself may have been stored in a user's 'session', using this 
the key stored in
+     * this property.
+     */
     public static final String PROP_SESSIONNAME = 
"org.mmbase.cloud.sessionname";
 
 
     /**
+     * With the Cloud a ServletRequest can be associated and stored in the 
'property.
+     *
+     * @since MMBase-1.9
+     */
+    public static final String PROP_REQUEST     = "request";
+
+
+    /**
      * If you set this property on the cloud to true, validation errors will 
not be fatal, and nodes
      * can be saved anyways.
      *
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to