org.apache.myfaces.renderkit.html
Class HtmlLabelRenderer
java.lang.Object
   javax.faces.render.Renderer
javax.faces.render.Renderer
       org.apache.myfaces.shared_impl.renderkit.html.HtmlRenderer
org.apache.myfaces.shared_impl.renderkit.html.HtmlRenderer
           org.apache.myfaces.renderkit.html.HtmlLabelRenderer
org.apache.myfaces.renderkit.html.HtmlLabelRenderer
- public class HtmlLabelRenderer 
- extends 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
 
| Method Summary | 
| protected  void | encodeAfter(javax.faces.context.FacesContext facesContext,
            javax.faces.context.ResponseWriter writer,
            javax.faces.component.UIComponent uiComponent)
 | 
| protected  void | encodeAfterStart(javax.faces.context.FacesContext facesContext,
                 javax.faces.context.ResponseWriter writer,
                 javax.faces.component.UIComponent uiComponent)
 | 
| protected  void | encodeBefore(javax.faces.context.FacesContext facesContext,
             javax.faces.context.ResponseWriter writer,
             javax.faces.component.UIComponent uiComponent)
 | 
| protected  void | encodeBeforeEnd(javax.faces.context.FacesContext facesContext,
                javax.faces.context.ResponseWriter writer,
                javax.faces.component.UIComponent uiComponent)
 | 
|  void | encodeBegin(javax.faces.context.FacesContext facesContext,
            javax.faces.component.UIComponent uiComponent)
 | 
|  void | encodeEnd(javax.faces.context.FacesContext facesContext,
          javax.faces.component.UIComponent uiComponent)
 | 
| protected  java.lang.String | getClientId(javax.faces.context.FacesContext facesContext,
            javax.faces.component.UIComponent uiComponent,
            java.lang.String forAttr)
 | 
| protected  java.lang.String | getFor(javax.faces.component.UIComponent component)
 | 
 
 
| 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 | 
 
HtmlLabelRenderer
public HtmlLabelRenderer()
encodeBegin
public void encodeBegin(javax.faces.context.FacesContext facesContext,
                        javax.faces.component.UIComponent uiComponent)
                 throws java.io.IOException
- 
- Overrides:
- encodeBeginin class- javax.faces.render.Renderer
 
- 
- Throws:
- java.io.IOException
 
encodeAfterStart
protected void encodeAfterStart(javax.faces.context.FacesContext facesContext,
                                javax.faces.context.ResponseWriter writer,
                                javax.faces.component.UIComponent uiComponent)
                         throws java.io.IOException
- 
- Throws:
- java.io.IOException
 
encodeBefore
protected void encodeBefore(javax.faces.context.FacesContext facesContext,
                            javax.faces.context.ResponseWriter writer,
                            javax.faces.component.UIComponent uiComponent)
                     throws java.io.IOException
- 
- Throws:
- java.io.IOException
 
getFor
protected java.lang.String getFor(javax.faces.component.UIComponent component)
- 
 
getClientId
protected java.lang.String getClientId(javax.faces.context.FacesContext facesContext,
                                       javax.faces.component.UIComponent uiComponent,
                                       java.lang.String forAttr)
- 
 
encodeEnd
public void encodeEnd(javax.faces.context.FacesContext facesContext,
                      javax.faces.component.UIComponent uiComponent)
               throws java.io.IOException
- 
- Overrides:
- encodeEndin class- javax.faces.render.Renderer
 
- 
- Throws:
- java.io.IOException
 
encodeBeforeEnd
protected void encodeBeforeEnd(javax.faces.context.FacesContext facesContext,
                               javax.faces.context.ResponseWriter writer,
                               javax.faces.component.UIComponent uiComponent)
                        throws java.io.IOException
- 
- Throws:
- java.io.IOException
 
encodeAfter
protected void encodeAfter(javax.faces.context.FacesContext facesContext,
                           javax.faces.context.ResponseWriter writer,
                           javax.faces.component.UIComponent uiComponent)
                    throws java.io.IOException
- 
- Throws:
- java.io.IOException
 
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.