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 <code>TargetViewConfigProvider</co
<h3 id="configdescriptorvalidator">ConfigDescriptorValidator</h3>
<p>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 <code>ViewConfigRoot</code> to configure 1-n validators.</p>
+Use <code>@ViewConfigRoot</code> to configure 1-n validators.</p>
<h3 id="confignodeconverter">ConfigNodeConverter</h3>
<p>Allows to provide custom strategies to process the nodes of the built
config-tree.
-Use <code>ViewConfigRoot</code> to configure a custom converter.</p>
+Use <code>@ViewConfigRoot</code> to configure a custom converter.</p>
<h3 id="configpreprocessor">ConfigPreProcessor</h3>
<p>Allows to change the found meta-data (e.g. replace default values,
callbacks,...) or the <code>ViewConfigNode</code> itself.</p>
<h3 id="inlinemetadatatransformer">InlineMetaDataTransformer</h3>
@@ -768,7 +768,7 @@ See e.g. <code>@ViewRef</code> vs. <code
<h3 id="viewconfiginheritancestrategy">ViewConfigInheritanceStrategy</h3>
<p>Allows to customize the inheritance-strategy for meta-data.
E.g. inheritance via std. java inheritance vs. inheritance via nested
interfaces.
-Use <code>ViewConfigRoot</code> to configure a custom inheritance-strategy.</p>
+Use <code>@ViewConfigRoot</code> to configure a custom
inheritance-strategy.</p>
<h3 id="viewconfignode">ViewConfigNode</h3>
<p>Node-type used for building the meta-data-tree during the bootstrapping
process.</p>
<h3 id="viewconfigroot">@ViewConfigRoot</h3>