org.apache.myfaces.custom.layout
Class HtmlLayoutRenderer

java.lang.Object
  extended by javax.faces.render.Renderer
      extended by org.apache.myfaces.shared_tomahawk.renderkit.html.HtmlRenderer
          extended by org.apache.myfaces.custom.layout.HtmlLayoutRenderer

public class HtmlLayoutRenderer
extends org.apache.myfaces.shared_tomahawk.renderkit.html.HtmlRenderer

Version:
$Revision: 659874 $ $Date: 2008-05-24 15:59:15 -0500 (sáb, 24 may 2008) $
Author:
Manfred Geiler (latest modification by $Author: lu4242 $)

Field Summary
static String CLASSIC_LAYOUT
           
static String NAV_RIGHT_LAYOUT
           
static String UPSIDE_DOWN_LAYOUT
           
 
Constructor Summary
HtmlLayoutRenderer()
           
 
Method Summary
 void decode(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component)
           
 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, org.apache.myfaces.custom.layout.HtmlPanelLayout panelLayout)
           
protected  void renderNavRight(javax.faces.context.FacesContext facesContext, org.apache.myfaces.custom.layout.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, org.apache.myfaces.custom.layout.HtmlPanelLayout panelLayout)
           
 
Methods inherited from class org.apache.myfaces.shared_tomahawk.renderkit.html.HtmlRenderer
getActionUrl, getChildCount, getChildren, getClientId, isCommonEventsOptimizationEnabled, isCommonPropertiesOptimizationEnabled, renderId, shouldRenderId, toUri
 
Methods inherited from class javax.faces.render.Renderer
convertClientId, getConvertedValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

HtmlLayoutRenderer

public HtmlLayoutRenderer()
Method Detail

getRendersChildren

public boolean getRendersChildren()
Overrides:
getRendersChildren in class javax.faces.render.Renderer

decode

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

encodeBegin

public void encodeBegin(javax.faces.context.FacesContext context,
                        javax.faces.component.UIComponent component)
                 throws IOException
Overrides:
encodeBegin in class javax.faces.render.Renderer
Throws:
IOException

encodeChildren

public void encodeChildren(javax.faces.context.FacesContext context,
                           javax.faces.component.UIComponent component)
                    throws IOException
Overrides:
encodeChildren in class javax.faces.render.Renderer
Throws:
IOException

encodeEnd

public void encodeEnd(javax.faces.context.FacesContext facesContext,
                      javax.faces.component.UIComponent component)
               throws IOException
Overrides:
encodeEnd in class javax.faces.render.Renderer
Throws:
IOException

renderClassic

protected void renderClassic(javax.faces.context.FacesContext facesContext,
                             org.apache.myfaces.custom.layout.HtmlPanelLayout panelLayout)
                      throws IOException
Throws:
IOException

renderNavRight

protected void renderNavRight(javax.faces.context.FacesContext facesContext,
                              org.apache.myfaces.custom.layout.HtmlPanelLayout panelLayout)
                       throws IOException
Throws:
IOException

renderUpsideDown

protected void renderUpsideDown(javax.faces.context.FacesContext facesContext,
                                org.apache.myfaces.custom.layout.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.