org.apache.myfaces.extensions.validator.test.propval.baseval.parameter
Class TestValidationInterceptor

java.lang.Object
  extended by org.apache.myfaces.extensions.validator.test.propval.baseval.parameter.TestValidationInterceptor
All Implemented Interfaces:
PropertyValidationInterceptor, ValidationParameter

@InvocationOrder(value=210)
public class TestValidationInterceptor
extends Object
implements PropertyValidationInterceptor


Constructor Summary
TestValidationInterceptor()
           
 
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)
           
 PropertyValidationInterceptor getInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestValidationInterceptor

public TestValidationInterceptor()
Method Detail

getInstance

public PropertyValidationInterceptor getInstance()

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

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


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