[cvs] expresso commit by lhamel: javadoc

JCorporate Ltd jcorp at jcorporate.com
Tue Jun 14 18:13:21 UTC 2005


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

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.39
retrieving revision 1.40
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.39 -r1.40
--- expresso-web/WEB-INF/src/com/jcorporate/expresso/core/controller/ControllerRequest.java
+++ expresso-web/WEB-INF/src/com/jcorporate/expresso/core/controller/ControllerRequest.java
@@ -64,12 +64,6 @@
 
 package com.jcorporate.expresso.core.controller;
 
-import java.util.Collections;
-import java.util.HashMap;
-import java.util.Hashtable;
-import java.util.Iterator;
-import java.util.Locale;
-import java.util.Map;
 import com.jcorporate.expresso.core.controller.session.PersistentSession;
 import com.jcorporate.expresso.core.db.DBException;
 import com.jcorporate.expresso.core.dbobj.DBObject;
@@ -82,6 +76,12 @@
 import org.apache.log4j.Logger;
 import org.apache.struts.Globals;
 
+import java.util.HashMap;
+import java.util.Hashtable;
+import java.util.Iterator;
+import java.util.Locale;
+import java.util.Map;
+
 /**
  * ControllerRequest is a simple "wrapper" object that holds the parameters and data required
  * for a controller to be able to transition to a new state. <br />
@@ -526,7 +526,7 @@
      * Return the complete hashtable of parameters all keyed by parameter names
      *
      * @return a Hashtable containing all the parameter values, keyed by name; this is a CLONE of the source hashtable, not the original
-     * @deprecated Since Expresso 5.7  Use getParams() which returns a readonly Map instead
+     * @deprecated Since Expresso 5.7  Use getAllParameters() which returns a readonly Map instead
      */
     public Hashtable getParameters() {
         if (params != null) {


More information about the cvs mailing list