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 8644410B0F for ; Sun, 7 Jul 2013 15:41:01 +0000 (UTC) Received: (qmail 64518 invoked by uid 500); 7 Jul 2013 15:41:01 -0000 Delivered-To: apmail-deltaspike-commits-archive@deltaspike.apache.org Received: (qmail 64474 invoked by uid 500); 7 Jul 2013 15:41:01 -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 64467 invoked by uid 99); 7 Jul 2013 15:41:01 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 07 Jul 2013 15:41:01 +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; Sun, 07 Jul 2013 15:41:00 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 06CC323889EC for ; Sun, 7 Jul 2013 15:40:40 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r868719 - in /websites/staging/deltaspike/trunk/content: ./ jsf.html Date: Sun, 07 Jul 2013 15:40:39 -0000 To: commits@deltaspike.apache.org From: buildbot@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20130707154040.06CC323889EC@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: buildbot Date: Sun Jul 7 15:40:39 2013 New Revision: 868719 Log: Staging update by buildbot for deltaspike Modified: websites/staging/deltaspike/trunk/content/ (props changed) websites/staging/deltaspike/trunk/content/jsf.html Propchange: websites/staging/deltaspike/trunk/content/ ------------------------------------------------------------------------------ --- cms:source-revision (original) +++ cms:source-revision Sun Jul 7 15:40:39 2013 @@ -1 +1 @@ -1500457 +1500458 Modified: websites/staging/deltaspike/trunk/content/jsf.html ============================================================================== --- websites/staging/deltaspike/trunk/content/jsf.html (original) +++ websites/staging/deltaspike/trunk/content/jsf.html Sun Jul 7 15:40:39 2013 @@ -753,10 +753,10 @@ Via a TargetViewConfigProviderConfigDescriptorValidator

Allows to validate the final view-config descriptors before they get deployed. Since the config-descriptor contains e.g. the final path, it's also possible to validate if the corresponding file exists. -Use ViewConfigRoot to configure 1-n validators.

+Use @ViewConfigRoot to configure 1-n validators.

ConfigNodeConverter

Allows to provide custom strategies to process the nodes of the built config-tree. -Use ViewConfigRoot to configure a custom converter.

+Use @ViewConfigRoot to configure a custom converter.

ConfigPreProcessor

Allows to change the found meta-data (e.g. replace default values, callbacks,...) or the ViewConfigNode itself.

InlineMetaDataTransformer

@@ -768,7 +768,7 @@ See e.g. @ViewRef vs. ViewConfigInheritanceStrategy

Allows to customize the inheritance-strategy for meta-data. E.g. inheritance via std. java inheritance vs. inheritance via nested interfaces. -Use ViewConfigRoot to configure a custom inheritance-strategy.

+Use @ViewConfigRoot to configure a custom inheritance-strategy.

ViewConfigNode

Node-type used for building the meta-data-tree during the bootstrapping process.

@ViewConfigRoot