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.
ValidationExceptionInterceptor Allows to intercept ValidatorException.
 

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.
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-2010 The Apache Software Foundation. All Rights Reserved.