org.apache.myfaces.custom.datalist
Class HtmlListRenderer

java.lang.Object
  extended byjavax.faces.render.Renderer
      extended byorg.apache.myfaces.renderkit.html.HtmlRenderer
          extended byorg.apache.myfaces.custom.datalist.HtmlListRenderer

public class HtmlListRenderer
extends HtmlRenderer

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

Field Summary
static java.lang.String LAYOUT_OL
           
static java.lang.String LAYOUT_SIMPLE
           
static java.lang.String LAYOUT_UL
           
 
Constructor Summary
HtmlListRenderer()
           
 
Method Summary
 void encodeBegin(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent uiComponent)
           
 void encodeChildren(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent component)
           
 void encodeEnd(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent uiComponent)
           
 boolean getRendersChildren()
           
 
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
 

Field Detail

LAYOUT_SIMPLE

public static final java.lang.String LAYOUT_SIMPLE
See Also:
Constant Field Values

LAYOUT_UL

public static final java.lang.String LAYOUT_UL
See Also:
Constant Field Values

LAYOUT_OL

public static final java.lang.String LAYOUT_OL
See Also:
Constant Field Values
Constructor Detail

HtmlListRenderer

public HtmlListRenderer()
Method Detail

getRendersChildren

public boolean getRendersChildren()

encodeBegin

public void encodeBegin(javax.faces.context.FacesContext facesContext,
                        javax.faces.component.UIComponent uiComponent)
                 throws java.io.IOException
Throws:
java.io.IOException

encodeChildren

public void encodeChildren(javax.faces.context.FacesContext facesContext,
                           javax.faces.component.UIComponent component)
                    throws java.io.IOException
Overrides:
encodeChildren in class HtmlRenderer
Throws:
java.io.IOException

encodeEnd

public void encodeEnd(javax.faces.context.FacesContext facesContext,
                      javax.faces.component.UIComponent uiComponent)
               throws java.io.IOException
Throws:
java.io.IOException