Author: gpetracek
Date: Sun Jul 7 15:40:34 2013
New Revision: 1500458
URL: http://svn.apache.org/r1500458
Log:
updated content
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=1500458&r1=1500457&r2=1500458&view=diff
==============================================================================
--- deltaspike/site/trunk/content/jsf.mdtext (original)
+++ deltaspike/site/trunk/content/jsf.mdtext Sun Jul 7 15:40:34 2013
@@ -688,12 +688,12 @@ Via a `TargetViewConfigProvider` it's po
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
@@ -713,7 +713,7 @@ Allows to provide a custom reference to
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