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
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.