You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by Apache Wiki <wi...@apache.org> on 2009/06/08 07:18:11 UTC

[Myfaces Wiki] Update of "Extensions/Validator/ConceptOverview" by GerhardPetracek

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Myfaces Wiki" for change notification.

The following page has been changed by GerhardPetracek:
http://wiki.apache.org/myfaces/Extensions/Validator/ConceptOverview

------------------------------------------------------------------------------
   * Renderer interceptor
   * Validation exception interceptor
   * Metadata extraction interceptor (since 1.x.2)
+  * Constraint Aspects/Parameters (since x.x.3)
+  * Validation interceptors (since x.x.3)
  
  Most of the time you will just use the annotations of ExtVal. So you don't need these mechanisms.[[BR]]
  '''Just use the annotations and the rest is done by ExtVal.'''[[BR]]
@@ -95, +97 @@

  
  Mechanism which allows to add/change/remove meta-data entries for the target property after the meta-data extraction and before validation is processed.
  
+ === Constraint Aspects/Parameters (since x.x.3) ===
+ 
+ Mechanism which allows to add typesafe parameters in a generic way. Details see: [wiki:/Constraint_Aspects here]
+ 
+ === Validation interceptors (since x.x.3) ===
+ 
+ Mechanism which allows to implement global as well as (constraint) local interceptors (before and after validation). They get invoked in any case.[[BR]]
+ Details will be available before the x.x.3 release.
+