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 30884104DF for ; Sat, 15 Feb 2014 12:15:56 +0000 (UTC) Received: (qmail 15551 invoked by uid 500); 15 Feb 2014 12:15:55 -0000 Delivered-To: apmail-deltaspike-commits-archive@deltaspike.apache.org Received: (qmail 15508 invoked by uid 500); 15 Feb 2014 12:15:55 -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 15500 invoked by uid 99); 15 Feb 2014 12:15:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 15 Feb 2014 12:15:55 +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; Sat, 15 Feb 2014 12:15:54 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 3AE122388994; Sat, 15 Feb 2014 12:15:34 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1568628 - /deltaspike/site/trunk/content/jsf.mdtext Date: Sat, 15 Feb 2014 12:15:34 -0000 To: commits@deltaspike.apache.org From: tandraschko@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140215121534.3AE122388994@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: tandraschko Date: Sat Feb 15 12:15:33 2014 New Revision: 1568628 URL: http://svn.apache.org/r1568628 Log: cosmetics 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=1568628&r1=1568627&r2=1568628&view=diff ============================================================================== --- deltaspike/site/trunk/content/jsf.mdtext (original) +++ deltaspike/site/trunk/content/jsf.mdtext Sat Feb 15 12:15:33 2014 @@ -137,7 +137,7 @@ The best way, to apply it for all views, ### Switch Mode -To switch the mode, you can just provide a `org.apache.deltaspike.jsf.api.config.JsfModuleConfig`: +To switch the mode, just provide a `org.apache.deltaspike.jsf.api.config.JsfModuleConfig` and overwrite `#getDefaultWindowMode`: :::java @Specializes @@ -161,7 +161,7 @@ If you would like to provide an custom ` //... } -Don't forget to set the ClientWindowRenderMode to 'CUSTOM' via the `JsfModuleConfig`: +Don't forget to set the `ClientWindowRenderMode` to 'CUSTOM' via the `JsfModuleConfig`: :::java @Specializes