ovidiu 02/03/29 21:29:28
Modified: src/scratchpad/schecoon/src/org/apache/cocoon/components/flow
Interpreter.java
Log:
Added forwardTo().
Revision Changes Path
1.9 +17 -0
xml-cocoon2/src/scratchpad/schecoon/src/org/apache/cocoon/components/flow/Interpreter.java
Index: Interpreter.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/scratchpad/schecoon/src/org/apache/cocoon/components/flow/Interpreter.java,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- Interpreter.java 25 Mar 2002 07:31:11 -0000 1.8
+++ Interpreter.java 30 Mar 2002 05:29:28 -0000 1.9
@@ -163,6 +163,23 @@
throws Exception;
/**
+ * Forward the request to a Cocoon pipeline.
+ *
+ * @param URI a <code>String</code>, the URI of the forwarded request
+ * @param bizData an <code>Object</code>, the business data object
+ * to be made available to the forwarded pipeline
+ * @param continuation a <code>WebContinuation</code>, the
+ * continuation to be called to resume the processing
+ * @param environment an <code>Environment</code>, the Cocoon environment
+ * @param ctx an <code>InvokeContext</code>, the TreeProcessor
+ * invocation context.
+ * @exception Exception if an error occurs
+ */
+ void forwardTo(String URI, Object bizData, WebContinuation continuation,
+ Environment environment, InvokeContext ctx)
+ throws Exception;
+
+ /**
* Continues a previously started processing. The continuation
* object where the processing should start from is indicated by the
* <code>continuationId</code> string.
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]