You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by bu...@apache.org on 2018/01/26 08:23:35 UTC

svn commit: r1024338 [4/4] - in /websites/production/camel/content: ./ 2018/ 2018/01/ 2018/01/26/ cache/

Modified: websites/production/camel/content/spark-rest.html
==============================================================================
--- websites/production/camel/content/spark-rest.html (original)
+++ websites/production/camel/content/spark-rest.html Fri Jan 26 08:23:35 2018
@@ -107,7 +107,7 @@
 </div></div><h3 id="Spark-rest-RestDSL"><span style="font-size: 16.0px;line-height: 1.5625;">Rest DSL</span></h3><p>Apache Camel provides a new Rest DSL that allow to define the REST services in a nice REST style. For example we can define a REST hello service as shown below:</p>    
 <div class="contentf aui-tabs horizontal-tabs" id="RestDslTabs" title="Rest DSL">
     <ul class="tabs-menu"></ul>
-    <div class="tabs-pane" id="RestDslTabsJava" data-pane-title="Java">
+    <div class="cfm tabs-pane" id="RestDslTabsJava" data-pane-title="Java">
     <div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
 <script class="brush: java; gutter: false; theme: Default" type="syntaxhighlighter"><![CDATA[  return new RouteBuilder() {
       @Override
@@ -120,7 +120,7 @@
 
     
 </div>
-<div class="tabs-pane" id="RestDslTabsXml" data-pane-title="XML">
+<div class="cfm tabs-pane" id="RestDslTabsXml" data-pane-title="XML">
     <div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
 <script class="brush: java; gutter: false; theme: Default" type="syntaxhighlighter"><![CDATA[  &lt;camelContext xmlns=&quot;http://camel.apache.org/schema/spring&quot;&gt;
     &lt;rest uri=&quot;/hello/{me}&quot;&gt;

Modified: websites/production/camel/content/xml-reference.html
==============================================================================
--- websites/production/camel/content/xml-reference.html (original)
+++ websites/production/camel/content/xml-reference.html Fri Jan 26 08:23:35 2018
@@ -84,7 +84,7 @@
 	<tbody>
         <tr>
         <td valign="top" width="100%">

[... 6 lines stripped ...]