You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@chemistry.apache.org by bu...@apache.org on 2011/02/21 15:51:20 UTC

svn commit: r785872 - /websites/staging/chemistry/trunk/content/java/opencmis-client-api.html

Author: buildbot
Date: Mon Feb 21 14:51:20 2011
New Revision: 785872

Log:
Staging update by buildbot

Modified:
    websites/staging/chemistry/trunk/content/java/opencmis-client-api.html

Modified: websites/staging/chemistry/trunk/content/java/opencmis-client-api.html
==============================================================================
--- websites/staging/chemistry/trunk/content/java/opencmis-client-api.html (original)
+++ websites/staging/chemistry/trunk/content/java/opencmis-client-api.html Mon Feb 21 14:51:20 2011
@@ -195,30 +195,33 @@ runtime implementation. The runtime maps
 bindings layer and implements the session cache. All parts are exposed by
 following packages:</p>
 <table>
+<thead>
 <tr>
- <th> Package </th>
- <th> Artifact </th>
- <th> Description </th>
+<th>Package</th>
+<th>Artifact</th>
+<th>Description</th>
 </tr>
+</thead>
+<tbody>
 <tr>
- <td> org.apache.chemistry.opencmis.client.api </td>
- <td> chemistry-opencmis-client-api </td>
- <td> Main interfaces of the client API </td>
+<td>org.apache.chemistry.opencmis.client.api</td>
+<td>chemistry-opencmis-client-api</td>
+<td>Main interfaces of the client API</td>
 </tr>
 <tr>
- <td> org.apache.chemistry.opencmis.commons.api </td>
- <td> chemistry-opencmis-commons-api </td>
- <td> Interfaces and classes shared by client and client bindings API </td>
+<td>org.apache.chemistry.opencmis.commons.api</td>
+<td>chemistry-opencmis-commons-api</td>
+<td>Interfaces and classes shared by client and client bindings API</td>
 </tr>
 <tr>
- <td> org.apache.chemistry.opencmis.client.runtime </td>
- <td> chemistry-opencmis-client-impl </td>
- <td> Implementation classes of client API including a default implementation of the SessionFactory </td>
+<td>org.apache.chemistry.opencmis.client.runtime</td>
+<td>chemistry-opencmis-client-impl</td>
+<td>Implementation classes of client API including a default implementation of the SessionFactory</td>
 </tr>
+</tbody>
 </table>
-
 <p>The following UML diagram illustrates the main classes of the client API:</p>
-<p><img src="data/OpenCMIS Client API Class Diagram.png">
+<p><img src="opencmis-client-api-class-diagram.png">
 <br/></p>
 <ul>
 <li><strong>SessionFactory</strong> This interface provides the entry point into the client