Class Hierarchy All Classes All Fields and Methods
Class com.sun.faces.renderkit.html_basic.TextRenderer
java.lang.Object javax.faces.render.Renderer com.sun.faces.renderkit.html_basic.HtmlBasicRenderer com.sun.faces.renderkit.html_basic.HtmlBasicInputRenderer com.sun.faces.renderkit.html_basic.TextRendererpublic class TextRenderer
extends HtmlBasicInputRendererTextRenderer is a class that renders the current value of UIInput or UIOutput component as a input field or static text.
Constructor Index Constructor Description TextRenderer()
Method Index Method Description void encodeBegin(FacesContext, UIComponent) void encodeChildren(FacesContext, UIComponent) void getEndTextToRender(FacesContext, UIComponent, String)
Constructors
TextRenderer
public TextRenderer()
Methods
encodeBegin
public void encodeBegin(FacesContext context, UIComponent component) throws IOException
encodeChildren
public void encodeChildren(FacesContext context, UIComponent component)
getEndTextToRender
protected void getEndTextToRender(FacesContext context, UIComponent component, String currentValue) throws IOException
Class Hierarchy All Classes All Fields and Methods