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

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

public class ExtValViewRootInterceptor
extends Object
implements ViewRootInterceptor


Constructor Summary
ExtValViewRootInterceptor()
           
 
Method Summary
 void afterQueueEvent(javax.faces.event.FacesEvent event)
           
protected  void processBypassValidation(javax.faces.context.FacesContext facesContext, ValueBindingExpression valueBindingExpression, ELHelper elHelper, Class... parameterTypes)
           
protected  void tryToProcessActionMethod(javax.faces.component.ActionSource2 commandComponent)
           
protected  void tryToProcessAjaxListener(javax.faces.component.behavior.AjaxBehavior ajaxBehavior)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExtValViewRootInterceptor

public ExtValViewRootInterceptor()
Method Detail

afterQueueEvent

public void afterQueueEvent(javax.faces.event.FacesEvent event)
Specified by:
afterQueueEvent in interface ViewRootInterceptor

tryToProcessActionMethod

protected void tryToProcessActionMethod(javax.faces.component.ActionSource2 commandComponent)

tryToProcessAjaxListener

protected void tryToProcessAjaxListener(javax.faces.component.behavior.AjaxBehavior ajaxBehavior)

processBypassValidation

protected void processBypassValidation(javax.faces.context.FacesContext facesContext,
                                       ValueBindingExpression valueBindingExpression,
                                       ELHelper elHelper,
                                       Class... parameterTypes)


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