Uses of Class
com.liferay.faces.util.render.internal.DelegationResponseWriter

Packages that use DelegationResponseWriter
com.liferay.faces.util.render   
com.liferay.faces.util.render.internal   
 

Uses of DelegationResponseWriter in com.liferay.faces.util.render
 

Methods in com.liferay.faces.util.render with parameters of type DelegationResponseWriter
 void DelegatingRendererBase.encodeAll(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent uiComponent, DelegationResponseWriter delegationResponseWriter)
           
 void DelegatingRenderer.encodeAll(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent uiComponent, DelegationResponseWriter delegationResponseWriter)
          Convenience method that calls the delegate renderer's Renderer.encodeBegin(FacesContext, UIComponent), Renderer.encodeChildren(FacesContext, UIComponent), and Renderer.encodeEnd(FacesContext, UIComponent) methods using the specified DelegationResponseWriter.
 void DelegatingRendererBase.encodeBegin(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent uiComponent, DelegationResponseWriter delegationResponseWriter)
           
 void DelegatingRenderer.encodeBegin(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent uiComponent, DelegationResponseWriter delegationResponseWriter)
          Calls the delegate renderer's Renderer.encodeBegin(FacesContext, UIComponent) method using the specified DelegationResponseWriter.
 void DelegatingRendererBase.encodeChildren(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent uiComponent, DelegationResponseWriter delegationResponseWriter)
           
 void DelegatingRenderer.encodeChildren(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent uiComponent, DelegationResponseWriter delegationResponseWriter)
          Calls the delegate renderer's Renderer.encodeChildren(FacesContext, UIComponent) method using the specified DelegationResponseWriter.
 void DelegatingRendererBase.encodeEnd(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent uiComponent, DelegationResponseWriter delegationResponseWriter)
           
 void DelegatingRenderer.encodeEnd(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent uiComponent, DelegationResponseWriter delegationResponseWriter)
          Calls the delegate renderer's Renderer.encodeEnd(FacesContext, UIComponent) method using the specified DelegationResponseWriter.
 

Uses of DelegationResponseWriter in com.liferay.faces.util.render.internal
 

Subclasses of DelegationResponseWriter in com.liferay.faces.util.render.internal
 class DelegationResponseWriterBase
          This class provides a concrete implementation of ResponseWriterWrapper that is intended to be used (or extended) by renderers that implement RendererDelegator.
 class HiddenTextResponseWriter
          This class is a DelegationResponseWriter that is designed to intercept the encoding of a HtmlInputText component.
 class IdDelegationResponseWriter
          This class is a DelegationResponseWriter that ensures the "id" attribute is always written to a particular element.
 



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