Update of /var/cvs/contributions/didactor2/src/core/java/nl/didactor/component
In directory james.mmbase.org:/tmp/cvs-serv30121

Modified Files:
        Component.java 
Log Message:
some generic didactor paramters


See also: 
http://cvs.mmbase.org/viewcvs/contributions/didactor2/src/core/java/nl/didactor/component


Index: Component.java
===================================================================
RCS file: 
/var/cvs/contributions/didactor2/src/core/java/nl/didactor/component/Component.java,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -b -r1.24 -r1.25
--- Component.java      21 Jan 2008 17:30:36 -0000      1.24
+++ Component.java      21 Jan 2008 18:31:54 -0000      1.25
@@ -14,6 +14,7 @@
 import org.mmbase.util.logging.Logging;
 import org.mmbase.util.ResourceLoader;
 import org.mmbase.util.functions.Parameters;
+import org.mmbase.util.functions.Parameter;
 import org.mmbase.bridge.jsp.taglib.util.ContextContainer;
 
 import javax.xml.parsers.*;
@@ -45,6 +46,9 @@
     /** Location of the component in the bar. Default to 100, which is 
somewhere at the end. */
     private int barposition = 100;
 
+    public static final Parameter EDUCATION = new Parameter("education", 
Node.class, true);
+    public static final Parameter CLASS     = new Parameter("class", 
Node.class, null);
+
     /**
      * Register a component in the registry.
      */
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to