org.apache.myfaces.renderkit.html

Class HtmlLabelRenderer


public class HtmlLabelRenderer
extends HtmlRenderer

Version:
$Revision: 169655 $ $Date: 2005-05-11 18:45:06 +0200 (Wed, 11 May 2005) $
Authors:
Thomas Spiegl (latest modification by $Author: grantsmith $)
Anton Koinov
Martin Marinschek

Method Summary

protected void
encodeAfter(FacesContext facesContext, ResponseWriter writer, UIComponent uiComponent)
protected void
encodeAfterStart(FacesContext facesContext, ResponseWriter writer, UIComponent uiComponent)
protected void
encodeBefore(FacesContext facesContext, ResponseWriter writer, UIComponent uiComponent)
protected void
encodeBeforeEnd(FacesContext facesContext, ResponseWriter writer, UIComponent uiComponent)
void
encodeBegin(FacesContext facesContext, UIComponent uiComponent)
void
encodeEnd(FacesContext facesContext, UIComponent uiComponent)
protected String
getFor(UIComponent component)

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

encodeChildren

Method Details

encodeAfter

protected void encodeAfter(FacesContext facesContext,
                           ResponseWriter writer,
                           UIComponent uiComponent)
            throws IOException

encodeAfterStart

protected void encodeAfterStart(FacesContext facesContext,
                                ResponseWriter writer,
                                UIComponent uiComponent)
            throws IOException

encodeBefore

protected void encodeBefore(FacesContext facesContext,
                            ResponseWriter writer,
                            UIComponent uiComponent)
            throws IOException

encodeBeforeEnd

protected void encodeBeforeEnd(FacesContext facesContext,
                               ResponseWriter writer,
                               UIComponent uiComponent)
            throws IOException

encodeBegin

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

encodeEnd

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

getFor

protected String getFor(UIComponent component)