<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -107,6 +107,15 @@ var doc = {
           ], 
         &quot;type&quot;: &quot;method&quot;
         }, 
+      &quot;flush&quot;: {
+        &quot;body&quot;: &quot;&quot;, 
+        &quot;description&quot;: &quot;&quot;, 
+        &quot;name&quot;: &quot;flush&quot;, 
+        &quot;params&quot;: [
+          
+          ], 
+        &quot;type&quot;: &quot;method&quot;
+        }, 
       &quot;setCookie&quot;: {
         &quot;body&quot;: &quot;Set a HTTP cookie with the given name and value. This function takes at least two arguments, a cookie name and a cookie value. Optionally, the third argument specifies the number of days the cookie is to be stored by the client. The cookie path and domain may be specified as fourth and fifth argument, respectively. \r\n\r\nA negative days value means the cookie should be used only during the current user session and discarded afterwards. A days value of 0 means the cookie should be immediately discarded by the client and can therefore be used to delete a cookie.&quot;, 
         &quot;description&quot;: &quot;Set a HTTP cookie with the given name and value.&quot;, 
@@ -153,10 +162,10 @@ var doc = {
           ], 
         &quot;type&quot;: &quot;method&quot;
         }, 
-      &quot;pop&quot;: {
-        &quot;body&quot;: &quot;Pop a buffer from the response stack and return its contents as String. This must used in called after *res.push()|push()*, otherwise an exception will be thrown. \r\n\r\nThis can be used to prepare parts of the response in arbitrary order without the need to have the generating code be aware that they aren't directly writing to the response.&quot;, 
-        &quot;description&quot;: &quot;Pop a buffer from the response stack and return its contents as String.&quot;, 
-        &quot;name&quot;: &quot;pop&quot;, 
+      &quot;reset&quot;: {
+        &quot;body&quot;: &quot;&quot;, 
+        &quot;description&quot;: &quot;&quot;, 
+        &quot;name&quot;: &quot;reset&quot;, 
         &quot;params&quot;: [
           
           ], 
@@ -175,10 +184,10 @@ var doc = {
           ], 
         &quot;type&quot;: &quot;method&quot;
         }, 
-      &quot;push&quot;: {
-        &quot;body&quot;: &quot;Push a new buffer on the response stack. Output written to the response will be directed to this buffer instead of the main response body, and returned as String when *res.pop()|pop()* is called. \r\n\r\nThis can be used to prepare parts of the response in arbitrary order without the need to have the generating code be aware that they aren't directly writing to the response.&quot;, 
-        &quot;description&quot;: &quot;Push a new buffer on the response stack.&quot;, 
-        &quot;name&quot;: &quot;push&quot;, 
+      &quot;resetBuffer&quot;: {
+        &quot;body&quot;: &quot;&quot;, 
+        &quot;description&quot;: &quot;&quot;, 
+        &quot;name&quot;: &quot;resetBuffer&quot;, 
         &quot;params&quot;: [
           
           ], 
@@ -189,10 +198,10 @@ var doc = {
     &quot;description&quot;: &quot;This class represents a HTTP Response.&quot;, 
     &quot;name&quot;: &quot;Response&quot;, 
     &quot;properties&quot;: {
-      &quot;buffer&quot;: {
-        &quot;body&quot;: &quot;Get the StringBuffer instance associated with the response's writer&quot;, 
-        &quot;description&quot;: &quot;Get the StringBuffer instance associated with the response's writer&quot;, 
-        &quot;name&quot;: &quot;buffer&quot;, 
+      &quot;bufferSize&quot;: {
+        &quot;body&quot;: &quot;&quot;, 
+        &quot;description&quot;: &quot;&quot;, 
+        &quot;name&quot;: &quot;bufferSize&quot;, 
         &quot;type&quot;: &quot;property&quot;
         }, 
       &quot;servletResponse&quot;: {
@@ -207,17 +216,17 @@ var doc = {
         &quot;name&quot;: &quot;status&quot;, 
         &quot;type&quot;: &quot;property&quot;
         }, 
+      &quot;encoding&quot;: {
+        &quot;body&quot;: &quot;&quot;, 
+        &quot;description&quot;: &quot;&quot;, 
+        &quot;name&quot;: &quot;encoding&quot;, 
+        &quot;type&quot;: &quot;property&quot;
+        }, 
       &quot;contentType&quot;: {
         &quot;body&quot;: &quot;Property to set\/get the Content-Type header of the current HTTP response. \r\n\r\n  res.contentType = \&quot;text\/html\&quot;;&quot;, 
         &quot;description&quot;: &quot;Property to set\/get the Content-Type header of the current HTTP response.&quot;, 
         &quot;name&quot;: &quot;contentType&quot;, 
         &quot;type&quot;: &quot;property&quot;
-        }, 
-      &quot;writer&quot;: {
-        &quot;body&quot;: &quot;Get the wrapped Writer for this response&quot;, 
-        &quot;description&quot;: &quot;Get the wrapped Writer for this response&quot;, 
-        &quot;name&quot;: &quot;writer&quot;, 
-        &quot;type&quot;: &quot;property&quot;
         }
       }, 
     &quot;type&quot;: &quot;class&quot;
@@ -370,6 +379,12 @@ var doc = {
         &quot;name&quot;: &quot;scheme&quot;, 
         &quot;type&quot;: &quot;property&quot;
         }, 
+      &quot;session&quot;: {
+        &quot;body&quot;: &quot;Get the session object for this request, creating it if it doesn't exist&quot;, 
+        &quot;description&quot;: &quot;Get the session object for this request, creating it if it doesn't exist&quot;, 
+        &quot;name&quot;: &quot;session&quot;, 
+        &quot;type&quot;: &quot;property&quot;
+        }, 
       &quot;path&quot;: {
         &quot;body&quot;: &quot;The request's URI path, as passed in the first line of the HTTP request.&quot;, 
         &quot;description&quot;: &quot;The request's URI path, as passed in the first line of the HTTP request.&quot;, </diff>
      <filename>docs/core/rhinodoc.js</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>4a7ac4e206af720657e547377acf4aea4c65ec64</id>
    </parent>
  </parents>
  <author>
    <name>Hannes Wallnoefer</name>
    <email>hannes@helma.at</email>
  </author>
  <url>http://github.com/zumbrunn/helma-ng/commit/36932ee5ef28c3b8cf93edced9ab5dd8d7da2aff</url>
  <id>36932ee5ef28c3b8cf93edced9ab5dd8d7da2aff</id>
  <committed-date>2008-10-15T14:33:33-07:00</committed-date>
  <authored-date>2008-10-15T14:33:33-07:00</authored-date>
  <message>Updated rhinodoc json file


git-svn-id: https://dev.helma.org/svn/helma-ng/trunk@9308 688a9155-6ab5-4160-a077-9df41f55a9e9</message>
  <tree>9a34a26e9d1dbbd149e4d1b2ea52d2c97847cfdb</tree>
  <committer>
    <name>Hannes Wallnoefer</name>
    <email>hannes@helma.at</email>
  </committer>
</commit>
