org.apache.myfaces.extensions.validator.core.interceptor
Class ViolationSeverityValidationExceptionInterceptor

java.lang.Object
  extended by org.apache.myfaces.extensions.validator.core.interceptor.ViolationSeverityValidationExceptionInterceptor
All Implemented Interfaces:
ValidationExceptionInterceptor

@InvocationOrder(value=90)
public class ViolationSeverityValidationExceptionInterceptor
extends Object
implements ValidationExceptionInterceptor

Since:
x.x.3

Field Summary
protected  Logger logger
           
 
Constructor Summary
ViolationSeverityValidationExceptionInterceptor()
           
 
Method Summary
 boolean afterThrowing(javax.faces.component.UIComponent uiComponent, MetaDataEntry metaDataEntry, Object convertedObject, javax.faces.validator.ValidatorException validatorException, ValidationStrategy validatorExceptionSource)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

protected final Logger logger
Constructor Detail

ViolationSeverityValidationExceptionInterceptor

public ViolationSeverityValidationExceptionInterceptor()
Method Detail

afterThrowing

public boolean afterThrowing(javax.faces.component.UIComponent uiComponent,
                             MetaDataEntry metaDataEntry,
                             Object convertedObject,
                             javax.faces.validator.ValidatorException validatorException,
                             ValidationStrategy validatorExceptionSource)
Specified by:
afterThrowing in interface ValidationExceptionInterceptor
Parameters:
uiComponent - the current component
metaDataEntry - the meta data entry which contains the meta data of the property
convertedObject - the converted user input
validatorException - the current exception
validatorExceptionSource - validation strategy which threw the exception
Returns:
false to stop throwing the exception


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