Author: michiel
Date: 2009-06-02 23:34:05 +0200 (Tue, 02 Jun 2009)
New Revision: 35582

Modified:
   
mmbase/trunk/applications/taglib/src/org/mmbase/bridge/jsp/taglib/resources/taglibcontent.xml
Log:
added a 'filesize' escaper

Modified: 
mmbase/trunk/applications/taglib/src/org/mmbase/bridge/jsp/taglib/resources/taglibcontent.xml
===================================================================
--- 
mmbase/trunk/applications/taglib/src/org/mmbase/bridge/jsp/taglib/resources/taglibcontent.xml
       2009-06-02 21:31:59 UTC (rev 35581)
+++ 
mmbase/trunk/applications/taglib/src/org/mmbase/bridge/jsp/taglib/resources/taglibcontent.xml
       2009-06-02 21:34:05 UTC (rev 35582)
@@ -275,6 +275,13 @@
     </info>
   </escaper>
 
+  <escaper id="filesize">
+    <class>org.mmbase.datatypes.processors.FormatFileSize</class>
+    <info>
+      This works on integers only, and converts them to file size 
representation.
+    </info>
+  </escaper>
+
   <escaper id="rot13">
     <class>org.mmbase.util.transformers.Rot13</class>
     <info>

_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to