Author: rafabene
Date: Wed Oct 29 17:48:25 2014
New Revision: 1635224
URL: http://svn.apache.org/r1635224
Log:
Site checkin for project Apache DeltaSpike - Documentation
Modified:
deltaspike/site/trunk/content/documentation/staging/jsf.html
Modified: deltaspike/site/trunk/content/documentation/staging/jsf.html
URL:
http://svn.apache.org/viewvc/deltaspike/site/trunk/content/documentation/staging/jsf.html?rev=1635224&r1=1635223&r2=1635224&view=diff
==============================================================================
--- deltaspike/site/trunk/content/documentation/staging/jsf.html (original)
+++ deltaspike/site/trunk/content/documentation/staging/jsf.html Wed Oct 29
17:48:25 2014
@@ -193,6 +193,7 @@ body {
<ul class="sectlevel3">
<li><a href="#_ds_windowid">ds:windowId</a></li>
<li><a href="#_ds_disableclientwindow">ds:disableClientWindow</a></li>
+<li><a href="#_number_of_active_windows">Number of active windows</a></li>
<li><a href="#_switch_mode">Switch Mode</a></li>
<li><a href="#_provide_a_custom_clientwindow">Provide a custom
ClientWindow</a></li>
</ul>
@@ -203,7 +204,7 @@ body {
<li><a href="#_scopes">Scopes</a>
<ul class="sectlevel2">
<li><a href="#__windowscoped">@WindowScoped</a></li>
-<li><a href="#__viewaccessscoped_since_0_6">@ViewAccessScoped (since
0.6)</a></li>
+<li><a href="#__viewaccessscoped">@ViewAccessScoped</a></li>
<li><a
href="#__groupedconversationscoped_since_0_6">@GroupedConversationScoped (since
0.6)</a></li>
<li><a href="#__viewscoped">@ViewScoped</a></li>
<li><a href="#_jsf_2_0_scopes">JSF 2.0 Scopes</a></li>
@@ -563,6 +564,15 @@ of the windowId to all links of all chil
</div>
</div>
<div class="sect3">
+<h4 id="_number_of_active_windows">Number of active windows</h4>
+<div class="paragraph">
+<p>By default, DeltaSpike will allow <code>10</code> active windows per
session. Once that the limit number of active windows is reached, DeltaSpike
will drop the oldest active window.</p>
+</div>
+<div class="paragraph">
+<p>You can change the default value by setting the property
<code>deltaspike.scope.window.max-count</code> using <a
href="configuration.html#_configsources_provided_by_default">DeltaSpike
configuration mechanism</a>.</p>
+</div>
+</div>
+<div class="sect3">
<h4 id="_switch_mode">Switch Mode</h4>
<div class="paragraph">
<p>To switch the mode, just provide a
@@ -659,7 +669,7 @@ between windows.</p>
</div>
</div>
<div class="sect2">
-<h3 id="__viewaccessscoped_since_0_6">@ViewAccessScoped (since 0.6)</h3>
+<h3 id="__viewaccessscoped">@ViewAccessScoped</h3>
<div class="paragraph">
<p>In case of conversations you have to un-scope beans manually (or they
will be terminated automatically after a timeout). However, sometimes