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
public class HtmlLabelRenderer
- extends org.apache.myfaces.shared_impl.renderkit.html.HtmlRenderer
- Version:
- $Revision: 472618 $ $Date: 2006-11-08 21:06:54 +0100 (Mi, 08 Nov 2006) $
- Author:
- Thomas Spiegl (latest modification by $Author: grantsmith $), 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 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 |
HtmlLabelRenderer
public HtmlLabelRenderer()
encodeBegin
public void encodeBegin(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent)
throws java.io.IOException
- Overrides:
encodeBegin
in 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:
encodeEnd
in 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 © 2011 Apache Software Foundation. All Rights Reserved.