coliver     2003/09/02 10:08:53

  Modified:    src/documentation/xdocs/userdocs/advanced/flow api.xml
  Log:
  Documented cocoon.redirectTo()
  
  Revision  Changes    Path
  1.2       +7 -0      
cocoon-2.1/src/documentation/xdocs/userdocs/advanced/flow/api.xml
  
  Index: api.xml
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.1/src/documentation/xdocs/userdocs/advanced/flow/api.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- api.xml   2 Sep 2003 12:03:17 -0000       1.1
  +++ api.xml   2 Sep 2003 17:08:53 -0000       1.2
  @@ -121,6 +121,13 @@
        to be made available to the forwarded pipeline</p>
        <p><code>stream</code> is an <code>OutputStream</code> where the output 
should be written to.</p>
       </s3>
  +    <s3 title="redirectTo">
  +    <p>
  +    <em>Function</em> <code>redirectTo([String] uri)</code></p>
  +    <p>
  +      Send a client-side redirect to the browser. The <code>uri</code> 
argument is the URI to which the browser should be redirected.
  +    </p>
  +    </s3>
       <s3 title="load">
       <p><em>Function</em> <code>load([String] uri)</code></p>
       <p>
  
  
  

Reply via email to