Update of /var/cvs/applications/taglib/src/org/mmbase/bridge/jsp/taglib/pageflow
In directory james.mmbase.org:/tmp/cvs-serv13465/pageflow

Modified Files:
        TreeHelper.java UrlParameters.java UrlTag.java 
Log Message:
spacin and other details


See also: 
http://cvs.mmbase.org/viewcvs/applications/taglib/src/org/mmbase/bridge/jsp/taglib/pageflow


Index: TreeHelper.java
===================================================================
RCS file: 
/var/cvs/applications/taglib/src/org/mmbase/bridge/jsp/taglib/pageflow/TreeHelper.java,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -b -r1.21 -r1.22
--- TreeHelper.java     18 Jul 2007 07:50:47 -0000      1.21
+++ TreeHelper.java     23 Feb 2008 16:00:44 -0000      1.22
@@ -32,7 +32,7 @@
  *
  * @author Johannes Verelst
  * @author Rob Vermeulen (VPRO)
- * @version $Id: TreeHelper.java,v 1.21 2007/07/18 07:50:47 michiel Exp $
+ * @version $Id: TreeHelper.java,v 1.22 2008/02/23 16:00:44 michiel Exp $
  */
 
 public class TreeHelper {


Index: UrlParameters.java
===================================================================
RCS file: 
/var/cvs/applications/taglib/src/org/mmbase/bridge/jsp/taglib/pageflow/UrlParameters.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- UrlParameters.java  3 Feb 2008 17:33:56 -0000       1.3
+++ UrlParameters.java  23 Feb 2008 16:00:44 -0000      1.4
@@ -18,7 +18,7 @@
 /**
  * Combines the parameters from the 'referids' attribute with the explicit 
mm:param's
  * subtags. This happens 'lazily'. So, the referids are evaluated only when 
used.
- * @since MMBase-1.9.
+ * @since MMBase-1.9
  */
 public class UrlParameters extends AbstractMap<String, Object> {
 


Index: UrlTag.java
===================================================================
RCS file: 
/var/cvs/applications/taglib/src/org/mmbase/bridge/jsp/taglib/pageflow/UrlTag.java,v
retrieving revision 1.112
retrieving revision 1.113
diff -u -b -r1.112 -r1.113
--- UrlTag.java 31 Dec 2007 15:30:45 -0000      1.112
+++ UrlTag.java 23 Feb 2008 16:00:44 -0000      1.113
@@ -30,7 +30,7 @@
  * A Tag to produce an URL with parameters. It can use 'context' parameters 
easily.
  *
  * @author Michiel Meeuwissen
- * @version $Id: UrlTag.java,v 1.112 2007/12/31 15:30:45 michiel Exp $
+ * @version $Id: UrlTag.java,v 1.113 2008/02/23 16:00:44 michiel Exp $
  */
 
 public class UrlTag extends CloudReferrerTag  implements  ParamHandler, 
FrameworkParamHandler {
@@ -46,7 +46,7 @@
     protected Attribute  block                = Attribute.NULL;
     protected Attribute  escapeAmps           = Attribute.NULL;
     protected Attribute  absolute             = Attribute.NULL;
-    protected Attribute  encode               = Attribute.NULL;
+    private   Attribute  encode               = Attribute.NULL;
     protected Url        url;
 
     public void setReferids(String r) throws JspTagException {
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to