Return-Path: X-Original-To: apmail-deltaspike-commits-archive@www.apache.org Delivered-To: apmail-deltaspike-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 05EF917573 for ; Wed, 29 Oct 2014 18:05:38 +0000 (UTC) Received: (qmail 36618 invoked by uid 500); 29 Oct 2014 18:05:37 -0000 Delivered-To: apmail-deltaspike-commits-archive@deltaspike.apache.org Received: (qmail 36567 invoked by uid 500); 29 Oct 2014 18:05:37 -0000 Mailing-List: contact commits-help@deltaspike.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@deltaspike.apache.org Delivered-To: mailing list commits@deltaspike.apache.org Received: (qmail 36501 invoked by uid 99); 29 Oct 2014 18:05:37 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Oct 2014 18:05:37 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Oct 2014 18:05:15 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 437CA23888D7; Wed, 29 Oct 2014 18:05:11 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1635238 - in /deltaspike/site/trunk/content/documentation: addons.html articles.html cdiimp.html configure.html examples.html external.html jsf.html overview.html snapshots.html staging/ Date: Wed, 29 Oct 2014 18:05:11 -0000 To: commits@deltaspike.apache.org From: rafabene@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20141029180511.437CA23888D7@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: rafabene Date: Wed Oct 29 18:05:10 2014 New Revision: 1635238 URL: http://svn.apache.org/r1635238 Log: Site checkin for project Apache DeltaSpike - Documentation Removed: deltaspike/site/trunk/content/documentation/addons.html deltaspike/site/trunk/content/documentation/articles.html deltaspike/site/trunk/content/documentation/cdiimp.html deltaspike/site/trunk/content/documentation/configure.html deltaspike/site/trunk/content/documentation/examples.html deltaspike/site/trunk/content/documentation/external.html deltaspike/site/trunk/content/documentation/overview.html deltaspike/site/trunk/content/documentation/snapshots.html deltaspike/site/trunk/content/documentation/staging/ Modified: deltaspike/site/trunk/content/documentation/jsf.html Modified: deltaspike/site/trunk/content/documentation/jsf.html URL: http://svn.apache.org/viewvc/deltaspike/site/trunk/content/documentation/jsf.html?rev=1635238&r1=1635237&r2=1635238&view=diff ============================================================================== --- deltaspike/site/trunk/content/documentation/jsf.html (original) +++ deltaspike/site/trunk/content/documentation/jsf.html Wed Oct 29 18:05:10 2014 @@ -193,6 +193,7 @@ body { @@ -203,7 +204,7 @@ body {
  • Scopes
    • @WindowScoped
    • -
    • @ViewAccessScoped (since 0.6)
    • +
    • @ViewAccessScoped
    • @GroupedConversationScoped (since 0.6)
    • @ViewScoped
    • JSF 2.0 Scopes
    • @@ -387,8 +388,7 @@ directly.

      Change windowhandler.html
      -

      To customize the look & feel of the windowhandler.html, you can simply -provide a own via:

      +

      To customize the look & feel of the windowhandler.html, you can simply provide a own via:

      @@ -563,6 +563,15 @@ of the windowId to all links of all chil
      +

      Number of active windows

      +
      +

      By default, DeltaSpike will allow 10 active windows per session. Once that the limit number of active windows is reached, DeltaSpike will drop the oldest active window.

      +
      +
      +

      You can change the default value by setting the property deltaspike.scope.window.max-count using DeltaSpike configuration mechanism.

      +
      +
      +

      Switch Mode

      To switch the mode, just provide a @@ -659,7 +668,7 @@ between windows.

      -

      @ViewAccessScoped (since 0.6)

      +

      @ViewAccessScoped

      In case of conversations you have to un-scope beans manually (or they will be terminated automatically after a timeout). However, sometimes