Author: chirino
Date: Mon Sep 25 02:36:53 2006
New Revision: 449624

URL: http://svn.apache.org/viewvc?view=rev&rev=449624
Log:
Latest export from confluence

Modified:
    incubator/servicemix/site/main/home.html
    incubator/servicemix/site/main/rest-pojos.html

Modified: incubator/servicemix/site/main/home.html
URL: 
http://svn.apache.org/viewvc/incubator/servicemix/site/main/home.html?view=diff&rev=449624&r1=449623&r2=449624
==============================================================================
--- incubator/servicemix/site/main/home.html (original)
+++ incubator/servicemix/site/main/home.html Mon Sep 25 02:36:53 2006
@@ -328,13 +328,13 @@
                           <a 
href="http://goopen.org/confluence/display/SM/Site"; title="Site">Site</a>
               <span class="smalltext">(ServiceMix)</span>
               <br>
-                          <a 
href="http://goopen.org/confluence/display/SM/Community"; 
title="Community">Community</a>
+                          <a 
href="http://goopen.org/confluence/display/SM/Documentation"; 
title="Documentation">Documentation</a>
               <span class="smalltext">(ServiceMix)</span>
               <br>
-                          <a 
href="http://goopen.org/confluence/display/SM/Developers"; 
title="Developers">Developers</a>
+                          <a 
href="http://goopen.org/confluence/display/SM/Community"; 
title="Community">Community</a>
               <span class="smalltext">(ServiceMix)</span>
               <br>
-                          <a 
href="http://goopen.org/confluence/display/SM/Documentation"; 
title="Documentation">Documentation</a>
+                          <a 
href="http://goopen.org/confluence/display/SM/Developers"; 
title="Developers">Developers</a>
               <span class="smalltext">(ServiceMix)</span>
               <br>
                       </div>

Modified: incubator/servicemix/site/main/rest-pojos.html
URL: 
http://svn.apache.org/viewvc/incubator/servicemix/site/main/rest-pojos.html?view=diff&rev=449624&r1=449623&r2=449624
==============================================================================
--- incubator/servicemix/site/main/rest-pojos.html (original)
+++ incubator/servicemix/site/main/rest-pojos.html Mon Sep 25 02:36:53 2006
@@ -139,10 +139,8 @@
 
   @Resource ActionBeanContext context; <SPAN class="code-comment">// providers 
access to request/response et al via Stripes helper class
 </SPAN>
-  <SPAN class="code-keyword">private</SPAN> <SPAN 
class="code-object">Long</SPAN> id
-
   @Get
-  <SPAN class="code-keyword">public</SPAN> Cheese load() {
+  <SPAN class="code-keyword">public</SPAN> Cheese load(<SPAN 
class="code-object">Long</SPAN> id) {
     <SPAN class="code-keyword">return</SPAN> cheese; <SPAN 
class="code-comment">// load by id
 </SPAN>  }
 
@@ -159,7 +157,7 @@
 
 
   @Delete
-  <SPAN class="code-keyword">public</SPAN> void delete() {
+  <SPAN class="code-keyword">public</SPAN> void delete(<SPAN 
class="code-object">Long</SPAN> id) {
     ...
   }
 
@@ -176,7 +174,7 @@
     <DIV id="site-footer">
           Added by     <A 
href="http://goopen.org/confluence/users/viewuserprofile.action?username=jstrachan";>James
 Strachan</A>,
     last edited by     <A 
href="http://goopen.org/confluence/users/viewuserprofile.action?username=jstrachan";>James
 Strachan</A> on Sep 25, 2006
-                  &nbsp;(<A 
href="http://goopen.org/confluence/pages/diffpages.action?pageId=2085&originalId=13798";>view
 change</A>)
+                  &nbsp;(<A 
href="http://goopen.org/confluence/pages/diffpages.action?pageId=2085&originalId=13799";>view
 change</A>)
               
       (<A 
href="http://goopen.org/confluence/pages/editpage.action?pageId=2085";>edit 
page</A>)
     </DIV>


Reply via email to