org.apache.myfaces.custom.layout
Class HtmlLayoutRenderer
java.lang.Object
   javax.faces.render.Renderer
javax.faces.render.Renderer
       org.apache.myfaces.shared_tomahawk.renderkit.html.HtmlRenderer
org.apache.myfaces.shared_tomahawk.renderkit.html.HtmlRenderer
           org.apache.myfaces.custom.layout.HtmlLayoutRenderer
org.apache.myfaces.custom.layout.HtmlLayoutRenderer
- public class HtmlLayoutRenderer 
- extends HtmlRenderer
- Version:
- $Revision: 980618 $ $Date: 2010-07-29 19:39:35 -0500 (Thu, 29 Jul 2010) $
- Author:
- Manfred Geiler (latest modification by $Author: lu4242 $)
 
 
| Method Summary | 
|  void | encodeBegin(javax.faces.context.FacesContext context,
            javax.faces.component.UIComponent component)
 | 
|  void | encodeChildren(javax.faces.context.FacesContext context,
               javax.faces.component.UIComponent component)
 | 
|  void | encodeEnd(javax.faces.context.FacesContext facesContext,
          javax.faces.component.UIComponent component)
 | 
|  boolean | getRendersChildren()
 | 
| protected  void | renderClassic(javax.faces.context.FacesContext facesContext,
              HtmlPanelLayout panelLayout)
 | 
| protected  void | renderNavRight(javax.faces.context.FacesContext facesContext,
               HtmlPanelLayout panelLayout)
 | 
| protected  void | renderTableCell(javax.faces.context.FacesContext facesContext,
                javax.faces.context.ResponseWriter writer,
                javax.faces.component.UIComponent component,
                int colspan,
                String styleClass,
                String style)
 | 
| protected  void | renderUpsideDown(javax.faces.context.FacesContext facesContext,
                 HtmlPanelLayout panelLayout)
 | 
 
 
| Methods inherited from class javax.faces.render.Renderer | 
| convertClientId, decode, getConvertedValue | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
CLASSIC_LAYOUT
public static final String CLASSIC_LAYOUT
- See Also:
- Constant Field Values
NAV_RIGHT_LAYOUT
public static final String NAV_RIGHT_LAYOUT
- See Also:
- Constant Field Values
UPSIDE_DOWN_LAYOUT
public static final String UPSIDE_DOWN_LAYOUT
- See Also:
- Constant Field Values
HtmlLayoutRenderer
public HtmlLayoutRenderer()
getRendersChildren
public boolean getRendersChildren()
- 
- Overrides:
- getRendersChildrenin class- javax.faces.render.Renderer
 
- 
 
encodeBegin
public void encodeBegin(javax.faces.context.FacesContext context,
                        javax.faces.component.UIComponent component)
                 throws IOException
- 
- Overrides:
- encodeBeginin class- javax.faces.render.Renderer
 
- 
- Throws:
- IOException
 
encodeChildren
public void encodeChildren(javax.faces.context.FacesContext context,
                           javax.faces.component.UIComponent component)
                    throws IOException
- 
- Overrides:
- encodeChildrenin class- javax.faces.render.Renderer
 
- 
- Throws:
- IOException
 
encodeEnd
public void encodeEnd(javax.faces.context.FacesContext facesContext,
                      javax.faces.component.UIComponent component)
               throws IOException
- 
- Overrides:
- encodeEndin class- javax.faces.render.Renderer
 
- 
- Throws:
- IOException
 
renderClassic
protected void renderClassic(javax.faces.context.FacesContext facesContext,
                             HtmlPanelLayout panelLayout)
                      throws IOException
- 
- Throws:
- IOException
 
renderNavRight
protected void renderNavRight(javax.faces.context.FacesContext facesContext,
                              HtmlPanelLayout panelLayout)
                       throws IOException
- 
- Throws:
- IOException
 
renderUpsideDown
protected void renderUpsideDown(javax.faces.context.FacesContext facesContext,
                                HtmlPanelLayout panelLayout)
                         throws IOException
- 
- Throws:
- IOException
 
renderTableCell
protected void renderTableCell(javax.faces.context.FacesContext facesContext,
                               javax.faces.context.ResponseWriter writer,
                               javax.faces.component.UIComponent component,
                               int colspan,
                               String styleClass,
                               String style)
                        throws IOException
- 
- Throws:
- IOException
 
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.