Class LayoutRenderer


  • public class LayoutRenderer
    extends org.primefaces.renderkit.CoreRenderer
    Renderer for the Layout component.
    Since:
    0.2
    Author:
    Oleg Varaksin / last modified by Melloware
    • Field Summary

      • Fields inherited from class javax.faces.render.Renderer

        PASSTHROUGH_RENDERER_LOCALNAME_KEY
    • Constructor Summary

      Constructors 
      Constructor Description
      LayoutRenderer()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void decode​(javax.faces.context.FacesContext fc, javax.faces.component.UIComponent component)  
      void encodeBegin​(javax.faces.context.FacesContext fc, javax.faces.component.UIComponent component)  
      void encodeEnd​(javax.faces.context.FacesContext fc, javax.faces.component.UIComponent component)  
      protected void encodeScript​(javax.faces.context.FacesContext fc, Layout layout)  
      • Methods inherited from class org.primefaces.renderkit.CoreRenderer

        buildAjaxRequest, buildAjaxRequest, buildAjaxRequest, buildDomEvent, buildNonAjaxRequest, buildNonAjaxRequest, decodeBehaviors, encodeClientBehaviors, endsWithLenghtUnit, getEventBehaviors, getHighlighter, getResourceRequestPath, getResourceURL, getStyleBuilder, getStyleClassBuilder, getWidgetBuilder, isGrouped, isValueBlank, preConfiguredAjaxRequestBuilder, preConfiguredAjaxRequestBuilder, renderChild, renderChildren, renderDomEvent, renderDomEvents, renderDummyMarkup, renderDynamicPassThruAttributes, renderHiddenInput, renderOnchange, renderOnclick, renderPassThruAttributes, renderPassThruAttributes, renderPassThruAttributes, renderValidationMetadata, shouldRenderAttribute, shouldWriteId
      • Methods inherited from class javax.faces.render.Renderer

        convertClientId, encodeChildren, getConvertedValue, getRendersChildren
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LayoutRenderer

        public LayoutRenderer()
    • Method Detail

      • decode

        public void decode​(javax.faces.context.FacesContext fc,
                           javax.faces.component.UIComponent component)
        Overrides:
        decode in class javax.faces.render.Renderer
      • encodeBegin

        public void encodeBegin​(javax.faces.context.FacesContext fc,
                                javax.faces.component.UIComponent component)
                         throws java.io.IOException
        Overrides:
        encodeBegin in class javax.faces.render.Renderer
        Throws:
        java.io.IOException
      • encodeEnd

        public void encodeEnd​(javax.faces.context.FacesContext fc,
                              javax.faces.component.UIComponent component)
                       throws java.io.IOException
        Overrides:
        encodeEnd in class javax.faces.render.Renderer
        Throws:
        java.io.IOException
      • encodeScript

        protected void encodeScript​(javax.faces.context.FacesContext fc,
                                    Layout layout)
                             throws java.io.IOException
        Throws:
        java.io.IOException