com.liferay.faces.util.render
Interface DelegatingClientComponentRenderer

All Superinterfaces:
ClientComponentRenderer, DelegatingRenderer
All Known Implementing Classes:
DelegatingClientComponentRendererBase

public interface DelegatingClientComponentRenderer
extends DelegatingRenderer, ClientComponentRenderer

Author:
Neil Griffin

Method Summary
 void encodeMarkupBegin(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent uiComponent, javax.faces.context.ResponseWriter delegationResponseWriter)
          Calls the delegate renderer's ClientComponentRenderer.encodeMarkupBegin(FacesContext, UIComponent) method with the specified ResponseWriter.
 void encodeMarkupEnd(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent uiComponent, javax.faces.context.ResponseWriter delegationResponseWriter)
          Calls the delegate renderer's ClientComponentRenderer.encodeMarkupEnd(FacesContext, UIComponent) method with the specified ResponseWriter.
 
Methods inherited from interface com.liferay.faces.util.render.DelegatingRenderer
encodeAll, encodeAll, encodeBegin, encodeChildren, encodeEnd, getDelegateComponentFamily, getDelegateRenderer, getDelegateRendererType
 
Methods inherited from interface com.liferay.faces.util.render.ClientComponentRenderer
decodeClientState, encodeClientState, encodeJavaScript, encodeMarkupBegin, encodeMarkupEnd
 

Method Detail

encodeMarkupBegin

void encodeMarkupBegin(javax.faces.context.FacesContext facesContext,
                       javax.faces.component.UIComponent uiComponent,
                       javax.faces.context.ResponseWriter delegationResponseWriter)
                       throws IOException
Calls the delegate renderer's ClientComponentRenderer.encodeMarkupBegin(FacesContext, UIComponent) method with the specified ResponseWriter.

Throws:
IOException

encodeMarkupEnd

void encodeMarkupEnd(javax.faces.context.FacesContext facesContext,
                     javax.faces.component.UIComponent uiComponent,
                     javax.faces.context.ResponseWriter delegationResponseWriter)
                     throws IOException
Calls the delegate renderer's ClientComponentRenderer.encodeMarkupEnd(FacesContext, UIComponent) method with the specified ResponseWriter.

Throws:
IOException


Copyright © 2019 Liferay, Inc.. All rights reserved.