Author: buildbot
Date: Mon Jul 14 11:48:26 2014
New Revision: 916171
Log:
Staging update by buildbot for deltaspike
Modified:
websites/staging/deltaspike/trunk/content/ (props changed)
websites/staging/deltaspike/trunk/content/core.html
Propchange: websites/staging/deltaspike/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Jul 14 11:48:26 2014
@@ -1 +1 @@
-1610375
+1610392
Modified: websites/staging/deltaspike/trunk/content/core.html
==============================================================================
--- websites/staging/deltaspike/trunk/content/core.html (original)
+++ websites/staging/deltaspike/trunk/content/core.html Mon Jul 14 11:48:26 2014
@@ -135,7 +135,12 @@ Notice: Licensed to the Apache Softwa
</li>
</ul>
</li>
-<li><a href="#scopes">Scopes</a></li>
+<li><a href="#scopes">Scopes</a><ul>
+<li><a href="#windowscoped">@WindowScoped</a></li>
+<li><a href="#viewaccessscoped">@ViewAccessScoped</a></li>
+<li><a href="#groupedconversationscoped">@GroupedConversationScoped</a></li>
+</ul>
+</li>
<li><a href="#deactivatable">Deactivatable</a></li>
</ul>
</li>
@@ -820,6 +825,11 @@ object to give flow control to the handl
that exception chain, unless it's explicitly marked as unmuted via the
<code>unmute()</code> method on <code>ExceptionEvent</code>.</p>
<h2 id="scopes">Scopes</h2>
+<p>DeltaSpike Core provides the API and SPI for several scopes.
+Currently all scopes are only implemented in the JSF module.</p>
+<h3 id="windowscoped">@WindowScoped</h3>
+<h3 id="viewaccessscoped">@ViewAccessScoped</h3>
+<h3 id="groupedconversationscoped">@GroupedConversationScoped</h3>
<h2 id="deactivatable">Deactivatable</h2>
<p>DeltaSpike allows you to deactivate its own Extensions. You just need to
implement your <a href="spi.html#classdeactivator">ClassDeactivator</a>.</p>
<p>The ClassDeactivator should be resolved by any ConfigSource using the key
<code>org.apache.deltaspike.core.spi.activation.ClassDeactivator</code>. For
example, we can disable SecurityExtension having the following class:</p>