org.apache.myfaces.extensions.validator.trinidad.interceptor
Class TrinidadRendererInterceptor
java.lang.Object
org.apache.myfaces.extensions.validator.core.interceptor.AbstractRendererInterceptor
org.apache.myfaces.extensions.validator.trinidad.interceptor.TrinidadRendererInterceptor
- All Implemented Interfaces:
- RendererInterceptor
public class TrinidadRendererInterceptor
- extends AbstractRendererInterceptor
- Since:
- 1.x.2
- Author:
- Gerhard Petracek
|
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TrinidadRendererInterceptor
public TrinidadRendererInterceptor()
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 ContextuiComponent - The current componentwrapped - 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 ContextuiComponent - The current componentwrapped - 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-2010 The Apache Software Foundation. All Rights Reserved.