Author: tandraschko
Date: Thu Feb 13 22:27:46 2014
New Revision: 1568069
URL: http://svn.apache.org/r1568069
Log:
added placeholders for not documented features
Modified:
deltaspike/site/trunk/content/jsf.mdtext
Modified: deltaspike/site/trunk/content/jsf.mdtext
URL:
http://svn.apache.org/viewvc/deltaspike/site/trunk/content/jsf.mdtext?rev=1568069&r1=1568068&r2=1568069&view=diff
==============================================================================
--- deltaspike/site/trunk/content/jsf.mdtext (original)
+++ deltaspike/site/trunk/content/jsf.mdtext Thu Feb 13 22:27:46 2014
@@ -19,7 +19,7 @@ Notice: Licensed to the Apache Softwa
[TOC]
***
-# Multi-Window Handling (TODO)
+# Multi-Window Handling
## Intro
@@ -180,6 +180,13 @@ Don't forget to set the ClientWindowRend
- @ViewAccessScoped
- @GroupedConversationScoped
+#Scopes (TODO)
+
+ - @WindowScoped
+ - @ViewAccessScoped
+ - @GroupedConversationScoped
+ - @ViewScoped
+
# Type-safe View-Configs
## Intro
@@ -1176,6 +1183,17 @@ Example - Implicit sub-group:
In the listing above all beans which implement the Wizard interface will be
closed as soon as you close the ImplicitSubGroup.
+#JSF ManagedBean to CDI mapping (TODO)
+
+#Converter & Validator Injection (TODO)
+
+#Event broadcasting (TODO)
+
+## BeforeJsfRequest / AfterJsfRequest
+
+## BeforePhase / AfterPhase
+
+## JSF' SystemEvent
# Support of EAR deployments
Before using features described by this page, please ensure that you are aware
of [DELTASPIKE-335](https://issues.apache.org/jira/browse/DELTASPIKE-335) and
the corresponding impact.