Update of /var/cvs/src/org/mmbase/framework
In directory james.mmbase.org:/tmp/cvs-serv3300

Modified Files:
        Component.java Framework.java 
Log Message:
getActionUrl -> getProcessUrl. There is already a org.mmbase.security.Action, 
which may lead to some confusion otherwise


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


Index: Component.java
===================================================================
RCS file: /var/cvs/src/org/mmbase/framework/Component.java,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -b -r1.18 -r1.19
--- Component.java      20 Feb 2008 17:44:07 -0000      1.18
+++ Component.java      22 Feb 2008 14:05:57 -0000      1.19
@@ -19,7 +19,7 @@
  * A Component bundles [EMAIL PROTECTED] Block}s, [EMAIL PROTECTED] Action}s 
and [EMAIL PROTECTED] @Setting}.
  *
  * @author Michiel Meeuwissen
- * @version $Id: Component.java,v 1.18 2008/02/20 17:44:07 michiel Exp $
+ * @version $Id: Component.java,v 1.19 2008/02/22 14:05:57 michiel Exp $
  * @since MMBase-1.9
  */
 public interface Component {
@@ -44,7 +44,7 @@
 
     /**
      * The unsatisfied dependencies, so this should return an empty 
collection. Unless the framework
-     * is still initialing, because initially dependencies can be temporary 
added as 'unsatisfied'
+     * is still initializing, because initially dependencies can be temporary 
added as 'unsatisfied'
      * because perhaps this other component is simply <em>not yet</em> loaded. 
The
      * ComponentRepository will call [EMAIL PROTECTED] 
#resolve(VirtualComponent, Component)} when a
      * dependency is satisfied after all.


Index: Framework.java
===================================================================
RCS file: /var/cvs/src/org/mmbase/framework/Framework.java,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -b -r1.44 -r1.45
--- Framework.java      22 Feb 2008 13:03:29 -0000      1.44
+++ Framework.java      22 Feb 2008 14:05:57 -0000      1.45
@@ -27,7 +27,7 @@
  *
  * @author Johannes Verelst
  * @author Pierre van Rooden
- * @version $Id: Framework.java,v 1.44 2008/02/22 13:03:29 michiel Exp $
+ * @version $Id: Framework.java,v 1.45 2008/02/22 14:05:57 michiel Exp $
  * @since MMBase-1.9
  */
 public abstract class Framework {
@@ -92,11 +92,6 @@
      */
     public final static String COMPONENT_CLASS_KEY = "componentClassName";
 
-    /**
-     * The parameter that indicates that the URL must be generated for a post.
-     * @todo I don't know if this is ok.
-     */
-    public final static Parameter PROCESS = new Parameter("process", 
Boolean.class, Boolean.FALSE);
 
     /**
      * A framework must be able to provide a node to the rendered blocks. This 
parameter could
@@ -235,7 +230,7 @@
                                   Parameters frameworkParameters,
                                   boolean escapeAmps) throws 
FrameworkException;
 
-    public abstract String getActionUrl(String path,
+    public abstract String getProcessUrl(String path,
                                         Map<String, Object> parameters,
                                         Parameters frameworkParameters,
                                         boolean escapeAmps) throws 
FrameworkException;
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to