Class HtmlLabelRenderer
java.lang.Object
jakarta.faces.render.Renderer
org.apache.myfaces.renderkit.html.base.HtmlRenderer
org.apache.myfaces.renderkit.html.HtmlLabelRenderer
@JSFRenderer(renderKitId="HTML_BASIC",
family="jakarta.faces.Output",
type="jakarta.faces.Label")
public class HtmlLabelRenderer
extends HtmlRenderer
- Version:
- $Revision$ $Date$
- Author:
- Thomas Spiegl (latest modification by $Author$), Anton Koinov, Martin Marinschek
-
Field Summary
Fields inherited from class jakarta.faces.render.Renderer
PASSTHROUGH_RENDERER_LOCALNAME_KEY
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
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
isCommonEventsOptimizationEnabled
(FacesContext facesContext) protected boolean
isCommonPropertiesOptimizationEnabled
(FacesContext facesContext) Methods inherited from class org.apache.myfaces.renderkit.html.base.HtmlRenderer
getActionUrl, getChildCount, getChildren, getClientId, renderId, shouldRenderId
Methods inherited from class jakarta.faces.render.Renderer
convertClientId, encodeChildren, getConvertedValue, getRendersChildren
-
Constructor Details
-
HtmlLabelRenderer
public HtmlLabelRenderer()
-
-
Method Details
-
isCommonPropertiesOptimizationEnabled
- Overrides:
isCommonPropertiesOptimizationEnabled
in classHtmlRenderer
-
isCommonEventsOptimizationEnabled
- Overrides:
isCommonEventsOptimizationEnabled
in classHtmlRenderer
-
decode
-
encodeBegin
- Overrides:
encodeBegin
in classRenderer
- 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
-
getClientId
-
encodeEnd
- Overrides:
encodeEnd
in classRenderer
- 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
-