org.apache.myfaces.custom.datalist

Class HtmlListRenderer


public class HtmlListRenderer
extends HtmlRenderer

Version:
$Revision: 209583 $ $Date: 2005-07-07 12:30:46 +0200 (Thu, 07 Jul 2005) $
Author:
Manfred Geiler (latest modification by $Author: mmarinschek $)

Field Summary

static String
LAYOUT_OL
static String
LAYOUT_SIMPLE
static String
LAYOUT_UL

Method Summary

void
encodeBegin(FacesContext facesContext, UIComponent uiComponent)
void
encodeChildren(FacesContext facesContext, UIComponent component)
void
encodeEnd(FacesContext facesContext, UIComponent uiComponent)
boolean
getRendersChildren()

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

encodeChildren

Field Details

LAYOUT_OL

public static final String LAYOUT_OL

LAYOUT_SIMPLE

public static final String LAYOUT_SIMPLE

LAYOUT_UL

public static final String LAYOUT_UL

Method Details

encodeBegin

public void encodeBegin(FacesContext facesContext,
                        UIComponent uiComponent)
            throws IOException

encodeChildren

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

encodeEnd

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

getRendersChildren

public boolean getRendersChildren()