org.apache.myfaces.extensions.validator.test.core.config
Class ExtValCoreConfigurationCustomPropertyValidationInterceptorClassNameTestCase.Custom2PropertyValidationInterceptor

java.lang.Object
  extended by org.apache.myfaces.extensions.validator.test.core.config.ExtValCoreConfigurationCustomPropertyValidationInterceptorClassNameTestCase.Custom2PropertyValidationInterceptor
All Implemented Interfaces:
PropertyValidationInterceptor, ValidationParameter
Enclosing class:
ExtValCoreConfigurationCustomPropertyValidationInterceptorClassNameTestCase

public static class ExtValCoreConfigurationCustomPropertyValidationInterceptorClassNameTestCase.Custom2PropertyValidationInterceptor
extends Object
implements PropertyValidationInterceptor


Constructor Summary
ExtValCoreConfigurationCustomPropertyValidationInterceptorClassNameTestCase.Custom2PropertyValidationInterceptor()
           
 
Method Summary
 void afterValidation(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent uiComponent, Object convertedObject, Map<String,Object> properties)
           
 boolean beforeValidation(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent uiComponent, Object convertedObject, Map<String,Object> properties)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExtValCoreConfigurationCustomPropertyValidationInterceptorClassNameTestCase.Custom2PropertyValidationInterceptor

public ExtValCoreConfigurationCustomPropertyValidationInterceptorClassNameTestCase.Custom2PropertyValidationInterceptor()
Method Detail

afterValidation

public void afterValidation(javax.faces.context.FacesContext facesContext,
                            javax.faces.component.UIComponent uiComponent,
                            Object convertedObject,
                            Map<String,Object> properties)
Specified by:
afterValidation in interface PropertyValidationInterceptor

beforeValidation

public boolean beforeValidation(javax.faces.context.FacesContext facesContext,
                                javax.faces.component.UIComponent uiComponent,
                                Object convertedObject,
                                Map<String,Object> properties)
Specified by:
beforeValidation in interface PropertyValidationInterceptor


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