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

Modified Files:
        ContextReferrerTag.java 
Log Message:
added a way to specify an attribute as 'empty equivalant with absent'


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


Index: ContextReferrerTag.java
===================================================================
RCS file: 
/var/cvs/applications/taglib/src/org/mmbase/bridge/jsp/taglib/ContextReferrerTag.java,v
retrieving revision 1.107
retrieving revision 1.108
diff -u -b -r1.107 -r1.108
--- ContextReferrerTag.java     27 Jun 2008 09:07:10 -0000      1.107
+++ ContextReferrerTag.java     17 Jul 2008 10:58:08 -0000      1.108
@@ -35,7 +35,7 @@
  *
  *
  * @author Michiel Meeuwissen
- * @version $Id: ContextReferrerTag.java,v 1.107 2008/06/27 09:07:10 michiel 
Exp $
+ * @version $Id: ContextReferrerTag.java,v 1.108 2008/07/17 10:58:08 michiel 
Exp $
  * @see ContextTag
  */
 
@@ -370,6 +370,13 @@
     }
 
     /**
+     * @since MMBase-1.9
+     */
+    public Attribute getAttribute(String attribute, boolean 
interpretEmptyAsAbsent) throws JspTagException {
+        return Attribute.getAttribute(attribute, interpretEmptyAsAbsent);
+    }
+
+    /**
      * Like getAttributeValue but converts the result to a Boolean,
      * and throws an exception if this cannot be done.
      * @param b unparsed attribute
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to