You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2017/02/19 15:57:20 UTC

[10/12] isis-site git commit: updates for 1.14.0

http://git-wip-us.apache.org/repos/asf/isis-site/blob/c4018b00/content/guides/rgant.html
----------------------------------------------------------------------
diff --git a/content/guides/rgant.html b/content/guides/rgant.html
index dfff057..5baf362 100644
--- a/content/guides/rgant.html
+++ b/content/guides/rgant.html
@@ -7748,7 +7748,7 @@ discovered automatically on the CLASSPATH.</p>
 <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#_rgant-DomainService_objectType"><code>objectType()</code></a></p></td>
 <td class="tableblock halign-left valign-top"></td>
 <td class="tableblock halign-left valign-top"><div><div class="paragraph">
-<p>(<code>1.14.0-SNAPSHOT</code>) equivalent to <a href="#_rgant_DomainObject_objectType"><code>@DomainObject#objectType()</code></a>, specifies the objectType of the service.</p>
+<p>equivalent to <a href="#_rgant_DomainObject_objectType"><code>@DomainObject#objectType()</code></a>, specifies the objectType of the service.</p>
 </div>
 <div class="paragraph">
 <p>The instanceId for services is always "1".</p>
@@ -7917,7 +7917,7 @@ discovered automatically on the CLASSPATH.</p>
 </div>
 </div>
 <div class="sect2">
-<h3 id="_rgant-DomainService_objectType">12.2. <code>objectType()</code> (<code>1.14.0-SNAPSHOT</code>)</h3>
+<h3 id="_rgant-DomainService_objectType">12.2. <code>objectType()</code></h3>
 <div class="paragraph">
 <p>The <code>objectType()</code> attribute is used to provide a unique alias for the domain service&#8217;s class name.</p>
 </div>
@@ -11833,7 +11833,7 @@ represented in the URL). As such, view models are immutable.</p>
 </td>
 <td class="content">
 <div class="paragraph">
-<p>The <code>@ViewModel</code> does not allow the objectType to be specified, meaning (as of <code>1.14.0-SNAPSHOT</code>) that it is incompatible with the metamodel validation check ennabled by the <a href="rgcfg.html#_rgcfg_configuring-core_metamodel-validation"><code>explicitObjectType</code></a> configuration property.</p>
+<p>The <code>@ViewModel</code> does not allow the objectType to be specified, meaning that it is incompatible with the metamodel validation check ennabled by the <a href="rgcfg.html#_rgcfg_configuring-core_metamodel-validation"><code>explicitObjectType</code></a> configuration property.</p>
 </div>
 <div class="paragraph">
 <p>Instead, use <a href="#_rgant_DomainObject_nature"><code>@DomainObject#nature()</code></a> with <code>Nature.VIEW_MODEL</code>, and specify <a href="#_rgant_DomainObject_objectType"><code>@DomainObject#objectType()</code></a>.</p>
@@ -12534,7 +12534,7 @@ in the user guide.</p>
 <li><a href="#_rgant-DomainService">12. <code>@DomainService</code></a>
 <ul class="sectlevel2">
 <li><a href="#_rgant-DomainService_nature">12.1. <code>nature()</code></a></li>
-<li><a href="#_rgant-DomainService_objectType">12.2. <code>objectType()</code> (<code>1.14.0-SNAPSHOT</code>)</a>
+<li><a href="#_rgant-DomainService_objectType">12.2. <code>objectType()</code></a>
 <ul class="sectlevel3">
 <li><a href="#_example">12.2.1. Example</a></li>
 <li><a href="#_precedence_3">12.2.2. Precedence</a></li>