@ProviderType public interface DelegatingClientComponentRenderer extends DelegatingRenderer, ClientComponentRenderer
| Modifier and Type | Method and Description |
|---|---|
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. |
encodeAll, encodeAll, encodeBegin, encodeChildren, encodeEnd, getDelegateComponentFamily, getDelegateRenderer, getDelegateRendererTypedecodeClientState, encodeClientState, encodeJavaScript, encodeMarkupBegin, encodeMarkupEndvoid encodeMarkupBegin(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent,
javax.faces.context.ResponseWriter delegationResponseWriter)
throws IOException
ClientComponentRenderer.encodeMarkupBegin(FacesContext, UIComponent) method
with the specified ResponseWriter.IOExceptionvoid encodeMarkupEnd(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent,
javax.faces.context.ResponseWriter delegationResponseWriter)
throws IOException
ClientComponentRenderer.encodeMarkupEnd(FacesContext, UIComponent) method
with the specified ResponseWriter.IOExceptionCopyright © 2020 Liferay, Inc.. All rights reserved.