Uses of Class
org.apache.myfaces.extensions.validator.core.renderkit.exception.SkipRendererDelegationException

Packages that use SkipRendererDelegationException
org.apache.myfaces.extensions.validator.core.interceptor   
 

Uses of SkipRendererDelegationException in org.apache.myfaces.extensions.validator.core.interceptor
 

Methods in org.apache.myfaces.extensions.validator.core.interceptor with parameters of type SkipRendererDelegationException
 Object RendererInterceptor.getReturnValueOnSkipRendererDelegationException(SkipRendererDelegationException skipRendererDelegationException, Object currentReturnValue)
          In case of the converted value it defines the value that should be returned by the getConvertedValue method in case there was a SkipRendererDelegationException.
 Object AbstractRendererInterceptor.getReturnValueOnSkipRendererDelegationException(SkipRendererDelegationException skipRendererDelegationException, Object currentReturnValue)
          In case of the converted value it defines the value that should be returned by the getConvertedValue method in case there was a SkipRendererDelegationException.
 

Methods in org.apache.myfaces.extensions.validator.core.interceptor that throw SkipRendererDelegationException
 void RendererInterceptor.beforeDecode(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent uiComponent, javax.faces.render.Renderer renderer)
          Intercepts a method of the renderer.
 void AbstractRendererInterceptor.beforeDecode(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent uiComponent, javax.faces.render.Renderer wrapped)
          Intercepts a method of the renderer.
 void AbstractValidationInterceptor.beforeEncodeBegin(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent uiComponent, javax.faces.render.Renderer wrapped)
          Before the component gets rendered the interceptor initializes the component based on the meta-data which is provided by the referenced property (if component initialization is activated).
 void RendererInterceptor.beforeEncodeBegin(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent uiComponent, javax.faces.render.Renderer renderer)
          Intercepts a method of the renderer.
 void AbstractRendererInterceptor.beforeEncodeBegin(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent uiComponent, javax.faces.render.Renderer wrapped)
          Intercepts a method of the renderer.
 void RendererInterceptor.beforeEncodeChildren(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent uiComponent, javax.faces.render.Renderer renderer)
          Intercepts a method of the renderer.
 void AbstractRendererInterceptor.beforeEncodeChildren(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent uiComponent, javax.faces.render.Renderer wrapped)
          Intercepts a method of the renderer.
 void RendererInterceptor.beforeEncodeEnd(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent uiComponent, javax.faces.render.Renderer renderer)
          Intercepts a method of the renderer.
 void AbstractRendererInterceptor.beforeEncodeEnd(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent uiComponent, javax.faces.render.Renderer wrapped)
          Intercepts a method of the renderer.
 void AbstractValidationInterceptor.beforeGetConvertedValue(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent uiComponent, Object o, javax.faces.render.Renderer wrapped)
          The method performs the validation of the field and calls the registered interceptors regarding the validation.
 void RendererInterceptor.beforeGetConvertedValue(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent uiComponent, Object submittedValue, javax.faces.render.Renderer renderer)
          Intercepts a method of the renderer.
 void AbstractRendererInterceptor.beforeGetConvertedValue(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent uiComponent, Object o, javax.faces.render.Renderer wrapped)
          Intercepts a method of the renderer.
 



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