org.apache.myfaces.renderkit.html
Class HtmlLabelRenderer
java.lang.Object
javax.faces.render.Renderer
org.apache.myfaces.shared.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: 1152969 $ $Date: 2011-08-01 18:30:49 -0500 (Mon, 01 Aug 2011) $
- Author:
- Thomas Spiegl (latest modification by $Author: lu4242 $), Anton Koinov, Martin Marinschek
Method Summary |
void |
decode(FacesContext context,
UIComponent component)
|
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)
|
protected boolean |
isCommonPropertiesOptimizationEnabled(FacesContext facesContext)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HtmlLabelRenderer
public HtmlLabelRenderer()
isCommonPropertiesOptimizationEnabled
protected boolean isCommonPropertiesOptimizationEnabled(FacesContext facesContext)
- Overrides:
isCommonPropertiesOptimizationEnabled
in class HtmlRenderer
decode
public void decode(FacesContext context,
UIComponent component)
- Overrides:
decode
in class Renderer
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 © 2011 The Apache Software Foundation. All Rights Reserved.