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 StringCLASSIC_LAYOUT
static StringNAV_RIGHT_LAYOUT
static StringUPSIDE_DOWN_LAYOUT
Method Summary
voidencodeBegin(FacesContext context, UIComponent component)
voidencodeChildren(FacesContext context, UIComponent component)
voidencodeEnd(FacesContext facesContext, UIComponent component)
booleangetRendersChildren()
protected voidrenderClassic(FacesContext facesContext, HtmlPanelLayout panelLayout)
protected voidrenderNavRight(FacesContext facesContext, HtmlPanelLayout panelLayout)
protected voidrenderTableCell(FacesContext facesContext, ResponseWriter writer, UIComponent component, int colspan, String styleClass, String style)
protected voidrenderUpsideDown(FacesContext facesContext, HtmlPanelLayout panelLayout)

Field Detail

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 Detail

encodeBegin

public void encodeBegin(FacesContext context, UIComponent component)

encodeChildren

public void encodeChildren(FacesContext context, UIComponent component)

encodeEnd

public void encodeEnd(FacesContext facesContext, UIComponent component)

getRendersChildren

public boolean getRendersChildren()

renderClassic

protected void renderClassic(FacesContext facesContext, HtmlPanelLayout panelLayout)

renderNavRight

protected void renderNavRight(FacesContext facesContext, HtmlPanelLayout panelLayout)

renderTableCell

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

renderUpsideDown

protected void renderUpsideDown(FacesContext facesContext, HtmlPanelLayout panelLayout)