ovidiu      02/03/19 01:26:45

  Modified:    src/scratchpad/schecoon/src/org/apache/cocoon/components/flow
                        Interpreter.java
  Log:
  Pass the Environment and InvokeContext in processPipeline.
  
  Revision  Changes    Path
  1.6       +2 -1      
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.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- Interpreter.java  18 Mar 2002 06:38:32 -0000      1.5
  +++ Interpreter.java  19 Mar 2002 09:26:45 -0000      1.6
  @@ -157,7 +157,8 @@
      * <code>null</code> which contains the business data to be passed
      * to the generator of the pipeline (usually XSP or JSP).
      */
  -  void processPipeline(String name, Map pipelineArgs, Object bizData)
  +  void processPipeline(String name, Map pipelineArgs, Object bizData,
  +                       Environment environment, InvokeContext ctx)
       throws Exception;
   
     /**
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     [EMAIL PROTECTED]
To unsubscribe, e-mail:          [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to