org.apache.myfaces.extensions.validator
Class ValidationInterceptorWithSkipValidationSupport
java.lang.Object
org.apache.myfaces.extensions.validator.core.interceptor.AbstractRendererInterceptor
org.apache.myfaces.extensions.validator.core.interceptor.ValidationInterceptor
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
Fields inherited from class org.apache.myfaces.extensions.validator.core.interceptor.AbstractRendererInterceptor |
logger |
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 |
ValidationInterceptorWithSkipValidationSupport
public ValidationInterceptorWithSkipValidationSupport()
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-2009 The Apache Software Foundation. All Rights Reserved.