org.apache.myfaces.renderkit.html
Class HtmlLabelRenderer
java.lang.Object
javax.faces.render.Renderer
org.apache.myfaces.shared_impl.renderkit.html.HtmlRenderer
org.apache.myfaces.renderkit.html.HtmlLabelRenderer
@JSFRenderer(renderKitId="HTML_BASIC",
family="javax.faces.Output",
type="javax.faces.Label")
public class HtmlLabelRenderer
- extends HtmlRenderer
- Version:
- $Revision: 693358 $ $Date: 2008-09-08 22:54:29 -0500 (Mon, 08 Sep 2008) $
- Author:
- Thomas Spiegl (latest modification by $Author: lu4242 $), 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 java.lang.String |
getClientId(FacesContext facesContext,
UIComponent uiComponent,
java.lang.String forAttr)
|
protected java.lang.String |
getFor(UIComponent component)
|
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(FacesContext facesContext,
UIComponent uiComponent)
throws java.io.IOException
- Overrides:
encodeBegin
in class Renderer
- Throws:
java.io.IOException
encodeAfterStart
protected void encodeAfterStart(FacesContext facesContext,
ResponseWriter writer,
UIComponent uiComponent)
throws java.io.IOException
- Throws:
java.io.IOException
encodeBefore
protected void encodeBefore(FacesContext facesContext,
ResponseWriter writer,
UIComponent uiComponent)
throws java.io.IOException
- Throws:
java.io.IOException
getFor
protected java.lang.String getFor(UIComponent component)
getClientId
protected java.lang.String getClientId(FacesContext facesContext,
UIComponent uiComponent,
java.lang.String forAttr)
encodeEnd
public void encodeEnd(FacesContext facesContext,
UIComponent uiComponent)
throws java.io.IOException
- Overrides:
encodeEnd
in class Renderer
- Throws:
java.io.IOException
encodeBeforeEnd
protected void encodeBeforeEnd(FacesContext facesContext,
ResponseWriter writer,
UIComponent uiComponent)
throws java.io.IOException
- Throws:
java.io.IOException
encodeAfter
protected void encodeAfter(FacesContext facesContext,
ResponseWriter writer,
UIComponent uiComponent)
throws java.io.IOException
- Throws:
java.io.IOException
Copyright © 2010 The Apache Software Foundation. All Rights Reserved.