Package org.apache.myfaces.extensions.validator.core.interceptor

Interface Summary
MetaDataExtractionInterceptor Allows to post-process the result of the meta-data extraction process (see MetaDataExtractor)
PropertyValidationInterceptor Property-validation interceptors allow to intercept the validation of a property.
RendererInterceptor Allows to intercept renderer methods.
It's the base mechanism of ExtVal which enables most of the concepts provided by the framework.
ValidationExceptionInterceptor Allows to intercept ValidatorException.
ViewRootInterceptor  
 

Class Summary
AbstractRendererInterceptor Empty base implementation which allows concrete implementations to override just the needed methods.
AbstractValidationInterceptor A basic implementation of RendererInterceptor for validating fields.
ComponentInitializationAwareMetaDataExtractionInterceptor This is an abstract base class that can be used to define a MetaDataExtractionInterceptor that should only be invoked when the MetaDataExtraction happens in the Render Response Phase.
ExtValViewRootInterceptor  
FacesMessagePropertyValidationInterceptor  
HtmlCoreComponentsValidationExceptionInterceptor  
SingleViolationPropertyValidationInterceptor  
ValidationInterceptor  
ViolationExceptionInterceptor This validation-exception interceptor sets the valid property of the uiComponent to false, if it is a blocking severity.
ViolationSeverityValidationExceptionInterceptor  
 



Copyright © 2008-2014 The Apache Software Foundation. All Rights Reserved.