[cvs] expresso commit by lhamel: javadoc only

JCorporate Ltd jcorp at jcorporate.com
Mon Aug 15 20:00:40 UTC 2005


Log Message:
-----------
javadoc only

Modified Files:
--------------
    expresso/expresso-web/WEB-INF/src/com/jcorporate/expresso/core/controller:
        ControllerRequest.java

Revision Data
-------------
Index: ControllerRequest.java
===================================================================
RCS file: /home/javacorp/.cvs/expresso/expresso/expresso-web/WEB-INF/src/com/jcorporate/expresso/core/controller/ControllerRequest.java,v
retrieving revision 1.41
retrieving revision 1.42
diff -Lexpresso-web/WEB-INF/src/com/jcorporate/expresso/core/controller/ControllerRequest.java -Lexpresso-web/WEB-INF/src/com/jcorporate/expresso/core/controller/ControllerRequest.java -u -r1.41 -r1.42
--- expresso-web/WEB-INF/src/com/jcorporate/expresso/core/controller/ControllerRequest.java
+++ expresso-web/WEB-INF/src/com/jcorporate/expresso/core/controller/ControllerRequest.java
@@ -262,10 +262,10 @@
     /* setAttributes(String, String) */
 
     /**
-     * get the named attribute of this Controller
+     * get the named attribute of this Controller (any type of object)
      *
      * @param attrib The name of an "attribute" for this ControllerElement item
-     * @return java.lang.String
+     * @return the attribute--can be any type of Object
      */
     public Object getAttrib(String attrib) {
         if (attributes == null) {
@@ -274,7 +274,6 @@
             return attributes.get(attrib);
         }
     }
-    /* setAttributes(String, String) */
 
     /**
      * Get the attributes Map
@@ -285,7 +284,6 @@
     public Map getAttributes() {
         return attributes;
     }
-    /* getAttributes() */
 
     /**
      * Set the attributes Map to the supplied Map


More information about the cvs mailing list