org.apache.myfaces.extensions.validator.trinidad.interceptor
Class TrinidadRendererInterceptor

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

public class TrinidadRendererInterceptor
extends AbstractRendererInterceptor

Since:
1.x.2

Field Summary
 
Fields inherited from class org.apache.myfaces.extensions.validator.core.interceptor.AbstractRendererInterceptor
logger
 
Constructor Summary
TrinidadRendererInterceptor()
           
 
Method Summary
 void afterEncodeEnd(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent uiComponent, javax.faces.render.Renderer wrapped)
          Intercepts a method of the renderer.
 void beforeEncodeBegin(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent uiComponent, javax.faces.render.Renderer wrapped)
          Intercepts a method of the renderer.
protected  void initCoreOutputLabel(javax.faces.context.FacesContext facesContext, org.apache.myfaces.trinidad.component.core.output.CoreOutputLabel coreOutputLabel)
           
 
Methods inherited from class org.apache.myfaces.extensions.validator.core.interceptor.AbstractRendererInterceptor
afterDecode, afterEncodeBegin, afterEncodeChildren, afterGetConvertedValue, beforeDecode, beforeEncodeChildren, beforeEncodeEnd, beforeGetConvertedValue, getInterceptorId, getReturnValueOnSkipRendererDelegationException
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TrinidadRendererInterceptor

public TrinidadRendererInterceptor()
Method Detail

beforeEncodeBegin

public void beforeEncodeBegin(javax.faces.context.FacesContext facesContext,
                              javax.faces.component.UIComponent uiComponent,
                              javax.faces.render.Renderer wrapped)
                       throws IOException
Description copied from class: AbstractRendererInterceptor
Intercepts a method of the renderer. The name of the intercepted method is the name of this method without the prefix ('before').

Specified by:
beforeEncodeBegin in interface RendererInterceptor
Overrides:
beforeEncodeBegin in class AbstractRendererInterceptor
Parameters:
facesContext - The JSF Context
uiComponent - The current component
wrapped - The intercepted renderer
Throws:
IOException - In case the response writer is accessed and there was an IO problem.

afterEncodeEnd

public void afterEncodeEnd(javax.faces.context.FacesContext facesContext,
                           javax.faces.component.UIComponent uiComponent,
                           javax.faces.render.Renderer wrapped)
                    throws IOException,
                           SkipAfterInterceptorsException
Description copied from class: AbstractRendererInterceptor
Intercepts a method of the renderer. The name of the intercepted method is the name of this method without the prefix ('after').

Specified by:
afterEncodeEnd in interface RendererInterceptor
Overrides:
afterEncodeEnd in class AbstractRendererInterceptor
Parameters:
facesContext - The JSF Context
uiComponent - The current component
wrapped - The intercepted renderer
Throws:
IOException - In case the response writer is accessed and there was an IO problem.
SkipAfterInterceptorsException - Can be thrown to stop the execution of the subsequent interceptors.

initCoreOutputLabel

protected void initCoreOutputLabel(javax.faces.context.FacesContext facesContext,
                                   org.apache.myfaces.trinidad.component.core.output.CoreOutputLabel coreOutputLabel)


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