org.apache.myfaces.extensions.validator
Class ValidationInterceptorWithSkipValidationSupport

java.lang.Object
  extended by org.apache.myfaces.extensions.validator.core.interceptor.AbstractRendererInterceptor
      extended by org.apache.myfaces.extensions.validator.core.interceptor.ValidationInterceptor
          extended by org.apache.myfaces.extensions.validator.ValidationInterceptorWithSkipValidationSupport
All Implemented Interfaces:
org.apache.myfaces.extensions.validator.core.interceptor.RendererInterceptor

public class ValidationInterceptorWithSkipValidationSupport
extends org.apache.myfaces.extensions.validator.core.interceptor.ValidationInterceptor

Since:
1.x.1
Author:
Gerhard Petracek

Field Summary
 
Fields inherited from class org.apache.myfaces.extensions.validator.core.interceptor.AbstractRendererInterceptor
logger
 
Constructor Summary
ValidationInterceptorWithSkipValidationSupport()
           
 
Method Summary
protected  boolean skipValidation(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent uiComponent, org.apache.myfaces.extensions.validator.core.validation.strategy.ValidationStrategy validationStrategy, org.apache.myfaces.extensions.validator.core.metadata.MetaDataEntry metaDataEntry)
           
 
Methods inherited from class org.apache.myfaces.extensions.validator.core.interceptor.ValidationInterceptor
beforeEncodeBegin, beforeGetConvertedValue, initComponent, processValidation
 
Methods inherited from class org.apache.myfaces.extensions.validator.core.interceptor.AbstractRendererInterceptor
afterDecode, afterEncodeBegin, afterEncodeChildren, afterEncodeEnd, afterGetConvertedValue, beforeDecode, beforeEncodeChildren, beforeEncodeEnd, getInterceptorId, getReturnValueOnSkipRendererDelegationException
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValidationInterceptorWithSkipValidationSupport

public ValidationInterceptorWithSkipValidationSupport()
Method Detail

skipValidation

protected boolean skipValidation(javax.faces.context.FacesContext facesContext,
                                 javax.faces.component.UIComponent uiComponent,
                                 org.apache.myfaces.extensions.validator.core.validation.strategy.ValidationStrategy validationStrategy,
                                 org.apache.myfaces.extensions.validator.core.metadata.MetaDataEntry metaDataEntry)
Overrides:
skipValidation in class org.apache.myfaces.extensions.validator.core.interceptor.ValidationInterceptor


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