Update of /var/cvs/config/functions
In directory james.mmbase.org:/tmp/cvs-serv27535
Modified Files:
components.xml utils.xml
Log Message:
missing function
See also: http://cvs.mmbase.org/viewcvs/config/functions
Index: components.xml
===================================================================
RCS file: /var/cvs/config/functions/components.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- components.xml 6 Aug 2007 17:29:31 -0000 1.4
+++ components.xml 22 Feb 2008 10:56:06 -0000 1.5
@@ -20,6 +20,13 @@
<method>getComponent</method>
<param name="name" type="java.lang.String" />
</function>
+ <function name="block">
+ <type>singleton</type>
+ <class>org.mmbase.framework.ComponentRepository</class>
+ <method>getBlock</method>
+ <param name="component" type="java.lang.String" />
+ <param name="block" type="java.lang.String" />
+ </function>
<function name="blockClassification">
<type>singleton</type>
<class>org.mmbase.framework.ComponentRepository</class>
Index: utils.xml
===================================================================
RCS file: /var/cvs/config/functions/utils.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
--- utils.xml 5 Dec 2007 17:19:56 -0000 1.9
+++ utils.xml 22 Feb 2008 10:56:06 -0000 1.10
@@ -55,6 +55,12 @@
<method>getInstance</method>
</function>
+ <function name="caches">
+ <type>class</type>
+ <class>org.mmbase.cache.CacheManager</class>
+ <method>getCaches</method>
+ </function>
+
<function name="toString">
<type>class</type>
<class>org.mmbase.util.Casting</class>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs