You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by bu...@apache.org on 2014/02/11 01:22:07 UTC

svn commit: r897310 - in /websites/staging/isis/trunk: cgi-bin/ content/ content/reference/DomainObjectContainer.html

Author: buildbot
Date: Tue Feb 11 00:22:07 2014
New Revision: 897310

Log:
Staging update by buildbot for isis

Modified:
    websites/staging/isis/trunk/cgi-bin/   (props changed)
    websites/staging/isis/trunk/content/   (props changed)
    websites/staging/isis/trunk/content/reference/DomainObjectContainer.html

Propchange: websites/staging/isis/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Feb 11 00:22:07 2014
@@ -1 +1 @@
-1566889
+1566890

Propchange: websites/staging/isis/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Feb 11 00:22:07 2014
@@ -1 +1 @@
-1566889
+1566890

Modified: websites/staging/isis/trunk/content/reference/DomainObjectContainer.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/DomainObjectContainer.html (original)
+++ websites/staging/isis/trunk/content/reference/DomainObjectContainer.html Tue Feb 11 00:22:07 2014
@@ -3,7 +3,7 @@
   <head>
 
     <meta charset="utf-8">
-      <title></title>
+      <title>DomainObjectContainer interface
</title>
     <meta name="description" content="">
     <meta name="author" content="">
 
@@ -169,7 +169,7 @@
       };
       function twshare () {
           window.open(
-                  "https://twitter.com/intent/tweet?url="+document.URL+"&text=",
+                  "https://twitter.com/intent/tweet?url="+document.URL+"&text=DomainObjectContainer interface
",
                   'Share on Twitter',
                   'width=800,height=526');
       };
@@ -272,13 +272,11 @@
 
 <div class="page-header">
 <p><a href="./../documentation.html">Docs</a>&nbsp;&raquo&nbsp;<a href="./../reference/about.html">Reference</a></p>
-<h1>
+<h1>DomainObjectContainer interface
 
 </h1>
 </div>
 
-<h1>DomainObjectContainer interface</h1>
-
 <blockquote>
   <p>Provides a single point of contact from domain objects into the
   <em>Apache Isis</em> framework.</p>
@@ -290,7 +288,7 @@ lightweight general purpose repository d
 
 <p>The following table lists the most important (ie non deprecated) methods in this interface.</p>
 
-<p><table>
+<p><table class="table table-striped table-bordered table-condensed">
 <tr>
     <th>Category</th>
     <th>Method</th>
@@ -300,7 +298,7 @@ lightweight general purpose repository d
     <td>Object creation</td>
     <td>newTransientInstance(Class&lt;T>)</td>
     <td>Creates new non-persisted object. <br />
-        <p>While it is also possible to simply <i>new()</i> up an object, that object will not have any services injected into it, nor will any properties be <a href="../how-tos/how-to-03-017-How-to-specify-default-value-of-an-object-property.html">defaulted</a> nor will any <a href="../how-tos/how-to-07-070-How-to-hook-into-the-object-lifecycle-using-callbacks.html"><i>created()</i></a> callback be invoked.</td>
+        <p>While it is also possible to simply <i>new()</i> up an object, that object will not have any services injected into it, nor will any properties be <a href="../how-tos/how-to-03-017-How-to-specify-default-value-of-an-object-property.html">defaulted</a> nor will any <a href="./object-lifecycle-callbacks.html"><i>created()</i></a> callback be invoked.</td>
 </tr>
 <tr>
     <td>Validation</td>