org.apache.myfaces.renderkit.html
Class HtmlLabelRenderer

java.lang.Object
  extended by javax.faces.render.Renderer
      extended by org.apache.myfaces.shared_impl.renderkit.html.HtmlRenderer
          extended by org.apache.myfaces.renderkit.html.HtmlLabelRenderer

public class HtmlLabelRenderer
extends org.apache.myfaces.shared_impl.renderkit.html.HtmlRenderer

Version:
$Revision: 659857 $ $Date: 2008-05-24 13:17:47 -0500 (Sat, 24 May 2008) $
Author:
Thomas Spiegl (latest modification by $Author: lu4242 $), Anton Koinov, Martin Marinschek

Constructor Summary
HtmlLabelRenderer()
           
 
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 getClientId(FacesContext facesContext, UIComponent uiComponent, String forAttr)
           
protected  String getFor(UIComponent component)
           
 
Methods inherited from class org.apache.myfaces.shared_impl.renderkit.html.HtmlRenderer
getActionUrl, getChildCount, getChildren, getClientId, renderId, shouldRenderId, toUri
 
Methods inherited from class javax.faces.render.Renderer
convertClientId, decode, encodeChildren, getConvertedValue, getRendersChildren
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HtmlLabelRenderer

public HtmlLabelRenderer()
Method Detail

encodeBegin

public void encodeBegin(FacesContext facesContext,
                        UIComponent uiComponent)
                 throws IOException
Overrides:
encodeBegin in class Renderer
Throws:
IOException

encodeAfterStart

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

encodeBefore

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

getFor

protected String getFor(UIComponent component)

getClientId

protected String getClientId(FacesContext facesContext,
                             UIComponent uiComponent,
                             String forAttr)

encodeEnd

public void encodeEnd(FacesContext facesContext,
                      UIComponent uiComponent)
               throws IOException
Overrides:
encodeEnd in class Renderer
Throws:
IOException

encodeBeforeEnd

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

encodeAfter

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


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.