ovidiu 02/03/15 15:42:30
Modified: src/scratchpad/schecoon ChangeLog
Log:
2002-03-15 Ovidiu Predescu <[EMAIL PROTECTED]>
* webapp/sitemap.xmap: Use a JavaScript example.
* src/org/apache/cocoon/components/treeprocessor/sitemap/ScriptNode.java:
Invoke the Interpreter instance to read the script.
* src/org/apache/cocoon/components/treeprocessor/sitemap/CallNodeBuilder2.java:
Invoke configure() on the constructed node.
* src/org/apache/cocoon/components/treeprocessor/sitemap/CallFunctionNode.java:
Maintain parameters in a list.
* src/org/apache/cocoon/components/flow/flow.xconf: Set the
default language.
* src/org/apache/cocoon/components/flow/JavaScriptInterpreter.java:
Remember the context object. Implement readScript. Correctly
obtain the request and response objects. Partial implementation of
callFunction.
* src/org/apache/cocoon/components/flow/InterpreterSelector.java:
Remember the default language.
* src/org/apache/cocoon/components/flow/Interpreter.java: Use a
list for passing arguments instead of a dictionary.
* prj.el: Updated.
Revision Changes Path
1.21 +29 -0 xml-cocoon2/src/scratchpad/schecoon/ChangeLog
Index: ChangeLog
===================================================================
RCS file: /home/cvs/xml-cocoon2/src/scratchpad/schecoon/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog 14 Mar 2002 20:25:24 -0000 1.20
+++ ChangeLog 15 Mar 2002 23:42:30 -0000 1.21
@@ -1,3 +1,32 @@
+2002-03-15 Ovidiu Predescu <[EMAIL PROTECTED]>
+
+ * webapp/sitemap.xmap: Use a JavaScript example.
+
+ * src/org/apache/cocoon/components/treeprocessor/sitemap/ScriptNode.java:
+ Invoke the Interpreter instance to read the script.
+
+ * src/org/apache/cocoon/components/treeprocessor/sitemap/CallNodeBuilder2.java:
+ Invoke configure() on the constructed node.
+
+ * src/org/apache/cocoon/components/treeprocessor/sitemap/CallFunctionNode.java:
+ Maintain parameters in a list.
+
+ * src/org/apache/cocoon/components/flow/flow.xconf: Set the
+ default language.
+
+ * src/org/apache/cocoon/components/flow/JavaScriptInterpreter.java:
+ Remember the context object. Implement readScript. Correctly
+ obtain the request and response objects. Partial implementation of
+ callFunction.
+
+ * src/org/apache/cocoon/components/flow/InterpreterSelector.java:
+ Remember the default language.
+
+ * src/org/apache/cocoon/components/flow/Interpreter.java: Use a
+ list for passing arguments instead of a dictionary.
+
+ * prj.el: Updated.
+
2002-03-14 Ovidiu Predescu <[EMAIL PROTECTED]>
* src/org/apache/cocoon/components/treeprocessor/sitemap/ScriptNode.java:
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]