Author: tandraschko
Date: Mon Jul 14 11:48:20 2014
New Revision: 1610392
URL: http://svn.apache.org/r1610392
Log:
CMS commit to deltaspike by tandraschko
Modified:
deltaspike/site/trunk/content/core.mdtext
Modified: deltaspike/site/trunk/content/core.mdtext
URL:
http://svn.apache.org/viewvc/deltaspike/site/trunk/content/core.mdtext?rev=1610392&r1=1610391&r2=1610392&view=diff
==============================================================================
--- deltaspike/site/trunk/content/core.mdtext (original)
+++ deltaspike/site/trunk/content/core.mdtext Mon Jul 14 11:48:20 2014
@@ -806,6 +806,15 @@ that exception chain, unless it's explic
## Scopes
+DeltaSpike Core provides the API and SPI for several scopes.
+Currently all scopes are only implemented in the JSF module.
+
+### @WindowScoped
+
+### @ViewAccessScoped
+
+### @GroupedConversationScoped
+
## Deactivatable
DeltaSpike allows you to deactivate its own Extensions. You just need to
implement your [ClassDeactivator](spi.html#classdeactivator).