You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Gerhard Petracek (JIRA)" <de...@myfaces.apache.org> on 2009/06/11 10:55:07 UTC

[jira] Resolved: (EXTVAL-42) validation interception

     [ https://issues.apache.org/jira/browse/EXTVAL-42?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gerhard Petracek resolved EXTVAL-42.
------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.1.3-SNAPSHOT
                   1.2.3-SNAPSHOT

> validation interception
> -----------------------
>
>                 Key: EXTVAL-42
>                 URL: https://issues.apache.org/jira/browse/EXTVAL-42
>             Project: MyFaces Extensions Validator
>          Issue Type: New Feature
>          Components: Core
>            Reporter: Gerhard Petracek
>            Assignee: Gerhard Petracek
>             Fix For: 1.2.3-SNAPSHOT, 1.1.3-SNAPSHOT
>
>
> supported interceptors:
>  - global interceptors
>    such global interceptors are invoked before and after validation (in any case)
>    internally it should be used e.g. for custom group extraction add-ons
>    they are registered globally via the ExtValContext
> - local interceptors
>    such local interceptors are invoked before and after validation (in any case)
>    they allow fine grained interception for every extval-constraint
>    they use the same interface as the global interceptors. but they are registered at a single constraint via the mechanism of EXTVAL-43

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.