org.apache.myfaces.extensions.validator.beanval.interceptor
Class BeanValidationTagAwareValidationInterceptor

java.lang.Object
  extended by org.apache.myfaces.extensions.validator.beanval.interceptor.BeanValidationTagAwareValidationInterceptor
All Implemented Interfaces:
org.apache.myfaces.extensions.validator.core.interceptor.PropertyValidationInterceptor, org.apache.myfaces.extensions.validator.core.validation.parameter.ValidationParameter

public class BeanValidationTagAwareValidationInterceptor
extends java.lang.Object
implements org.apache.myfaces.extensions.validator.core.interceptor.PropertyValidationInterceptor

Since:
2.x.3
Author:
Gerhard Petracek

Field Summary
protected  org.apache.commons.logging.Log logger
           
 
Constructor Summary
BeanValidationTagAwareValidationInterceptor()
           
 
Method Summary
 void afterValidation(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent uiComponent, java.lang.Object convertedObject, java.util.Map<java.lang.String,java.lang.Object> properties)
           
 boolean beforeValidation(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent uiComponent, java.lang.Object convertedObject, java.util.Map<java.lang.String,java.lang.Object> properties)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

protected final org.apache.commons.logging.Log logger
Constructor Detail

BeanValidationTagAwareValidationInterceptor

public BeanValidationTagAwareValidationInterceptor()
Method Detail

beforeValidation

public boolean beforeValidation(javax.faces.context.FacesContext facesContext,
                                javax.faces.component.UIComponent uiComponent,
                                java.lang.Object convertedObject,
                                java.util.Map<java.lang.String,java.lang.Object> properties)
Specified by:
beforeValidation in interface org.apache.myfaces.extensions.validator.core.interceptor.PropertyValidationInterceptor

afterValidation

public void afterValidation(javax.faces.context.FacesContext facesContext,
                            javax.faces.component.UIComponent uiComponent,
                            java.lang.Object convertedObject,
                            java.util.Map<java.lang.String,java.lang.Object> properties)
Specified by:
afterValidation in interface org.apache.myfaces.extensions.validator.core.interceptor.PropertyValidationInterceptor


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