org.apache.myfaces.extensions.validator
Class HtmlCoreComponentsValidationExceptionInterceptor

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

public class HtmlCoreComponentsValidationExceptionInterceptor
extends java.lang.Object
implements org.apache.myfaces.extensions.validator.core.interceptor.ValidationExceptionInterceptor

Since:
1.x.1
Author:
Gerhard Petracek

Constructor Summary
HtmlCoreComponentsValidationExceptionInterceptor()
           
 
Method Summary
 boolean afterThrowing(javax.faces.component.UIComponent uiComponent, org.apache.myfaces.extensions.validator.core.metadata.MetaDataEntry metaDataEntry, java.lang.Object convertedObject, javax.faces.validator.ValidatorException validatorException, org.apache.myfaces.extensions.validator.core.validation.strategy.ValidationStrategy validatorExceptionSource)
           
protected  boolean processComponent(javax.faces.component.UIComponent uiComponent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HtmlCoreComponentsValidationExceptionInterceptor

public HtmlCoreComponentsValidationExceptionInterceptor()
Method Detail

afterThrowing

public boolean afterThrowing(javax.faces.component.UIComponent uiComponent,
                             org.apache.myfaces.extensions.validator.core.metadata.MetaDataEntry metaDataEntry,
                             java.lang.Object convertedObject,
                             javax.faces.validator.ValidatorException validatorException,
                             org.apache.myfaces.extensions.validator.core.validation.strategy.ValidationStrategy validatorExceptionSource)
Specified by:
afterThrowing in interface org.apache.myfaces.extensions.validator.core.interceptor.ValidationExceptionInterceptor

processComponent

protected boolean processComponent(javax.faces.component.UIComponent uiComponent)


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