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) $

Author: Thomas Spiegl (latest modification by $Author: grantsmith $) Anton Koinov Martin Marinschek

Method Summary
protected voidencodeAfter(FacesContext facesContext, ResponseWriter writer, UIComponent uiComponent)
protected voidencodeAfterStart(FacesContext facesContext, ResponseWriter writer, UIComponent uiComponent)
protected voidencodeBefore(FacesContext facesContext, ResponseWriter writer, UIComponent uiComponent)
protected voidencodeBeforeEnd(FacesContext facesContext, ResponseWriter writer, UIComponent uiComponent)
voidencodeBegin(FacesContext facesContext, UIComponent uiComponent)
voidencodeEnd(FacesContext facesContext, UIComponent uiComponent)
protected StringgetFor(UIComponent component)

Method Detail

encodeAfter

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

encodeAfterStart

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

encodeBefore

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

encodeBeforeEnd

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

encodeBegin

public void encodeBegin(FacesContext facesContext, UIComponent uiComponent)

encodeEnd

public void encodeEnd(FacesContext facesContext, UIComponent uiComponent)

getFor

protected String getFor(UIComponent component)