org.apache.myfaces.custom.layout

Class HtmlLayoutRenderer


public class HtmlLayoutRenderer
extends HtmlRenderer

Version:
$Revision: 239380 $ $Date: 2005-08-23 11:11:59 +0200 (Tue, 23 Aug 2005) $
Author:
Manfred Geiler (latest modification by $Author: mmarinschek $)

Field Summary

static String
CLASSIC_LAYOUT
static String
NAV_RIGHT_LAYOUT
static String
UPSIDE_DOWN_LAYOUT

Method Summary

void
encodeBegin(FacesContext context, UIComponent component)
void
encodeChildren(FacesContext context, UIComponent component)
void
encodeEnd(FacesContext facesContext, UIComponent component)
boolean
getRendersChildren()
protected void
renderClassic(FacesContext facesContext, HtmlPanelLayout panelLayout)
protected void
renderNavRight(FacesContext facesContext, HtmlPanelLayout panelLayout)
protected void
renderTableCell(FacesContext facesContext, ResponseWriter writer, UIComponent component, int colspan, String styleClass, String style)
protected void
renderUpsideDown(FacesContext facesContext, HtmlPanelLayout panelLayout)

Methods inherited from class org.apache.myfaces.renderkit.html.HtmlRenderer

encodeChildren

Field Details

CLASSIC_LAYOUT

public static final String CLASSIC_LAYOUT

NAV_RIGHT_LAYOUT

public static final String NAV_RIGHT_LAYOUT

UPSIDE_DOWN_LAYOUT

public static final String UPSIDE_DOWN_LAYOUT

Method Details

encodeBegin

public void encodeBegin(FacesContext context,
                        UIComponent component)
            throws IOException

encodeChildren

public void encodeChildren(FacesContext context,
                           UIComponent component)
            throws IOException
Overrides:
encodeChildren in interface HtmlRenderer

encodeEnd

public void encodeEnd(FacesContext facesContext,
                      UIComponent component)
            throws IOException

getRendersChildren

public boolean getRendersChildren()

renderClassic

protected void renderClassic(FacesContext facesContext,
                             HtmlPanelLayout panelLayout)
            throws IOException

renderNavRight

protected void renderNavRight(FacesContext facesContext,
                              HtmlPanelLayout panelLayout)
            throws IOException

renderTableCell

protected void renderTableCell(FacesContext facesContext,
                               ResponseWriter writer,
                               UIComponent component,
                               int colspan,
                               String styleClass,
                               String style)
            throws IOException

renderUpsideDown

protected void renderUpsideDown(FacesContext facesContext,
                                HtmlPanelLayout panelLayout)
            throws IOException