You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@olingo.apache.org by bu...@apache.org on 2016/04/18 21:59:56 UTC

svn commit: r986024 - in /websites/staging/olingo/trunk/content: ./ doc/odata2/tutorials/Olingo_Tutorial_Advanced_Service_Resolution.html

Author: buildbot
Date: Mon Apr 18 19:59:56 2016
New Revision: 986024

Log:
Staging update by buildbot for olingo

Modified:
    websites/staging/olingo/trunk/content/   (props changed)
    websites/staging/olingo/trunk/content/doc/odata2/tutorials/Olingo_Tutorial_Advanced_Service_Resolution.html

Propchange: websites/staging/olingo/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Apr 18 19:59:56 2016
@@ -1 +1 @@
-1739813
+1739816

Modified: websites/staging/olingo/trunk/content/doc/odata2/tutorials/Olingo_Tutorial_Advanced_Service_Resolution.html
==============================================================================
--- websites/staging/olingo/trunk/content/doc/odata2/tutorials/Olingo_Tutorial_Advanced_Service_Resolution.html (original)
+++ websites/staging/olingo/trunk/content/doc/odata2/tutorials/Olingo_Tutorial_Advanced_Service_Resolution.html Mon Apr 18 19:59:56 2016
@@ -138,10 +138,11 @@ h2:hover > .headerlink, h3:hover > .head
 </pre></div>
 
 
-<p>A processor implementation (e.g. <code>ODataSingleProcessor</code>) does have access to an <code>ODataContext</code> object which will deliver a <code>ODataUriInfo</code> object. From this class a processor implementation can access the service resolution information which is as following:</p>
+<p>A processor implementation (e.g. <code>ODataSingleProcessor</code>) does have access to an <code>ODataContext</code> object which will deliver a <code>PathInfo</code> object.
+From this class a processor implementation can access the service resolution information which is as following:</p>
 <ul>
 <li>URI: <em>http://localhost:8080/odata.svc/[namespace]/[system]/Room('1')/Size/$value</em>  </li>
-<li>preceding path segments:  <em>[namespace], [system]</em>  </li>
+<li>preceding path segments:    <em>[namespace], [system]</em>  </li>
 <li>OData path segments:  <em>Room('1'), Size, $value</em>  </li>
 <li>base URI:  <em>http://localhost:8080/odata.svc/[namespace]/[system]/</em></li>
 </ul>